@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@-webkit-keyframes hover-shift {
  from {
    text-shadow: 0 0 0 var(--shadow-color), 0 var(--distance, 1.5em) 0 var(--shadow-color);
  }
  to {
    text-shadow: 0 calc(-1 * var(--distance, 1.5em)) 0 var(--shadow-color), 0 0 0 var(--shadow-color);
  }
}
@keyframes hover-shift {
  from {
    text-shadow: 0 0 0 var(--shadow-color), 0 var(--distance, 1.5em) 0 var(--shadow-color);
  }
  to {
    text-shadow: 0 calc(-1 * var(--distance, 1.5em)) 0 var(--shadow-color), 0 0 0 var(--shadow-color);
  }
}
.js-breakpointSp {
  width: 750px;
}

.js-viewportWidthSp {
  width: 375px;
}

.js-viewportWidthTb {
  width: 1280px;
}

.js-viewportWidthPc {
  width: 1440px;
}

/*----------------------------------------------------------------
  reset
-----------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
.p-block-404 > * h2,
.c-block-thanks > * h2,
.c-box1 h2,
.c-box1 h3,
.c-box1 h4,
.c-box1 h5,
.c-box1 h6,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
  text-align: inherit;
}

th,
td {
  font-weight: normal;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

img,
svg {
  vertical-align: middle;
}

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

main {
  display: block;
}

/* Form
______________________________________________*/
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  font-family: inherit;
}

/* ios
______________________________________________*/
* {
  -webkit-overflow-scrolling: touch;
}

/* IE
______________________________________________*/
::-ms-expand {
  display: none;
}

::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

/* clearfix
______________________________________________*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* bugfix
______________________________________________*/
body {
  -webkit-text-size-adjust: 100%;
}

/*----------------------------------------------------------------
    base
-----------------------------------------------------------------*/
html {
  overflow: auto;
  font-size: 62.5%;
  /* 1px = .1rem */
  min-width: 0;
}
html.js-modalOpen, html.is-hamburger-open {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  html {
    min-width: 0;
  }
}

body {
  font-size: clamp(12px, 1.1111111111vw, 24px);
  line-height: 1.875;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  color: #212121;
  background-color: #dcdcd8 !important;
  min-height: 100%;
}
body:not(.home) {
  padding-top: 6.25vw;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.4666666667vw;
    line-height: 1.8;
    overflow-x: hidden;
    padding-top: 16vw !important;
  }
  body.home {
    padding-top: 0 !important;
  }
}

.u-sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}

.u-serif {
  font-family: "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
}

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

small {
  font-size: 0.8em;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: inherit;
  text-decoration: none !important;
}

img {
  max-width: 100%;
  width: 100%;
}

i.fa {
  margin: 0 0.3em;
}

mark {
  color: #212121;
}

strong {
  color: #212121;
}

hr {
  border-top: 1px solid #212121 !important;
}

h1, .p-block-404 > * h2,
.c-block-thanks > * h2, .c-box1 h2, .c-box1 h3, .c-box1 h4, .c-box1 h5, .c-box1 h6,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  line-height: 1.6666666667;
}
h1 strong, .p-block-404 > * h2 strong,
.c-block-thanks > * h2 strong, .c-box1 h2 strong, .c-box1 h3 strong, .c-box1 h4 strong, .c-box1 h5 strong, .c-box1 h6 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  color: #212121;
}

h1, .p-block-404 > * h2,
.c-block-thanks > * h2, .c-box1 h2, .c-box1 h3, .c-box1 h4, .c-box1 h5, .c-box1 h6 {
  font-size: 2.9166666667vw;
}
@media screen and (max-width: 750px) {
  h1, .p-block-404 > * h2,
  .c-block-thanks > * h2, .c-box1 h2, .c-box1 h3, .c-box1 h4, .c-box1 h5, .c-box1 h6 {
    font-size: 6.4vw;
  }
}

h2, .c-box1 h3, .c-box1 h4, .c-box1 h5, .c-box1 h6 {
  font-size: 2.5vw;
}
@media screen and (max-width: 750px) {
  h2, .c-box1 h3, .c-box1 h4, .c-box1 h5, .c-box1 h6 {
    font-size: 6.4vw;
  }
}

h3, .c-box1 h4, .c-box1 h5, .c-box1 h6 {
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 750px) {
  h3, .c-box1 h4, .c-box1 h5, .c-box1 h6 {
    font-size: 5.3333333333vw;
  }
}

h4, .c-box1 h5, .c-box1 h6 {
  font-size: 1em;
}
@media screen and (max-width: 750px) {
  h4, .c-box1 h5, .c-box1 h6 {
    font-size: 1em;
  }
}

h5, .c-box1 h6 {
  font-size: 0.9027777778vw;
}
@media screen and (max-width: 750px) {
  h5, .c-box1 h6 {
    font-size: 3.2vw;
  }
}

table {
  width: 100%;
}

rt {
  line-height: 0;
}

.c-main-color1 {
  color: #212121 !important;
}

.c-accent-color1 {
  color: #bdaa9f !important;
}

/* Wordpress outputs
______________________________________________*/
.attachment-post-thumbnail,
.size-post-thumbnail,
.wp-post-image {
  width: 100%;
  height: auto;
}

/* Tel click off
______________________________________________*/
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}

/* Slick 高さ揃える（縦方向Slickの時バグるので注意）
______________________________________________*/
.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.is-layout-flex {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/*----------------------------------------------------------------
    layout
-----------------------------------------------------------------*/
.editor-visual-editor__post-title-wrapper,
.edit-post-visual-editor__post-title-wrapper {
  padding: 20px 40px;
}
.editor-visual-editor__post-title-wrapper > *,
.edit-post-visual-editor__post-title-wrapper > * {
  border: solid 1px #ddd;
  padding: 10px;
  background-color: rgb(240, 240, 240);
  font-size: 1em;
}

.is-layout-flex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

:where(.editor-styles-wrapper) .is-root-container {
  padding: 40px !important;
}

.acf-block-fields {
  max-width: 1000px;
}
.acf-block-fields form,
.acf-block-fields input,
.acf-block-fields select,
.acf-block-fields textarea,
.acf-block-fields button {
  border: revert !important;
}

/*----------------------------------------------------------------
    layout
-----------------------------------------------------------------*/
/* inner
______________________________________________*/
.l-innerA, .l-inner1, .p-environment-employee, .p-environment-career, .p-staff-main, .p-staff-single, .c-recruit-contact, .p-hospital-greeting, .p-feature-sec-1, .p-message-sec1, .p-philosophy-sec-4, .p-philosophy-sec-3, .p-philosophy-sec-2, .p-philosophy-sec-1, .p-about-main, .p-top-journal, .c-block-staff, .p-top-customer, .p-top-features .header, .p-top-philosophy, .c-nav-staff, .f-service-nav > *, .c-breadcrumb, .c-nav-a, .c-cta, .c-mv1, .f-footer-container, .l-main__inner {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-innerA, .l-inner1, .p-environment-employee, .p-environment-career, .p-staff-main, .p-staff-single, .c-recruit-contact, .p-hospital-greeting, .p-feature-sec-1, .p-message-sec1, .p-philosophy-sec-4, .p-philosophy-sec-3, .p-philosophy-sec-2, .p-philosophy-sec-1, .p-about-main, .p-top-journal, .c-block-staff, .p-top-customer, .p-top-features .header, .p-top-philosophy, .c-nav-staff, .f-service-nav > *, .c-breadcrumb, .c-nav-a, .c-cta, .c-mv1, .f-footer-container, .l-main__inner {
    max-width: none;
  }
}

.l-inner1, .p-environment-employee, .p-environment-career, .p-staff-main, .p-staff-single, .c-recruit-contact, .p-hospital-greeting, .p-feature-sec-1, .p-message-sec1, .p-philosophy-sec-4, .p-philosophy-sec-3, .p-philosophy-sec-2, .p-philosophy-sec-1, .p-about-main, .p-top-journal, .c-block-staff, .p-top-customer, .p-top-features .header, .p-top-philosophy, .c-nav-staff, .f-service-nav > *, .c-breadcrumb, .c-nav-a, .c-cta, .c-mv1, .f-footer-container, .l-main__inner {
  padding-left: 4.1666666667vw !important;
  padding-right: 4.1666666667vw !important;
}
@media screen and (max-width: 750px) {
  .l-inner1, .p-environment-employee, .p-environment-career, .p-staff-main, .p-staff-single, .c-recruit-contact, .p-hospital-greeting, .p-feature-sec-1, .p-message-sec1, .p-philosophy-sec-4, .p-philosophy-sec-3, .p-philosophy-sec-2, .p-philosophy-sec-1, .p-about-main, .p-top-journal, .c-block-staff, .p-top-customer, .p-top-features .header, .p-top-philosophy, .c-nav-staff, .f-service-nav > *, .c-breadcrumb, .c-nav-a, .c-cta, .c-mv1, .f-footer-container, .l-main__inner {
    padding-left: 5.3333333333vw !important;
    padding-right: 5.3333333333vw !important;
  }
}

.l-inner2 {
  width: 59.7222222222vw;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .l-inner2 {
    width: 100%;
    padding: 9.0666666667vw 5.3333333333vw 0 !important;
  }
}

.l-main {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l-main::after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 160px;
  background: #0378d2;
  border-radius: 0px 0px 5px 0px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .l-main::after {
    display: none;
  }
}

.l-btn-area1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 0;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .l-btn-area1 {
    padding: 22px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .l-btn-area1 .c-btn1-m {
    width: 100%;
  }
}

.l-box1, .c-block1, .c-mv1 .c-mv1__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media screen and (max-width: 750px) {
  .l-box1, .c-block1, .c-mv1 .c-mv1__inner {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .l-box1 > *, .c-block1 > *, .c-mv1 .c-mv1__inner > * {
    width: 100%;
  }
}
.l-box1 > *:nth-child(2), .c-block1 > *:nth-child(2), .c-mv1 .c-mv1__inner > *:nth-child(2) {
  width: 52.27%;
  min-width: 52.27%;
}
@media screen and (max-width: 750px) {
  .l-box1 > *:nth-child(2), .c-block1 > *:nth-child(2), .c-mv1 .c-mv1__inner > *:nth-child(2) {
    width: 100%;
    min-width: 100%;
    padding: 0 !important;
  }
}

.l-box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .l-box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16vw;
  }
}
.l-box2 > *:nth-child(1) {
  width: 43.18%;
}
@media screen and (max-width: 750px) {
  .l-box2 > *:nth-child(1) {
    width: 100%;
  }
}
.l-box2 > *:nth-child(2) {
  width: 47.72%;
}
@media screen and (max-width: 750px) {
  .l-box2 > *:nth-child(2) {
    width: 100%;
  }
}

.l-box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .l-box3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-box3 > * {
  width: 47.727%;
}
@media screen and (max-width: 750px) {
  .l-box3 > * {
    width: 100%;
  }
}
.l-box3 > *:nth-child(2) {
  padding-right: 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .l-box3 > *:nth-child(2) {
    padding-right: 0;
  }
}

.l-padding1 {
  padding-left: 4.1666666667vw !important;
}

.l-padding2 {
  padding-right: 4.1666666667vw !important;
}

.l-space1, .p-404 {
  border-top: solid 1px #c1c1c1;
  padding-top: 6.9444444444vw;
  padding-bottom: 12.3611111111vw;
}
@media screen and (max-width: 750px) {
  .l-space1, .p-404 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}

.l-space2 {
  padding-top: 6.9444444444vw;
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 750px) {
  .l-space2 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}

/*----------------------------------------------------------------
    Post 投稿記事用
-----------------------------------------------------------------*/
/* .post  投稿用
______________________________________________*/
.c-post h2, .c-box2 h2, .c-post .c-box1 h3, .c-post .c-box1 h4, .c-post .c-box1 h5, .c-post .c-box1 h6, .c-box1 .c-post h3, .c-box1 .c-post h4, .c-box1 .c-post h5, .c-box1 .c-post h6, .c-box1 h2, .c-box1 h3, .c-box1 h4, .c-box1 h5, .c-box1 h6, .c-policy h2, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h2, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h3, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h4, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h5, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h6, .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h3, .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h4, .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h5, .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h6,
.post-type-journal .editor-styles-wrapper .wp-block-post-content h2,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h3,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h4,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h5,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h6,
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h3,
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h4,
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h5,
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h6,
.post-type-post .editor-styles-wrapper .wp-block-post-content h2,
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h3,
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h4,
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h5,
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h6,
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h3,
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h4,
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h5,
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h6 {
  margin: 2em 0 1em;
}
.c-post h2:nth-of-type(1), .c-box2 h2:nth-of-type(1), .c-post .c-box1 h3:nth-of-type(1), .c-post .c-box1 h4:nth-of-type(1), .c-post .c-box1 h5:nth-of-type(1), .c-post .c-box1 h6:nth-of-type(1), .c-box1 .c-post h3:nth-of-type(1), .c-box1 .c-post h4:nth-of-type(1), .c-box1 .c-post h5:nth-of-type(1), .c-box1 .c-post h6:nth-of-type(1), .c-box1 h2:nth-of-type(1), .c-box1 h3:nth-of-type(1), .c-box1 h4:nth-of-type(1), .c-box1 h5:nth-of-type(1), .c-box1 h6:nth-of-type(1), .c-policy h2:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h2:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h3:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h4:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h5:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1), .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h3:nth-of-type(1), .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h4:nth-of-type(1), .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1), .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content h2:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h3:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h4:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h5:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1),
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h3:nth-of-type(1),
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h4:nth-of-type(1),
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1),
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content h2:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h3:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h4:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h5:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1),
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h3:nth-of-type(1),
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h4:nth-of-type(1),
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1),
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1) {
  margin-top: 0;
}
.c-post h3, .c-box2 h3, .c-post .c-box1 h4, .c-post .c-box1 h5, .c-post .c-box1 h6, .c-box1 .c-post h4, .c-box1 .c-post h5, .c-box1 .c-post h6, .c-box1 h3, .c-box1 h4, .c-box1 h5, .c-box1 h6, .c-policy h3, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h3, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h4, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h5, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h6, .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h4, .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h5, .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h6,
.post-type-journal .editor-styles-wrapper .wp-block-post-content h3,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h4,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h5,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h6,
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h4,
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h5,
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h6,
.post-type-post .editor-styles-wrapper .wp-block-post-content h3,
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h4,
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h5,
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h6,
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h4,
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h5,
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h6 {
  margin: 2em 0 1em;
}
.c-post h3:nth-of-type(1), .c-box2 h3:nth-of-type(1), .c-post .c-box1 h4:nth-of-type(1), .c-post .c-box1 h5:nth-of-type(1), .c-post .c-box1 h6:nth-of-type(1), .c-box1 .c-post h4:nth-of-type(1), .c-box1 .c-post h5:nth-of-type(1), .c-box1 .c-post h6:nth-of-type(1), .c-box1 h3:nth-of-type(1), .c-box1 h4:nth-of-type(1), .c-box1 h5:nth-of-type(1), .c-box1 h6:nth-of-type(1), .c-policy h3:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h3:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h4:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h5:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1), .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h4:nth-of-type(1), .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1), .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content h3:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h4:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h5:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1),
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h4:nth-of-type(1),
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1),
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content h3:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h4:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h5:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1),
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h4:nth-of-type(1),
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1),
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1) {
  margin-top: 0;
}
.c-post h4, .c-box2 h4, .c-post .c-box1 h5, .c-post .c-box1 h6, .c-box1 .c-post h5, .c-box1 .c-post h6, .c-box1 h4, .c-box1 h5, .c-box1 h6, .c-policy h4, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h4, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h5, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h6, .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h5, .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h6,
.post-type-journal .editor-styles-wrapper .wp-block-post-content h4,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h5,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h6,
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h5,
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h6,
.post-type-post .editor-styles-wrapper .wp-block-post-content h4,
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h5,
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h6,
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h5,
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h6 {
  margin: 2em 0 1em;
}
.c-post h4:nth-of-type(1), .c-box2 h4:nth-of-type(1), .c-post .c-box1 h5:nth-of-type(1), .c-post .c-box1 h6:nth-of-type(1), .c-box1 .c-post h5:nth-of-type(1), .c-box1 .c-post h6:nth-of-type(1), .c-box1 h4:nth-of-type(1), .c-box1 h5:nth-of-type(1), .c-box1 h6:nth-of-type(1), .c-policy h4:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h4:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h5:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1), .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1), .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content h4:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h5:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1),
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1),
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content h4:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h5:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1),
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1),
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1) {
  margin-top: 0;
}
.c-post h5, .c-box2 h5, .c-post .c-box1 h6, .c-box1 .c-post h6, .c-box1 h5, .c-box1 h6, .c-policy h5, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h5, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h6, .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h6,
.post-type-journal .editor-styles-wrapper .wp-block-post-content h5,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h6,
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h6,
.post-type-post .editor-styles-wrapper .wp-block-post-content h5,
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h6,
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h6 {
  margin: 2em 0 1em;
}
.c-post h5:nth-of-type(1), .c-box2 h5:nth-of-type(1), .c-post .c-box1 h6:nth-of-type(1), .c-box1 .c-post h6:nth-of-type(1), .c-box1 h5:nth-of-type(1), .c-box1 h6:nth-of-type(1), .c-policy h5:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1), .c-box1 .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1),
.c-box1 .post-type-journal .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1),
.c-box1 .post-type-post .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1) {
  margin-top: 0;
}
.c-post h6, .c-box2 h6, .c-box1 h6, .c-policy h6, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h6,
.post-type-journal .editor-styles-wrapper .wp-block-post-content h6,
.post-type-post .editor-styles-wrapper .wp-block-post-content h6 {
  margin: 2em 0 1em;
}
.c-post h6:nth-of-type(1), .c-box2 h6:nth-of-type(1), .c-box1 h6:nth-of-type(1), .c-policy h6:nth-of-type(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1) {
  margin-top: 0;
}
.c-post section, .c-box2 section, .c-box1 section, .c-policy section, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content section,
.post-type-journal .editor-styles-wrapper .wp-block-post-content section,
.post-type-post .editor-styles-wrapper .wp-block-post-content section {
  clear: both;
  padding-bottom: 1em;
}
.c-post > p, .c-box2 > p, .c-box1 > p, .c-policy > p, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content > p,
.post-type-journal .editor-styles-wrapper .wp-block-post-content > p,
.post-type-post .editor-styles-wrapper .wp-block-post-content > p {
  display: block;
  margin-bottom: 1.5em;
}
.c-post a, .c-box2 a, .c-box1 a, .c-policy a, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content a,
.post-type-journal .editor-styles-wrapper .wp-block-post-content a,
.post-type-post .editor-styles-wrapper .wp-block-post-content a {
  color: #212121;
}
.c-post strong, .c-box2 strong, .c-box1 strong, .c-policy strong, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content strong,
.post-type-journal .editor-styles-wrapper .wp-block-post-content strong,
.post-type-post .editor-styles-wrapper .wp-block-post-content strong {
  color: #212121;
}
.c-post em, .c-box2 em, .c-box1 em, .c-policy em, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content em,
.post-type-journal .editor-styles-wrapper .wp-block-post-content em,
.post-type-post .editor-styles-wrapper .wp-block-post-content em {
  font-style: italic;
}
.c-post blockquote, .c-box2 blockquote, .c-box1 blockquote, .c-policy blockquote, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote,
.post-type-journal .editor-styles-wrapper .wp-block-post-content blockquote,
.post-type-post .editor-styles-wrapper .wp-block-post-content blockquote,
.c-post q,
.c-box2 q,
.c-box1 q,
.c-policy q,
.post-type-testimonials .editor-styles-wrapper .wp-block-post-content q,
.post-type-journal .editor-styles-wrapper .wp-block-post-content q,
.post-type-post .editor-styles-wrapper .wp-block-post-content q {
  color: #666;
  background-color: #fff;
  font-style: italic;
  padding: 2em 2em 2em 5em;
  position: relative;
  margin: 1em 0;
  border-left: solid 5px #ccc;
}
@media screen and (max-width: 750px) {
  .c-post blockquote, .c-box2 blockquote, .c-box1 blockquote, .c-policy blockquote, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content blockquote,
  .post-type-post .editor-styles-wrapper .wp-block-post-content blockquote,
  .c-post q,
  .c-box2 q,
  .c-box1 q,
  .c-policy q,
  .post-type-testimonials .editor-styles-wrapper .wp-block-post-content q,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content q,
  .post-type-post .editor-styles-wrapper .wp-block-post-content q {
    padding: 3em 2.5em 2em;
  }
}
.c-post blockquote::before, .c-box2 blockquote::before, .c-box1 blockquote::before, .c-policy blockquote::before, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote::before,
.post-type-journal .editor-styles-wrapper .wp-block-post-content blockquote::before,
.post-type-post .editor-styles-wrapper .wp-block-post-content blockquote::before,
.c-post q::before,
.c-box2 q::before,
.c-box1 q::before,
.c-policy q::before,
.post-type-testimonials .editor-styles-wrapper .wp-block-post-content q::before,
.post-type-journal .editor-styles-wrapper .wp-block-post-content q::before,
.post-type-post .editor-styles-wrapper .wp-block-post-content q::before {
  content: "";
  display: block;
  background-image: url("../images/ico6.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 2em;
  top: 2em;
}
@media screen and (max-width: 750px) {
  .c-post blockquote::before, .c-box2 blockquote::before, .c-box1 blockquote::before, .c-policy blockquote::before, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote::before,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content blockquote::before,
  .post-type-post .editor-styles-wrapper .wp-block-post-content blockquote::before,
  .c-post q::before,
  .c-box2 q::before,
  .c-box1 q::before,
  .c-policy q::before,
  .post-type-testimonials .editor-styles-wrapper .wp-block-post-content q::before,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content q::before,
  .post-type-post .editor-styles-wrapper .wp-block-post-content q::before {
    left: 2.5em;
    top: 0.3em;
  }
}
.c-post blockquote footer, .c-box2 blockquote footer, .c-box1 blockquote footer, .c-policy blockquote footer, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote footer,
.post-type-journal .editor-styles-wrapper .wp-block-post-content blockquote footer,
.post-type-post .editor-styles-wrapper .wp-block-post-content blockquote footer,
.c-post q footer,
.c-box2 q footer,
.c-box1 q footer,
.c-policy q footer,
.post-type-testimonials .editor-styles-wrapper .wp-block-post-content q footer,
.post-type-journal .editor-styles-wrapper .wp-block-post-content q footer,
.post-type-post .editor-styles-wrapper .wp-block-post-content q footer {
  text-align: right;
  font-size: pxToEm(12);
}
@media screen and (max-width: 750px) {
  .c-post blockquote footer, .c-box2 blockquote footer, .c-box1 blockquote footer, .c-policy blockquote footer, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote footer,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content blockquote footer,
  .post-type-post .editor-styles-wrapper .wp-block-post-content blockquote footer,
  .c-post q footer,
  .c-box2 q footer,
  .c-box1 q footer,
  .c-policy q footer,
  .post-type-testimonials .editor-styles-wrapper .wp-block-post-content q footer,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content q footer,
  .post-type-post .editor-styles-wrapper .wp-block-post-content q footer {
    font-size: 0.9em;
  }
}
.c-post blockquote a, .c-box2 blockquote a, .c-box1 blockquote a, .c-policy blockquote a, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote a,
.post-type-journal .editor-styles-wrapper .wp-block-post-content blockquote a,
.post-type-post .editor-styles-wrapper .wp-block-post-content blockquote a,
.c-post q a,
.c-box2 q a,
.c-box1 q a,
.c-policy q a,
.post-type-testimonials .editor-styles-wrapper .wp-block-post-content q a,
.post-type-journal .editor-styles-wrapper .wp-block-post-content q a,
.post-type-post .editor-styles-wrapper .wp-block-post-content q a {
  color: #666;
}
.c-post img, .c-box2 img, .c-box1 img, .c-policy img, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content img,
.post-type-journal .editor-styles-wrapper .wp-block-post-content img,
.post-type-post .editor-styles-wrapper .wp-block-post-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.2em auto 6.9444444444vw;
}
@media screen and (max-width: 750px) {
  .c-post img, .c-box2 img, .c-box1 img, .c-policy img, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content img,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content img,
  .post-type-post .editor-styles-wrapper .wp-block-post-content img {
    max-width: 100%;
  }
}
.c-post .wp-element-caption, .c-box2 .wp-element-caption, .c-box1 .wp-element-caption, .c-policy .wp-element-caption, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .wp-element-caption,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .wp-element-caption,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-element-caption {
  font-size: 1.4rem;
  margin: 1em 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-post .wp-element-caption, .c-box2 .wp-element-caption, .c-box1 .wp-element-caption, .c-policy .wp-element-caption, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .wp-element-caption,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content .wp-element-caption,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-element-caption {
    text-align: left;
  }
}
.c-post ul:not(.checkerboard), .c-box2 ul:not(.checkerboard), .c-box1 ul:not(.checkerboard), .c-policy ul:not(.checkerboard), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard),
.post-type-journal .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard),
.post-type-post .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard) {
  margin: 2em 0;
}
.c-post ol, .c-box2 ol, .c-box1 ol, .c-policy ol, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ol,
.post-type-journal .editor-styles-wrapper .wp-block-post-content ol,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol {
  margin: 2em 0;
  padding-left: 0;
  list-style-type: none;
  counter-reset: item_a;
}
.c-post ol > li, .c-box2 ol > li, .c-box1 ol > li, .c-policy ol > li, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ol > li,
.post-type-journal .editor-styles-wrapper .wp-block-post-content ol > li,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol > li {
  padding-left: 1.2em;
  position: relative;
}
.c-post ol > li::before, .c-box2 ol > li::before, .c-box1 ol > li::before, .c-policy ol > li::before, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ol > li::before,
.post-type-journal .editor-styles-wrapper .wp-block-post-content ol > li::before,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol > li::before {
  content: counter(item_a) ".";
  counter-increment: item_a;
  font-weight: normal;
  position: absolute;
  top: 0.1em;
  left: 0%;
  font-weight: 500;
}
.c-post ol > li b, .c-box2 ol > li b, .c-box1 ol > li b, .c-policy ol > li b, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ol > li b,
.post-type-journal .editor-styles-wrapper .wp-block-post-content ol > li b,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol > li b {
  display: inline-block;
  margin-bottom: 0.5em;
}
.c-post .checkerboard, .c-box2 .checkerboard, .c-box1 .checkerboard, .c-policy .checkerboard, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .checkerboard,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .checkerboard,
.post-type-post .editor-styles-wrapper .wp-block-post-content .checkerboard {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .c-post .checkerboard, .c-box2 .checkerboard, .c-box1 .checkerboard, .c-policy .checkerboard, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .checkerboard,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content .checkerboard,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .checkerboard {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-post .checkerboard > *, .c-box2 .checkerboard > *, .c-box1 .checkerboard > *, .c-policy .checkerboard > *, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .checkerboard > *,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .checkerboard > *,
.post-type-post .editor-styles-wrapper .wp-block-post-content .checkerboard > * {
  padding: 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
.c-post .checkerboard > *:nth-child(even), .c-box2 .checkerboard > *:nth-child(even), .c-box1 .checkerboard > *:nth-child(even), .c-policy .checkerboard > *:nth-child(even), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .checkerboard > *:nth-child(even),
.post-type-journal .editor-styles-wrapper .wp-block-post-content .checkerboard > *:nth-child(even),
.post-type-post .editor-styles-wrapper .wp-block-post-content .checkerboard > *:nth-child(even) {
  background-color: #dcdcd8;
}
.c-post .wp-caption, .c-box2 .wp-caption, .c-box1 .wp-caption, .c-policy .wp-caption, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .wp-caption,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .wp-caption,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-caption {
  max-width: 800px;
  margin: 0 auto;
}
.c-post .wp-caption-dd, .c-box2 .wp-caption-dd, .c-box1 .wp-caption-dd, .c-policy .wp-caption-dd, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .wp-caption-dd,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .wp-caption-dd,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-caption-dd {
  font-size: 1.4rem;
}
.c-post .imgBox, .c-box2 .imgBox, .c-box1 .imgBox, .c-policy .imgBox, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .imgBox,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .imgBox,
.post-type-post .editor-styles-wrapper .wp-block-post-content .imgBox {
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (max-width: 750px) {
  .c-post .imgBox, .c-box2 .imgBox, .c-box1 .imgBox, .c-policy .imgBox, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .imgBox,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content .imgBox,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .imgBox {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-post table, .c-box2 table, .c-box1 table, .c-policy table, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table,
.post-type-journal .editor-styles-wrapper .wp-block-post-content table,
.post-type-post .editor-styles-wrapper .wp-block-post-content table {
  margin: 2em 0;
}
.c-post table th, .c-box2 table th, .c-box1 table th, .c-policy table th, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table th,
.post-type-journal .editor-styles-wrapper .wp-block-post-content table th,
.post-type-post .editor-styles-wrapper .wp-block-post-content table th {
  vertical-align: top !important;
}
.c-post table ul, .c-box2 table ul, .c-box1 table ul, .c-policy table ul, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table ul,
.post-type-journal .editor-styles-wrapper .wp-block-post-content table ul,
.post-type-post .editor-styles-wrapper .wp-block-post-content table ul {
  margin: 0 !important;
}
.c-post .is-layout-flex, .c-box2 .is-layout-flex, .c-box1 .is-layout-flex, .c-policy .is-layout-flex, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .is-layout-flex,
.post-type-journal .editor-styles-wrapper .wp-block-post-content .is-layout-flex,
.post-type-post .editor-styles-wrapper .wp-block-post-content .is-layout-flex {
  gap: 40px;
}

/*----------------------------------------------------------------
  background
-----------------------------------------------------------------*/
.c-shadow1 {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.c-img-fit img, .p-message-mv img, .p-philosophy-mv img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/*----------------------------------------------------------------
  Table
-----------------------------------------------------------------*/
/* table
______________________________________________*/
/* .c-table1
______________________________________________*/
.c-table1 table, .c-table1-2 table, .c-post table table, .c-box2 table table, .c-box1 table table, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table,
.post-type-journal .editor-styles-wrapper .wp-block-post-content table table,
.post-type-post .editor-styles-wrapper .wp-block-post-content table table, .c-policy table table {
  width: 100%;
  line-height: 1.9;
}
.c-table1 table > * > tr > th, .c-table1-2 table > * > tr > th, .c-post table table > * > tr > th, .c-box2 table table > * > tr > th, .c-box1 table table > * > tr > th, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table > * > tr > th,
.post-type-journal .editor-styles-wrapper .wp-block-post-content table table > * > tr > th,
.post-type-post .editor-styles-wrapper .wp-block-post-content table table > * > tr > th, .c-policy table table > * > tr > th,
.c-table1 table > * > tr > td,
.c-table1-2 table > * > tr > td,
.c-post table table > * > tr > td,
.c-box2 table table > * > tr > td,
.c-box1 table table > * > tr > td,
.post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table > * > tr > td,
.post-type-journal .editor-styles-wrapper .wp-block-post-content table table > * > tr > td,
.post-type-post .editor-styles-wrapper .wp-block-post-content table table > * > tr > td,
.c-policy table table > * > tr > td {
  padding: 1.55em 0;
  border: none;
  border-bottom: solid 1px #c1c1c1;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .c-table1 table > * > tr > th, .c-table1-2 table > * > tr > th, .c-post table table > * > tr > th, .c-box2 table table > * > tr > th, .c-box1 table table > * > tr > th, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table > * > tr > th,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content table table > * > tr > th,
  .post-type-post .editor-styles-wrapper .wp-block-post-content table table > * > tr > th, .c-policy table table > * > tr > th,
  .c-table1 table > * > tr > td,
  .c-table1-2 table > * > tr > td,
  .c-post table table > * > tr > td,
  .c-box2 table table > * > tr > td,
  .c-box1 table table > * > tr > td,
  .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table > * > tr > td,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content table table > * > tr > td,
  .post-type-post .editor-styles-wrapper .wp-block-post-content table table > * > tr > td,
  .c-policy table table > * > tr > td {
    padding: 1em 0;
    display: block;
  }
}
.c-table1 table > * > tr > *:nth-child(1), .c-table1-2 table > * > tr > *:nth-child(1), .c-post table table > * > tr > *:nth-child(1), .c-box2 table table > * > tr > *:nth-child(1), .c-box1 table table > * > tr > *:nth-child(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table > * > tr > *:nth-child(1),
.post-type-journal .editor-styles-wrapper .wp-block-post-content table table > * > tr > *:nth-child(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content table table > * > tr > *:nth-child(1), .c-policy table table > * > tr > *:nth-child(1) {
  font-weight: 500;
  padding-left: 0;
  padding-right: 0.6em;
}
@media screen and (max-width: 750px) {
  .c-table1 table > * > tr > *:nth-child(1), .c-table1-2 table > * > tr > *:nth-child(1), .c-post table table > * > tr > *:nth-child(1), .c-box2 table table > * > tr > *:nth-child(1), .c-box1 table table > * > tr > *:nth-child(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table > * > tr > *:nth-child(1),
  .post-type-journal .editor-styles-wrapper .wp-block-post-content table table > * > tr > *:nth-child(1),
  .post-type-post .editor-styles-wrapper .wp-block-post-content table table > * > tr > *:nth-child(1), .c-policy table table > * > tr > *:nth-child(1) {
    border: none;
    border-top: solid 1px #c1c1c1;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-table1 table > * > tr > *:nth-child(2), .c-table1-2 table > * > tr > *:nth-child(2), .c-post table table > * > tr > *:nth-child(2), .c-box2 table table > * > tr > *:nth-child(2), .c-box1 table table > * > tr > *:nth-child(2), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table > * > tr > *:nth-child(2),
  .post-type-journal .editor-styles-wrapper .wp-block-post-content table table > * > tr > *:nth-child(2),
  .post-type-post .editor-styles-wrapper .wp-block-post-content table table > * > tr > *:nth-child(2), .c-policy table table > * > tr > *:nth-child(2) {
    border: none;
    padding-top: 0;
  }
}
.c-table1 table a, .c-table1-2 table a, .c-post table table a, .c-box2 table table a, .c-box1 table table a, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table a,
.post-type-journal .editor-styles-wrapper .wp-block-post-content table table a,
.post-type-post .editor-styles-wrapper .wp-block-post-content table table a, .c-policy table table a {
  text-decoration: underline !important;
}
@media screen and (hover: hover) and (min-width: 751px) {
  .c-table1 table a:hover, .c-table1-2 table a:hover, .c-post table table a:hover, .c-box2 table table a:hover, .c-box1 table table a:hover, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table a:hover,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content table table a:hover,
  .post-type-post .editor-styles-wrapper .wp-block-post-content table table a:hover, .c-policy table table a:hover {
    text-decoration: none !important;
  }
}
@media screen and (min-width: 751px) {
  .c-table1 table a[href^="tel:"], .c-table1-2 table a[href^="tel:"], .c-post table table a[href^="tel:"], .c-box2 table table a[href^="tel:"], .c-box1 table table a[href^="tel:"], .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table a[href^="tel:"],
  .post-type-journal .editor-styles-wrapper .wp-block-post-content table table a[href^="tel:"],
  .post-type-post .editor-styles-wrapper .wp-block-post-content table table a[href^="tel:"], .c-policy table table a[href^="tel:"] {
    text-decoration: none !important;
  }
}

.c-table1-2 table > * > tr > th,
.c-table1-2 table > * > tr > td {
  border-bottom: none;
  border-top: solid 1px #c1c1c1;
}
.c-table1-2 table > * > tr > th a[target=_blank]::before,
.c-table1-2 table > * > tr > td a[target=_blank]::before {
  display: none;
}

/*----------------------------------------------------------------
  HEADER
-----------------------------------------------------------------*/
/* .h-header
______________________________________________*/
.h-header {
  position: fixed;
  z-index: 20;
  min-width: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 750px) {
  .h-header {
    min-width: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 16vw;
    padding: 0 4.2666666667vw;
    border-radius: 0;
    background-color: #dcdcd8;
  }
}

@media screen and (max-width: 750px) {
  body.home .h-header {
    background-color: transparent;
  }
}

@media screen and (max-width: 750px) {
  .is-hamburger-open body.home .h-header {
    background-color: #dcdcd8;
  }
}

.h-btn-contact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11.4583333333vw;
  height: 100%;
  min-height: 100%;
  background-color: #212121;
  color: #fff;
  font-size: 0.9722222222vw;
}
.h-btn-contact a > * {
  --shadow-color: #fff;
  --distance: 1.5em;
  overflow: hidden;
  color: transparent;
  isolation: isolate;
  text-shadow: 0 0 0 var(--shadow-color), 0 var(--distance) 0 var(--shadow-color);
}
.h-btn-contact a > *:hover {
  -webkit-animation: hover-shift 0.25s ease-out forwards;
          animation: hover-shift 0.25s ease-out forwards;
}
.h-btn-contact a:hover > * {
  -webkit-animation: hover-shift 0.25s ease-out forwards;
          animation: hover-shift 0.25s ease-out forwards;
}
@media screen and (max-width: 750px) {
  .h-btn-contact a {
    width: calc(100vw - 10.6666666667vw);
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    margin-top: 0;
    background-color: #fff;
  }
  .h-btn-contact a > * {
    --shadow-color: #212121;
    --distance: 1.5em;
    overflow: hidden;
    color: transparent;
    isolation: isolate;
    text-shadow: 0 0 0 var(--shadow-color), 0 var(--distance) 0 var(--shadow-color);
  }
  .h-btn-contact a > *:hover {
    -webkit-animation: hover-shift 0.25s ease-out forwards;
            animation: hover-shift 0.25s ease-out forwards;
  }
  .h-btn-contact a:hover > * {
    -webkit-animation: hover-shift 0.25s ease-out forwards;
            animation: hover-shift 0.25s ease-out forwards;
  }
}

.h-btn-policy {
  display: none;
}
@media screen and (max-width: 750px) {
  .h-btn-policy {
    display: block !important;
    text-align: left;
    width: 100%;
    padding: 8vw 5.3333333333vw 0;
  }
  .h-btn-policy a {
    color: #fff;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    opacity: 0.6;
  }
}

.h-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10.7638888889vw;
  margin: 0 0 0 2.2916666667vw !important;
}
@media screen and (max-width: 750px) {
  .h-logo {
    width: 32vw;
    margin: 0 !important;
  }
}
.h-logo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 751px) {
  .is-scroll .h-header {
    height: 4.8611111111vw;
    background-color: #fff;
  }
  .is-scroll.is-scrollDown .h-header {
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
  }
  html:not(.is-scroll) .home .h-gnav > ul > li > a {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
/* .h-gnav
______________________________________________*/
.h-gnav {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 750px) {
  .h-gnav {
    width: 100%;
    padding-top: 8vw;
  }
}
.h-gnav > ul {
  gap: 2.9166666667vw;
  margin-right: 4.8611111111vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 750px) {
  .h-gnav > ul {
    display: block;
    height: auto;
    margin-right: 0;
    padding: 0 5.3333333333vw;
    width: 100%;
  }
  .h-gnav > ul a {
    color: #fff !important;
  }
}
.h-gnav > ul > li {
  position: relative;
}
@media screen and (max-width: 750px) {
  .h-gnav > ul > li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding-bottom: 5.3333333333vw;
  }
  .h-gnav > ul > li:last-child {
    border-bottom: none;
  }
}
.h-gnav > ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 1.1111111111vw;
}
@media screen and (min-width: 751px) {
  .h-gnav > ul > li > a {
    --shadow-color: #212121;
    --distance: 1.5em;
    overflow: hidden;
    color: transparent;
    isolation: isolate;
    text-shadow: 0 0 0 var(--shadow-color), 0 var(--distance) 0 var(--shadow-color);
  }
  .h-gnav > ul > li > a:hover {
    -webkit-animation: hover-shift 0.25s ease-out forwards;
            animation: hover-shift 0.25s ease-out forwards;
  }
}
@media screen and (max-width: 750px) {
  .h-gnav > ul > li > a {
    font-size: 4.8vw;
    padding: 5.3333333333vw 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 18.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .h-gnav > ul > li.current-menu-item:not(.hash) > a, .h-gnav > ul > li.current-menu-parent:not(.hash) > a {
    opacity: 0.6;
  }
}
@media screen and (min-width: 751px) and (hover: hover) and (min-width: 751px) {
  .h-gnav > ul > li.current-menu-item:not(.hash) > a:hover, .h-gnav > ul > li.current-menu-parent:not(.hash) > a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .h-gnav > ul > li.menu-item-has-children > a {
    /*
    position: relative;
    &::before {
      transition: all 0.25s ease-out;
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: spvw(20);
      width: spvw(19px);
      height: spvw(19px);
      position: absolute;
      transform: translateY(-50%);
      mask-image: url("../../../../uploads/icon-plus.svg");
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center;
      background-color: currentColor;
    }
      */
  }
}
@media screen and (min-width: 751px) {
  .h-gnav > ul .sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    bottom: 10px;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    opacity: 0;
    pointer-events: none;
  }
  .h-gnav > ul .sub-menu a {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    white-space: nowrap;
  }
  .h-gnav > ul .sub-menu a::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #212121;
  }
}
@media screen and (min-width: 751px) and (hover: hover) and (min-width: 751px) {
  .h-gnav > ul .sub-menu a:hover {
    color: #212121;
    text-decoration: underline !important;
  }
}
@media screen and (max-width: 750px) {
  .h-gnav > ul .sub-menu {
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 0 5.3333333333vw;
  }
  .h-gnav > ul .sub-menu > li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.6666666667vw;
    font-size: 1em;
    font-weight: normal;
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .h-gnav > ul .open.menu-item-has-children > a::before {
    -webkit-mask-image: url("../../../../uploads/icon-minus.svg");
            mask-image: url("../../../../uploads/icon-minus.svg");
  }
}
@media screen and (min-width: 751px) {
  .h-gnav > ul .open .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 750px) {
  .h-gnav > ul .open .sub-menu {
    max-height: 400px;
  }
}

@media screen and (max-width: 750px) {
  .js-hamburger-menu {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: scroll;
    background-color: #dcdcd8;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    padding: 10.6666666667vw 0 26.6666666667vw;
    background-color: #212121;
  }
}

@media screen and (max-width: 750px) {
  .is-hamburger-open .js-hamburger-menu {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}

/* .js-hamburger-btn
______________________________________________*/
.js-hamburger-btn {
  display: none;
}
@media screen and (max-width: 750px) {
  .js-hamburger-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 16vw;
    height: 16vw;
    background-color: #212121;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }
  .js-hamburger-btn > i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 4.8vw;
    height: 4.2666666667vw;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  .js-hamburger-btn > i::before, .js-hamburger-btn > i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    right: 0;
    top: calc(50% - 1px);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  .js-hamburger-btn > i::before {
    opacity: 0;
  }
  .js-hamburger-btn > * {
    position: absolute;
    bottom: 3.2vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.7rem;
    line-height: 1;
    color: #212121;
  }
}

.js-hamburger-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.is-hamburger-open .js-hamburger-btn > * {
  border-color: transparent;
}
.is-hamburger-open .js-hamburger-btn > *::before {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-hamburger-open .js-hamburger-btn > *::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-hamburger-open .js-hamburger-bg {
  opacity: 1;
  pointer-events: auto;
}

/*----------------------------------------------------------------
  Footer
-----------------------------------------------------------------*/
/* f footer
______________________________________________*/
.f-footer-container {
  background-color: #ffffff;
  /* iOSの自動リンクを視覚的に無効化 */
}
.f-footer-container a[x-apple-data-detectors],
.f-footer-container a[href^="tel:"],
.f-footer-container a[href^="mailto:"],
.f-footer-container a[href^="maps:"],
.f-footer-container a[href^=http][href*="maps.apple.com"] {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: inherit !important;
}

.f-footer-main {
  padding-top: 6.9444444444vw;
  padding-bottom: 4.1666666667vw;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 750px) {
  .f-footer-main {
    padding-top: 16vw;
    padding-bottom: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.f-copyright {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}
@media screen and (max-width: 750px) {
  .f-copyright {
    text-align: left;
  }
}

.f-footer__txt1 {
  font-size: 1.25vw;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .f-footer__txt1 {
    font-size: 4.8vw;
  }
}

.f-footer__txt2 {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 6.1111111111vw;
  line-height: 0.875;
  letter-spacing: 0.01em;
  margin: 1.3888888889vw 0 5.5555555556vw;
}
@media screen and (max-width: 750px) {
  .f-footer__txt2 {
    font-size: 14.6666666667vw;
    margin: 5.3333333333vw 0 13.3333333333vw;
  }
}

.f-footer__txt3 {
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 750px) {
  .f-footer__txt3 {
    font-size: 5.3333333333vw;
  }
}

@media screen and (max-width: 750px) {
  .f-footer__txt4 {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .f-footer__txt4 br {
    display: none;
  }
}

.f-footer__menu {
  padding-top: 2.0833333333vw;
  gap: 5.1388888889vw;
}
@media screen and (max-width: 750px) {
  .f-footer__menu {
    display: none !important;
  }
}
.f-footer__menu nav > ul > li > a {
  display: inline-block;
  margin-bottom: 0.625vw;
}
.f-footer__menu nav > ul > li > ul {
  margin-bottom: 1.9444444444vw;
}
.f-footer__menu nav > ul > li > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3472222222vw;
  margin-bottom: 0.3472222222vw;
}
.f-footer__menu nav > ul > li > ul > li::before {
  content: "";
  display: block;
  width: 0.8333333333vw;
  height: 1px;
  background-color: #ddd;
}
.f-footer__menu nav > ul > li > ul > li a {
  font-size: 1.0416666667vw;
}

.f-footer__bottom {
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .f-footer__bottom {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    display: block !important;
  }
}
.f-footer__bottom > *:nth-child(1) {
  gap: 60px;
}
@media screen and (max-width: 750px) {
  .f-footer__bottom > *:nth-child(1) {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.f-nav-sns li {
  background: none;
  font-size: 2.4305555556vw;
}
@media screen and (max-width: 750px) {
  .f-nav-sns li {
    font-size: 9.3333333333vw;
  }
}
.f-nav-sns li a {
  padding: 0;
}
.f-nav-sns path {
  fill: #000;
}

.f-logo {
  width: 8.8194444444vw;
}
@media screen and (max-width: 750px) {
  .f-logo {
    width: 26.6666666667vw;
  }
}

.f-copyright {
  font-size: 0.9027777778vw;
}
@media screen and (max-width: 750px) {
  .f-copyright {
    margin-top: 8vw !important;
    font-size: 3.4666666667vw;
    text-align: center;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

/*----------------------------------------------------------------
  SIDEBAR
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
    Box
-----------------------------------------------------------------*/
/* .c-box1 
______________________________________________*/
.c-box1 {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  gap: 40px;
  margin-bottom: 62px;
}
@media screen and (max-width: 750px) {
  .c-box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 41px;
  }
}
.c-box1 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-box1 h2,
.c-box1 h3,
.c-box1 h4,
.c-box1 h5,
.c-box1 h6 {
  margin: 2em 0 0.7em !important;
}
.c-box1 h2:nth-of-type(1),
.c-box1 h3:nth-of-type(1),
.c-box1 h4:nth-of-type(1),
.c-box1 h5:nth-of-type(1),
.c-box1 h6:nth-of-type(1) {
  margin-top: 0 !important;
}
.c-box1 p {
  margin-bottom: 1em;
}
.c-box1 img {
  width: auto;
  max-width: 100% !important;
  margin: 0;
}

.c-box2 {
  padding: 80px !important;
  background-color: #ffffff;
}
@media screen and (max-width: 750px) {
  .c-box2 {
    padding: 16px !important;
  }
}
.c-box2 ul > li::before {
  background-color: #212121 !important;
}
.c-box2 h2, .c-box2 .c-box1 h3, .c-box1 .c-box2 h3, .c-box2 .c-box1 h4, .c-box1 .c-box2 h4, .c-box2 .c-box1 h5, .c-box1 .c-box2 h5, .c-box2 .c-box1 h6, .c-box1 .c-box2 h6 {
  text-align: center;
  color: #212121;
}

.c-box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .c-box3 {
    display: block !important;
  }
}
.c-box3 > *:nth-child(1) {
  width: calc(50% - 2.0833333333vw);
}
@media screen and (max-width: 750px) {
  .c-box3 > *:nth-child(1) {
    width: 100%;
  }
}
.c-box3 > *:nth-child(2) {
  width: calc(50% + 2.0833333333vw);
}
@media screen and (max-width: 750px) {
  .c-box3 > *:nth-child(2) {
    width: 100%;
  }
}

.c-box4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .c-box4 {
    display: block !important;
  }
}
.c-box4 > *:nth-child(1) {
  width: calc(50% + 2.0833333333vw);
}
@media screen and (max-width: 750px) {
  .c-box4 > *:nth-child(1) {
    width: 100%;
  }
}
.c-box4 > *:nth-child(2) {
  width: calc(50% - 2.0833333333vw);
}
@media screen and (max-width: 750px) {
  .c-box4 > *:nth-child(2) {
    width: 100%;
  }
}

/*----------------------------------------------------------------
    Block
-----------------------------------------------------------------*/
/* .c-hero
______________________________________________*/
.c-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-hero {
    min-height: 80vw;
    height: 70vh;
  }
}
.c-hero .c-hero__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5.2083333333vw 4.375vw !important;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .c-hero .c-hero__inner {
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw !important;
  }
}
.c-hero h1, .c-hero .p-block-404 > * h2, .p-block-404 > * .c-hero h2,
.c-hero .c-block-thanks > * h2,
.c-block-thanks > * .c-hero h2, .c-hero .c-box1 h2, .c-box1 .c-hero h2, .c-hero .c-box1 h3, .c-box1 .c-hero h3, .c-hero .c-box1 h4, .c-box1 .c-hero h4, .c-hero .c-box1 h5, .c-box1 .c-hero h5, .c-hero .c-box1 h6, .c-box1 .c-hero h6 {
  font-size: 2.0138888889vw;
  color: #fff;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.c-hero h1 *, .c-hero .p-block-404 > * h2 *, .p-block-404 > * .c-hero h2 *,
.c-hero .c-block-thanks > * h2 *,
.c-block-thanks > * .c-hero h2 *, .c-hero .c-box1 h2 *, .c-box1 .c-hero h2 *, .c-hero .c-box1 h3 *, .c-box1 .c-hero h3 *, .c-hero .c-box1 h4 *, .c-box1 .c-hero h4 *, .c-hero .c-box1 h5 *, .c-box1 .c-hero h5 *, .c-hero .c-box1 h6 *, .c-box1 .c-hero h6 * {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (max-width: 750px) {
  .c-hero h1, .c-hero .p-block-404 > * h2, .p-block-404 > * .c-hero h2,
  .c-hero .c-block-thanks > * h2,
  .c-block-thanks > * .c-hero h2, .c-hero .c-box1 h2, .c-box1 .c-hero h2, .c-hero .c-box1 h3, .c-box1 .c-hero h3, .c-hero .c-box1 h4, .c-box1 .c-hero h4, .c-hero .c-box1 h5, .c-box1 .c-hero h5, .c-hero .c-box1 h6, .c-box1 .c-hero h6 {
    font-size: 5.3333333333vw;
  }
}
.c-hero h2, .c-hero .c-box1 h3, .c-box1 .c-hero h3, .c-hero .c-box1 h4, .c-box1 .c-hero h4, .c-hero .c-box1 h5, .c-box1 .c-hero h5, .c-hero .c-box1 h6, .c-box1 .c-hero h6 {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 9.1666666667vw;
  line-height: 0.8787878788;
  -webkit-transform: translateX(-0.8333333333vw);
          transform: translateX(-0.8333333333vw);
  margin: 1.3888888889vw 0 2.7777777778vw;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .c-hero h2, .c-hero .c-box1 h3, .c-box1 .c-hero h3, .c-hero .c-box1 h4, .c-box1 .c-hero h4, .c-hero .c-box1 h5, .c-box1 .c-hero h5, .c-hero .c-box1 h6, .c-box1 .c-hero h6 {
    font-size: 16vw;
    -webkit-transform: none;
            transform: none;
    margin: 2.6666666667vw 0 10.6666666667vw;
  }
}
.c-hero .c-btn1--wh a {
  width: 17.3611111111vw;
  height: 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .c-hero .c-btn1--wh a {
    width: 58.6666666667vw;
    height: 13.3333333333vw;
  }
}

.c-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-hero__slide .slick-slide {
  overflow: hidden;
}
.c-hero__slide .slick-slide img {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .c-hero__slide .slick-slide img {
    min-height: 80vw !important;
    height: 70vh;
  }
}
.c-hero__slide .slick-slide.on img {
  -webkit-animation: zoomSlide 20s linear forwards;
          animation: zoomSlide 20s linear forwards;
}
.c-hero__slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#212121), to(90%));
  background: -webkit-linear-gradient(bottom, #212121, 90% rgba(33, 33, 33, 0));
  background: linear-gradient(to top, #212121, 90% rgba(33, 33, 33, 0));
}

@-webkit-keyframes zoomSlide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes zoomSlide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@-webkit-keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-scroll-down {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 0.8333333333vw;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.06em;
  position: absolute !important;
  right: 3.4722222222vw;
  bottom: 8.3333333333vw;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .c-scroll-down {
    font-size: 3.2vw;
    right: 2.6666666667vw;
    bottom: 16vw;
    display: none;
  }
}
.c-scroll-down::after {
  content: "";
  display: block;
  width: 2.4305555556vw;
  height: 0.6944444444vw;
  background-color: currentColor;
  -webkit-mask-image: url("../images/icon-svg/icon-arrow-a.svg");
          mask-image: url("../images/icon-svg/icon-arrow-a.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center left;
          mask-position: center left;
  position: absolute;
  bottom: -0.9722222222vw;
  left: 50%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 750px) {
  .c-scroll-down::after {
    width: 9.3333333333vw;
    height: 2.6666666667vw;
    bottom: -3.7333333333vw;
  }
}

.c-mv1 .c-mv1__inner {
  height: 18.75vw;
  padding-top: 3.4722222222vw;
}
@media screen and (max-width: 750px) {
  .c-mv1 .c-mv1__inner {
    height: auto;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.c-mv1 .c-mv1__inner > *:nth-child(2) {
  padding-top: 1.9444444444vw;
}
@media screen and (max-width: 750px) {
  .c-mv1 .c-mv1__inner > *:nth-child(2) {
    padding-top: 7.4666666667vw !important;
  }
}
.c-mv1 .c-mv1__inner h1, .c-mv1 .c-mv1__inner .p-block-404 > * h2, .p-block-404 > * .c-mv1 .c-mv1__inner h2,
.c-mv1 .c-mv1__inner .c-block-thanks > * h2,
.c-block-thanks > * .c-mv1 .c-mv1__inner h2, .c-mv1 .c-mv1__inner .c-box1 h2, .c-box1 .c-mv1 .c-mv1__inner h2, .c-mv1 .c-mv1__inner .c-box1 h3, .c-box1 .c-mv1 .c-mv1__inner h3, .c-mv1 .c-mv1__inner .c-box1 h4, .c-box1 .c-mv1 .c-mv1__inner h4, .c-mv1 .c-mv1__inner .c-box1 h5, .c-box1 .c-mv1 .c-mv1__inner h5, .c-mv1 .c-mv1__inner .c-box1 h6, .c-box1 .c-mv1 .c-mv1__inner h6 {
  font-size: 5.5555555556vw;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  letter-spacing: 0.01em;
  margin-bottom: -3.4722222222vw;
}
@media screen and (max-width: 750px) {
  .c-mv1 .c-mv1__inner h1, .c-mv1 .c-mv1__inner .p-block-404 > * h2, .p-block-404 > * .c-mv1 .c-mv1__inner h2,
  .c-mv1 .c-mv1__inner .c-block-thanks > * h2,
  .c-block-thanks > * .c-mv1 .c-mv1__inner h2, .c-mv1 .c-mv1__inner .c-box1 h2, .c-box1 .c-mv1 .c-mv1__inner h2, .c-mv1 .c-mv1__inner .c-box1 h3, .c-box1 .c-mv1 .c-mv1__inner h3, .c-mv1 .c-mv1__inner .c-box1 h4, .c-box1 .c-mv1 .c-mv1__inner h4, .c-mv1 .c-mv1__inner .c-box1 h5, .c-box1 .c-mv1 .c-mv1__inner h5, .c-mv1 .c-mv1__inner .c-box1 h6, .c-box1 .c-mv1 .c-mv1__inner h6 {
    font-size: 10.6666666667vw;
    margin-bottom: 0;
    line-height: 1.2;
  }
}
.c-mv1 .c-mv1__inner h2, .c-mv1 .c-mv1__inner .c-box1 h3, .c-box1 .c-mv1 .c-mv1__inner h3, .c-mv1 .c-mv1__inner .c-box1 h4, .c-box1 .c-mv1 .c-mv1__inner h4, .c-mv1 .c-mv1__inner .c-box1 h5, .c-box1 .c-mv1 .c-mv1__inner h5, .c-mv1 .c-mv1__inner .c-box1 h6, .c-box1 .c-mv1 .c-mv1__inner h6 {
  font-size: 1.25vw;
}
@media screen and (max-width: 750px) {
  .c-mv1 .c-mv1__inner h2, .c-mv1 .c-mv1__inner .c-box1 h3, .c-box1 .c-mv1 .c-mv1__inner h3, .c-mv1 .c-mv1__inner .c-box1 h4, .c-box1 .c-mv1 .c-mv1__inner h4, .c-mv1 .c-mv1__inner .c-box1 h5, .c-box1 .c-mv1 .c-mv1__inner h5, .c-mv1 .c-mv1__inner .c-box1 h6, .c-box1 .c-mv1 .c-mv1__inner h6 {
    font-size: 4.8vw;
  }
}

.c-cta {
  background-color: #212121;
  padding-top: 9.375vw;
  padding-bottom: 9.375vw;
  color: #fff;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 750px) {
  .c-cta {
    padding-top: 16vw;
    padding-bottom: 16vw;
    display: block !important;
  }
}
.c-cta .c-ttl1 {
  color: #bdaa9f;
}
.c-cta .txt1 {
  font-size: 2.5vw;
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 750px) {
  .c-cta .txt1 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .c-cta .txt2 br {
    display: none;
  }
}
.c-cta > *:nth-child(2) {
  gap: 55px;
}
@media screen and (max-width: 750px) {
  .c-cta > *:nth-child(2) {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .c-cta .c-btn1--b, .c-cta .c-btn1--bl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: 100%;
    margin-top: 8vw;
  }
}

.c-cta__tel {
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .c-cta__tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10.6666666667vw !important;
  }
}
.c-cta__tel .txt {
  font-size: 0.9027777778vw;
  padding: 0 0 0.9027777778vw 2.7777777778vw;
}
@media screen and (max-width: 750px) {
  .c-cta__tel .txt {
    font-size: 3.4666666667vw;
    padding: 0 0 2.6666666667vw 0vw;
    margin-left: 0 !important;
  }
}
.c-cta__tel .tel {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 1.1805555556vw;
}
@media screen and (max-width: 750px) {
  .c-cta__tel .tel {
    font-size: 4.5333333333vw;
    margin-left: 0 !important;
  }
}
.c-cta__tel .tel a {
  font-size: 2.0833333333vw;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .c-cta__tel .tel a {
    font-size: 8vw;
  }
}

.c-block1 {
  border-top: solid 1px #c1c1c1;
  padding-top: 6.9444444444vw;
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 750px) {
  .c-block1 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.c-block1 .c-btn1, .c-block1 .c-btn1--b, .c-block1 .c-btn1--bl, .c-block1 .c-btn1--nb, .c-block1 .c-btn1--wh {
  margin-top: 3.9583333333vw;
}
@media screen and (max-width: 750px) {
  .c-block1 .c-btn1, .c-block1 .c-btn1--b, .c-block1 .c-btn1--bl, .c-block1 .c-btn1--nb, .c-block1 .c-btn1--wh {
    margin-top: 6.6666666667vw;
  }
}
.c-block1 .c-ttl2 {
  margin-bottom: 3.8888888889vw;
}
@media screen and (max-width: 750px) {
  .c-block1 .c-ttl2 {
    margin-top: 0vw;
  }
}
.c-block1 > *:nth-child(1) {
  padding-right: 10%;
}
@media screen and (max-width: 750px) {
  .c-block1 > *:nth-child(1) {
    padding-right: 0;
  }
}

.c-block2 {
  background-color: #212121;
  color: #fff;
  text-align: center;
  padding-top: 15vw;
  padding-bottom: 11.1111111111vw;
}
@media screen and (max-width: 750px) {
  .c-block2 {
    padding-top: 16vw;
    padding-bottom: 16vw;
    text-align: left;
  }
}
.c-block2 h2, .c-block2 .c-box1 h3, .c-box1 .c-block2 h3, .c-block2 .c-box1 h4, .c-box1 .c-block2 h4, .c-block2 .c-box1 h5, .c-box1 .c-block2 h5, .c-block2 .c-box1 h6, .c-box1 .c-block2 h6 {
  color: #bdaa9f;
}
@media screen and (max-width: 750px) {
  .c-block2 h2, .c-block2 .c-box1 h3, .c-box1 .c-block2 h3, .c-block2 .c-box1 h4, .c-box1 .c-block2 h4, .c-block2 .c-box1 h5, .c-box1 .c-block2 h5, .c-block2 .c-box1 h6, .c-box1 .c-block2 h6 {
    text-align: left;
  }
}
.c-block2 h3, .c-block2 .c-box1 h4, .c-box1 .c-block2 h4, .c-block2 .c-box1 h5, .c-box1 .c-block2 h5, .c-block2 .c-box1 h6, .c-box1 .c-block2 h6 {
  font-size: 2.5vw;
  margin: 0.5555555556vw auto 1.5972222222vw !important;
}
@media screen and (max-width: 750px) {
  .c-block2 h3, .c-block2 .c-box1 h4, .c-box1 .c-block2 h4, .c-block2 .c-box1 h5, .c-box1 .c-block2 h5, .c-block2 .c-box1 h6, .c-box1 .c-block2 h6 {
    font-size: 5.3333333333vw;
    margin: 2.1333333333vw 0 2.6666666667vw !important;
    text-align: left;
  }
}
.c-block2 h3 br, .c-block2 .c-box1 h4 br, .c-box1 .c-block2 h4 br, .c-block2 .c-box1 h5 br, .c-box1 .c-block2 h5 br, .c-block2 .c-box1 h6 br, .c-box1 .c-block2 h6 br {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-block2 h3 br, .c-block2 .c-box1 h4 br, .c-box1 .c-block2 h4 br, .c-block2 .c-box1 h5 br, .c-box1 .c-block2 h5 br, .c-block2 .c-box1 h6 br, .c-box1 .c-block2 h6 br {
    display: block;
  }
}
.c-block2 p {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-block2 p {
    text-align: left;
  }
}
.c-block2 .c-btn1, .c-block2 .c-btn1--b, .c-block2 .c-btn1--bl, .c-block2 .c-btn1--nb, .c-block2 .c-btn1--wh {
  margin: 2.5694444444vw auto 0;
}
@media screen and (max-width: 750px) {
  .c-block2 .c-btn1, .c-block2 .c-btn1--b, .c-block2 .c-btn1--bl, .c-block2 .c-btn1--nb, .c-block2 .c-btn1--wh {
    margin: 2.5694444444vw 0;
  }
}
.c-block2 .c-btn1 a, .c-block2 .c-btn1--b a, .c-block2 .c-btn1--bl a, .c-block2 .c-btn1--nb a, .c-block2 .c-btn1--wh a {
  width: 17.3611111111vw;
  height: 4.1666666667vw;
  background-color: #fff;
}

.c-block3 {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .c-block3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.c-block3 > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0.3472222222vw;
  padding: 3.4722222222vw 3.4722222222vw 4.1666666667vw;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .c-block3 > * {
    border-radius: 1.3333333333vw;
    padding: 5.3333333333vw;
    font-size: 4vw;
  }
}

.c-nav-a__inner {
  border-top: solid 1px #212121;
  padding-top: 7.2916666667vw;
  padding-bottom: 10.4166666667vw;
  display: block !important;
}
@media screen and (max-width: 750px) {
  .c-nav-a__inner {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}

.norborder .c-nav-a__inner {
  border-color: transparent;
}

.c-nav-a-ttl {
  text-align: center !important;
  font-size: 2.5vw;
  line-height: 1.5555555556;
  margin-bottom: 4.1666666667vw !important;
}
@media screen and (max-width: 750px) {
  .c-nav-a-ttl {
    font-size: 5.6vw;
    margin-bottom: 8vw !important;
  }
}

.c-nav-a-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .c-nav-a-list {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667vw;
  }
}
.c-nav-a-list > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100%;
}
.c-nav-a-list .current {
  display: none;
}

.c-nav-a-card, .c-nav-a-card2 {
  padding: 3.1944444444vw 3.4722222222vw 3.75vw;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-nav-a-card .hover-target, .c-nav-a-card2 .hover-target {
  --shadow-color: #212121;
  --distance: 1.5em;
  overflow: hidden;
  color: transparent;
  isolation: isolate;
  text-shadow: 0 0 0 var(--shadow-color), 0 var(--distance) 0 var(--shadow-color);
}
.c-nav-a-card .hover-target:hover, .c-nav-a-card2 .hover-target:hover {
  -webkit-animation: hover-shift 0.25s ease-out forwards;
          animation: hover-shift 0.25s ease-out forwards;
}
.c-nav-a-card:hover .hover-target, .c-nav-a-card2:hover .hover-target {
  -webkit-animation: hover-shift 0.25s ease-out forwards;
          animation: hover-shift 0.25s ease-out forwards;
}
@media screen and (max-width: 750px) {
  .c-nav-a-card, .c-nav-a-card2 {
    padding: 5.3333333333vw;
    border-radius: 1.3333333333vw;
    background-position: center right 5.3333333333vw !important;
  }
}

.c-nav-a-card__txt1 {
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 750px) {
  .c-nav-a-card__txt1 {
    font-size: 4vw;
  }
}

.c-nav-a-card__txt2 {
  font-size: 1.0416666667vw;
  margin: 0.9027777778vw 0 2.0833333333vw !important;
}
@media screen and (max-width: 750px) {
  .c-nav-a-card__txt2 {
    font-size: 3.7333333333vw;
    margin: 2.6666666667vw 0 5.3333333333vw !important;
  }
}

.c-nav-a-card__btn {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 2.5vw;
}
@media screen and (max-width: 750px) {
  .c-nav-a-card__btn {
    padding-left: 9.6vw;
  }
}
.c-nav-a-card__btn::before {
  content: "";
  display: block;
  width: 1.8055555556vw;
  height: 1em;
  background-image: url("../../../../uploads/icon-arrow1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.1111111111vw;
  position: absolute;
  top: 0.5555555556vw;
  left: 0;
}
@media screen and (max-width: 750px) {
  .c-nav-a-card__btn::before {
    width: 6.9333333333vw;
    margin-right: 4.2666666667vw;
    top: 1.8666666667vw;
  }
}

@media screen and (hover: hover) and (min-width: 751px) {
  a:hover .c-nav-a-card__btn::before {
    -webkit-animation: hover-arrow 0.25s ease-out forwards;
            animation: hover-arrow 0.25s ease-out forwards;
  }
}

.c-nav-a-card2 {
  padding: 2.5vw 2.9166666667vw 5.8333333333vw;
  background-image: url("../../../../uploads/icon-arrow1.svg");
  background-size: 1.8055555556vw auto;
  background-repeat: no-repeat;
  background-position: right 2.3611111111vw bottom 2.5694444444vw;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 750px) {
  .c-nav-a-card2 {
    padding: 5.3333333333vw;
    background-size: 6.9333333333vw auto;
    background-position: right 5.3333333333vw bottom 5.3333333333vw;
  }
}
@media screen and (hover: hover) and (min-width: 751px) {
  .c-nav-a-card2:hover {
    background-position: right 1.3888888889vw bottom 2.5694444444vw;
  }
}

.c-name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.9722222222vw;
  margin-top: 0.9722222222vw;
}
@media screen and (max-width: 750px) {
  .c-name-block {
    gap: 0;
    margin-top: 2.6666666667vw;
    display: block !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.c-name-block .ja {
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 750px) {
  .c-name-block .ja {
    font-size: 4.8vw;
    text-align: center;
  }
}
.c-name-block .en {
  font-size: 0.9027777778vw;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}
@media screen and (max-width: 750px) {
  .c-name-block .en {
    font-size: 2.6666666667vw;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .c-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 6.25vw;
  }
}

/*----------------------------------------------------------------
  Card
-----------------------------------------------------------------*/
/* .c-card
______________________________________________*/
.c-card-customer {
  width: 100%;
  background-color: #fff;
  border-radius: 0.3472222222vw;
  padding: 2.2222222222vw;
  gap: 1.7361111111vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .c-card-customer {
    display: block !important;
    border-radius: 1.3333333333vw;
    padding: 4vw;
    gap: 2.6666666667vw;
  }
}
.c-card-customer h3, .c-card-customer .c-box1 h4, .c-box1 .c-card-customer h4, .c-card-customer .c-box1 h5, .c-box1 .c-card-customer h5, .c-card-customer .c-box1 h6, .c-box1 .c-card-customer h6 {
  font-weight: normal;
  font-size: 0.8333333333vw;
  line-height: 1;
  padding: 0.3472222222vw 0.6944444444vw;
  border: solid 1px #ddd;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 750px) {
  .c-card-customer h3, .c-card-customer .c-box1 h4, .c-box1 .c-card-customer h4, .c-card-customer .c-box1 h5, .c-box1 .c-card-customer h5, .c-card-customer .c-box1 h6, .c-box1 .c-card-customer h6 {
    font-size: 3.2vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.c-card-customer h4, .c-card-customer .c-box1 h5, .c-box1 .c-card-customer h5, .c-card-customer .c-box1 h6, .c-box1 .c-card-customer h6 {
  font-weight: normal;
  font-size: 1.3888888889vw;
  line-height: 1.3;
  margin: 0.4861111111vw 0 0.8333333333vw;
}
@media screen and (max-width: 750px) {
  .c-card-customer h4, .c-card-customer .c-box1 h5, .c-box1 .c-card-customer h5, .c-card-customer .c-box1 h6, .c-box1 .c-card-customer h6 {
    font-size: 4.2666666667vw;
    margin: 2.6666666667vw 0 3.2vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
.c-card-customer .prof {
  font-size: 0.9027777778vw;
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .c-card-customer .prof {
    font-size: 3.4666666667vw;
  }
}
@media screen and (hover: hover) and (min-width: 751px) {
  .c-card-customer:hover {
    text-decoration: underline !important;
  }
  .c-card-customer:hover .c-card-customer__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.c-card-customer__img {
  width: 13.8888888889vw;
  min-width: 13.8888888889vw;
  aspect-ratio: 200/125;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-card-customer__img {
    width: 100%;
    min-width: 0;
    margin-bottom: 2.6666666667vw !important;
  }
}
.c-card-customer__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.c-card-journal-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0833333333vw;
  font-size: 1.0416666667vw;
  line-height: 1.7333333333;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  width: 100%;
  padding: 0 !important;
}
@media screen and (max-width: 750px) {
  .c-card-journal-a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
    font-size: 4vw;
  }
}
.c-card-journal-a .header {
  width: 100%;
}
.c-card-journal-a .thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 413/250;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-card-journal-a .thumb {
    min-width: 100%;
    width: 100%;
  }
}
.c-card-journal-a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.c-card-journal-a .title {
  font-size: 1.5277777778vw;
  line-height: 1.6363636364;
  margin: 0.3472222222vw 0 0.6944444444vw;
}
@media screen and (max-width: 750px) {
  .c-card-journal-a .title {
    font-size: 4.8vw;
    margin: 1.3333333333vw 0 2.6666666667vw;
    line-height: 1.4;
  }
}
.c-card-journal-a .date {
  font-size: 0.9027777778vw;
  opacity: 0.5;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 750px) {
  .c-card-journal-a .date {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (hover: hover) and (min-width: 751px) {
  .c-card-journal-a:hover {
    text-decoration: underline !important;
  }
  .c-card-journal-a:hover .thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-card-journal-a .description {
  display: none;
}

.c-card-journal-b {
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 750px) {
  .c-card-journal-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.c-card-journal-b .title {
  font-size: 1.5277777778vw;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 750px) {
  .c-card-journal-b .title {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.c-card-journal-b .tax {
  margin: 0 0 0.4166666667vw;
}
@media screen and (max-width: 750px) {
  .c-card-journal-b .tax {
    margin: 0 0 1.6vw;
  }
}
.c-card-journal-b .date {
  font-size: 0.9027777778vw;
  opacity: 0.5;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 750px) {
  .c-card-journal-b .date {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.c-card-journal-b .thumb {
  min-width: 17.3611111111vw;
  width: 17.3611111111vw;
  height: auto;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 750px) {
  .c-card-journal-b .thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1.3;
  }
}
.c-card-journal-b .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.c-card-journal-b .description {
  display: none;
}
@media screen and (hover: hover) and (min-width: 751px) {
  .c-card-journal-b:hover {
    text-decoration: underline !important;
  }
  .c-card-journal-b:hover .thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.taxonomy-cat_journal > *, .c-card-journal-a .tax > *, .c-card-journal-b .tax > * {
  font-size: 0.8333333333vw;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0.3472222222vw 0.6944444444vw;
  background-color: #fff;
  margin-right: 0.3472222222vw;
}
@media screen and (max-width: 750px) {
  .taxonomy-cat_journal > *, .c-card-journal-a .tax > *, .c-card-journal-b .tax > * {
    font-size: 3.2vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-right: 1.3333333333vw;
  }
}

.c-card-posture {
  border-top: solid 1px #707070;
  padding: 14px 0 0;
}
@media screen and (max-width: 750px) {
  .c-card-posture {
    padding: 3.7333333333vw 0 0;
  }
}

.c-card-posture__txt1 {
  font-size: 0.9722222222vw;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}
@media screen and (max-width: 750px) {
  .c-card-posture__txt1 {
    font-size: 3.7333333333vw;
  }
}

.c-card-posture__txt2 {
  font-size: 1.6666666667vw;
  margin: 1.5972222222vw 0 0.9027777778vw;
}
@media screen and (max-width: 750px) {
  .c-card-posture__txt2 {
    font-size: 6.4vw;
    margin: 6.1333333333vw 0 3.4666666667vw;
  }
}

.c-card-posture__txt3 {
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .c-card-posture__txt3 {
    font-size: 4vw;
  }
}

.c-card-treatment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5694444444vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-card-treatment {
    gap: 2.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8vw;
    padding-top: 26.6666666667vw;
  }
}
.c-card-treatment .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11.1111111111vw;
  min-width: 11.1111111111vw;
  height: 11.1111111111vw;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .c-card-treatment .img {
    width: 21.3333333333vw;
    min-width: 21.3333333333vw;
    height: 21.3333333333vw;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-card-treatment .img img {
  width: 5.5555555556vw;
}
@media screen and (max-width: 750px) {
  .c-card-treatment .img img {
    width: 16vw;
  }
}
.c-card-treatment .txt1 {
  font-size: 1.5277777778vw;
  line-height: 1.6363636364;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 750px) {
  .c-card-treatment .txt1 {
    font-size: 4.8vw;
    position: absolute;
    top: 0;
    left: 26.6666666667vw;
    height: 21.3333333333vw;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-card-treatment .txt2 {
  font-size: 1.0416666667vw;
  line-height: 1.7333333333;
}
@media screen and (max-width: 750px) {
  .c-card-treatment .txt2 {
    font-size: 4vw;
  }
}

.c-card-staff {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (hover: hover) and (min-width: 751px) {
  .c-card-staff:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-card-staff::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 33, 33, 0.6)), color-stop(50%, rgba(33, 33, 33, 0)));
  background: -webkit-linear-gradient(bottom, rgba(33, 33, 33, 0.6), rgba(33, 33, 33, 0) 50%);
  background: linear-gradient(to top, rgba(33, 33, 33, 0.6), rgba(33, 33, 33, 0) 50%);
}
@media screen and (max-width: 750px) {
  .c-card-staff {
    font-size: 3.7333333333vw;
  }
}
.c-card-staff .img {
  display: block;
  aspect-ratio: 418/550;
  position: relative;
}
.c-card-staff .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.c-card-staff .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.125vw 1.875vw;
  font-size: 0.9722222222vw;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .c-card-staff .body {
    padding: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.c-card-staff .body .txt1 {
  color: #fff !important;
}
.c-card-staff .name {
  color: #fff !important;
  font-size: 0.9027777778vw;
  line-height: 1;
  margin-top: 1.1111111111vw;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.1111111111vw;
}
@media screen and (max-width: 750px) {
  .c-card-staff .name {
    font-size: 3.2vw;
    gap: 3.2vw;
    margin-top: 0;
    display: block;
  }
}
.c-card-staff .name strong {
  font-size: 1.6666666667vw;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .c-card-staff .name strong {
    font-size: 4.5333333333vw;
    display: block;
    margin-bottom: 1.3333333333vw;
  }
}

/*----------------------------------------------------------------
  Navs
-----------------------------------------------------------------*/
.c-block-rec-menu {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.7777777778vw;
}
@media screen and (max-width: 750px) {
  .c-block-rec-menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667vw;
  }
}
.c-block-rec-menu > * .c-ttl1 {
  margin: 0;
}
.c-block-rec-menu > * h3, .c-block-rec-menu > * .c-box1 h4, .c-box1 .c-block-rec-menu > * h4, .c-block-rec-menu > * .c-box1 h5, .c-box1 .c-block-rec-menu > * h5, .c-block-rec-menu > * .c-box1 h6, .c-box1 .c-block-rec-menu > * h6 {
  font-size: 2.5vw;
}
@media screen and (max-width: 750px) {
  .c-block-rec-menu > * h3, .c-block-rec-menu > * .c-box1 h4, .c-box1 .c-block-rec-menu > * h4, .c-block-rec-menu > * .c-box1 h5, .c-box1 .c-block-rec-menu > * h5, .c-block-rec-menu > * .c-box1 h6, .c-box1 .c-block-rec-menu > * h6 {
    font-size: 6.4vw;
  }
}

/* clinic インデックス
______________________________________________*/
.c-nav-clinic-index > li {
  border-top: solid 1px #c1c1c1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5.5555555556vw 0 5.5555555556vw;
  gap: 6.9444444444vw;
}
@media screen and (max-width: 750px) {
  .c-nav-clinic-index > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16vw 0 16vw;
    gap: 5.3333333333vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-nav-clinic-index > li .img {
  width: 20.8333333333vw;
  max-width: 20.8333333333vw;
}
@media screen and (max-width: 750px) {
  .c-nav-clinic-index > li .img {
    width: 100% !important;
    max-width: none !important;
  }
}
.c-nav-clinic-index > li .txt1 {
  font-size: 2.5vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .c-nav-clinic-index > li .txt1 {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.c-nav-clinic-index > li .c-btn1, .c-nav-clinic-index > li .c-btn1--b, .c-nav-clinic-index > li .c-btn1--bl, .c-nav-clinic-index > li .c-btn1--nb, .c-nav-clinic-index > li .c-btn1--wh {
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .c-nav-clinic-index > li .c-btn1, .c-nav-clinic-index > li .c-btn1--b, .c-nav-clinic-index > li .c-btn1--bl, .c-nav-clinic-index > li .c-btn1--nb, .c-nav-clinic-index > li .c-btn1--wh {
    margin-right: auto;
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
}

.p-clinic-index {
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 750px) {
  .p-clinic-index {
    padding-bottom: 16vw;
  }
}

/* .c-breadcrumb
______________________________________________*/
.c-breadcrumb {
  padding-top: 1.5277777778vw;
  padding-bottom: 4.0972222222vw;
  font-size: 0.9027777778vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8333333333vw;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb .separate {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.8333333333vw;
  height: 1px;
  background-color: #a0a0a0;
}
.c-breadcrumb .current-item {
  opacity: 0.5;
}

body.home .c-breadcrumb {
  display: none;
}

/* .c-pager
______________________________________________*/
.c-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8.0555555556vw 0 0;
  font-size: 1.25vw;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}
@media screen and (max-width: 750px) {
  .c-pager {
    margin: 10.6666666667vw 0 0;
    font-size: 4.8vw;
  }
}
.c-pager .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3194444444vw;
}
@media screen and (max-width: 750px) {
  .c-pager .wp-block-query-pagination-numbers {
    gap: 2.6666666667vw;
  }
}
.c-pager .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding-bottom: 0.3472222222vw;
  width: 1.3194444444vw;
}
@media screen and (max-width: 750px) {
  .c-pager .page-numbers {
    padding-bottom: 1.3333333333vw;
    width: 5.0666666667vw;
  }
}
.c-pager .current {
  border-bottom: solid 1px currentColor;
}
@media screen and (hover: hover) and (min-width: 751px) {
  .c-pager a:hover {
    border-bottom: solid 1px currentColor;
  }
}
.c-pager .wp-block-query-pagination-previous,
.c-pager .wp-block-query-pagination-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border: solid 1px #212121;
  font-size: 0;
}
@media screen and (max-width: 750px) {
  .c-pager .wp-block-query-pagination-previous,
  .c-pager .wp-block-query-pagination-next {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.c-pager .wp-block-query-pagination-previous::after,
.c-pager .wp-block-query-pagination-next::after {
  content: "";
  display: block;
  width: 0.9027777778vw;
  height: 0.9027777778vw;
  -webkit-mask-image: url("../../../../uploads/icon-arrow2.svg");
          mask-image: url("../../../../uploads/icon-arrow2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
}
@media screen and (max-width: 750px) {
  .c-pager .wp-block-query-pagination-previous::after,
  .c-pager .wp-block-query-pagination-next::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.c-pager .wp-block-query-pagination-previous {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* .f-service-nav
______________________________________________*/
.f-service-nav {
  border-top: 3px solid #0378d2;
  padding-top: 126px;
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .f-service-nav {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.f-service-nav h2, .f-service-nav .c-box1 h3, .c-box1 .f-service-nav h3, .f-service-nav .c-box1 h4, .c-box1 .f-service-nav h4, .f-service-nav .c-box1 h5, .c-box1 .f-service-nav h5, .f-service-nav .c-box1 h6, .c-box1 .f-service-nav h6 {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .f-service-nav h2, .f-service-nav .c-box1 h3, .c-box1 .f-service-nav h3, .f-service-nav .c-box1 h4, .c-box1 .f-service-nav h4, .f-service-nav .c-box1 h5, .c-box1 .f-service-nav h5, .f-service-nav .c-box1 h6, .c-box1 .f-service-nav h6 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.f-service-nav .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .f-service-nav .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 21px;
  }
}
.f-service-nav .nav > * {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 28px;
  gap: 24px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .f-service-nav .nav > * {
    padding: 24px;
  }
}
.f-service-nav .nav > * .img {
  display: none;
}
.f-service-nav .nav > * .title {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .f-service-nav .nav > * .title {
    font-size: 2rem;
  }
}
.f-service-nav .nav > * .body {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.f-service-nav .nav > * .description {
  font-size: 1.5rem;
  margin: 8px 0 24px;
}
.f-service-nav .nav > * .c-btn1, .f-service-nav .nav > * .c-btn1--b, .f-service-nav .nav > * .c-btn1--bl, .f-service-nav .nav > * .c-btn1--nb, .f-service-nav .nav > * .c-btn1--wh {
  width: 100%;
  margin-top: auto;
}
.c-nav-staff {
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 750px) {
  .c-nav-staff {
    padding-bottom: 16vw;
  }
}
.c-nav-staff > *:first-child {
  border-top: solid 1px #212121;
  padding-top: 6.9444444444vw;
}
@media screen and (max-width: 750px) {
  .c-nav-staff > *:first-child {
    padding-top: 16vw;
  }
}
@media screen and (max-width: 750px) {
  .c-nav-staff .c-block-staff__body {
    width: 100vw !important;
    max-width: none !important;
    margin-left: -2.6666666667vw !important;
  }
}

.c-nav-tax-archive {
  padding: 0.8333333333vw 0 4.6527777778vw;
}
@media screen and (max-width: 750px) {
  .c-nav-tax-archive {
    padding: 2.6666666667vw 0 8vw;
  }
}
.c-nav-tax-archive > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5555555556vw 2.7777777778vw;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .c-nav-tax-archive > * {
    gap: 1em;
    font-size: 4vw;
  }
}
.c-nav-tax-archive > * .current-cat a {
  text-decoration: underline !important;
}

/*----------------------------------------------------------------
  Button
-----------------------------------------------------------------*/
/* .c-btn1
______________________________________________*/
.c-btn1 > *, .c-btn1--b > *, .c-btn1--bl > *, .c-btn1--nb > *, .c-btn1--wh > * {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.3611111111vw;
  height: 3.4722222222vw;
  border: solid 1px #212121;
  font-size: 1.0416666667vw;
  color: #212121;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-btn1 > *, .c-btn1--b > *, .c-btn1--bl > *, .c-btn1--nb > *, .c-btn1--wh > * {
    width: 60.8vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.c-btn1 > *::after, .c-btn1--b > *::after, .c-btn1--bl > *::after, .c-btn1--nb > *::after, .c-btn1--wh > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  -webkit-mask-image: url("../images/icon-svg/icon-arrow-a.svg");
          mask-image: url("../images/icon-svg/icon-arrow-a.svg");
  -webkit-mask-size: 2.4305555556vw auto;
          mask-size: 2.4305555556vw auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center left;
          mask-position: center left;
}
@media screen and (max-width: 750px) {
  .c-btn1 > *::after, .c-btn1--b > *::after, .c-btn1--bl > *::after, .c-btn1--nb > *::after, .c-btn1--wh > *::after {
    -webkit-mask-size: 8vw auto;
            mask-size: 8vw auto;
  }
}
.c-btn1 > * > *, .c-btn1--b > * > *, .c-btn1--bl > * > *, .c-btn1--nb > * > *, .c-btn1--wh > * > * {
  --shadow-color: #212121;
  --distance: 1.5em;
  overflow: hidden;
  color: transparent;
  isolation: isolate;
  text-shadow: 0 0 0 var(--shadow-color), 0 var(--distance) 0 var(--shadow-color);
}
.c-btn1 > * > *:hover, .c-btn1--b > * > *:hover, .c-btn1--bl > * > *:hover, .c-btn1--nb > * > *:hover, .c-btn1--wh > * > *:hover {
  -webkit-animation: hover-shift 0.25s ease-out forwards;
          animation: hover-shift 0.25s ease-out forwards;
}
.c-btn1 > *:hover > *, .c-btn1--b > *:hover > *, .c-btn1--bl > *:hover > *, .c-btn1--nb > *:hover > *, .c-btn1--wh > *:hover > * {
  -webkit-animation: hover-shift 0.25s ease-out forwards;
          animation: hover-shift 0.25s ease-out forwards;
}
@media screen and (hover: hover) and (min-width: 751px) {
  .c-btn1 > *:hover::after, .c-btn1--b > *:hover::after, .c-btn1--bl > *:hover::after, .c-btn1--nb > *:hover::after, .c-btn1--wh > *:hover::after {
    -webkit-animation: hover-arrow 0.25s ease-out forwards;
            animation: hover-arrow 0.25s ease-out forwards;
  }
}
.c-btn1.--center, .--center.c-btn1--b, .--center.c-btn1--bl, .--center.c-btn1--nb, .--center.c-btn1--wh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5.5555555556vw auto 0;
}
@media screen and (max-width: 750px) {
  .c-btn1.--center, .--center.c-btn1--b, .--center.c-btn1--bl, .--center.c-btn1--nb, .--center.c-btn1--wh {
    display: block;
  }
}

@-webkit-keyframes hover-arrow {
  0% {
    left: 0;
  }
  20% {
    left: -20px;
  }
  60% {
    left: 0;
  }
  100% {
    left: 0;
  }
}

@keyframes hover-arrow {
  0% {
    left: 0;
  }
  20% {
    left: -20px;
  }
  60% {
    left: 0;
  }
  100% {
    left: 0;
  }
}
.c-btn1--wh > * {
  color: #fff;
  border-color: #fff;
}
.c-btn1--wh > * > * {
  --shadow-color: #fff;
  --distance: 1.5em;
  overflow: hidden;
  color: transparent;
  isolation: isolate;
  text-shadow: 0 0 0 var(--shadow-color), 0 var(--distance) 0 var(--shadow-color);
}
.c-btn1--wh > * > *:hover {
  -webkit-animation: hover-shift 0.25s ease-out forwards;
          animation: hover-shift 0.25s ease-out forwards;
}
.c-btn1--wh > *:hover > * {
  -webkit-animation: hover-shift 0.25s ease-out forwards;
          animation: hover-shift 0.25s ease-out forwards;
}

.c-btn1--nb > * {
  border-color: transparent;
}
@media screen and (max-width: 750px) {
  .c-btn1--nb > * {
    width: auto !important;
    margin: 0 !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10.6666666667vw;
  }
}

.c-btn1--b > *, .c-btn1--bl > * {
  background-color: #fff;
  width: 17.3611111111vw;
  height: 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .c-btn1--b > *, .c-btn1--bl > * {
    width: 66.6666666667vw;
    height: 13.3333333333vw;
  }
}

.c-btn1--bl > * {
  width: 24.2361111111vw !important;
}
@media screen and (max-width: 750px) {
  .c-btn1--bl > * {
    width: 85.3333333333vw !important;
    height: 13.3333333333vw !important;
  }
}

/*----------------------------------------------------------------
  Icons
-----------------------------------------------------------------*/
.icon-volunteer::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-volunteer.svg");
  -webkit-mask-image: url("../images/icon-svg/icon-volunteer.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-volunteer.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-home1::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/home1.svg");
  -webkit-mask-image: url("../images/icon-svg/home1.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-home1.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-canvas::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/canvas.svg");
  -webkit-mask-image: url("../images/icon-svg/canvas.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-canvas.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-earth::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/earth.svg");
  -webkit-mask-image: url("../images/icon-svg/earth.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-earth.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-heart-hand::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/heart-hand.svg");
  -webkit-mask-image: url("../images/icon-svg/heart-hand.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-heart-hand.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-ng::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/ng.svg");
  -webkit-mask-image: url("../images/icon-svg/ng.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-ng.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-ok::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/ok.svg");
  -webkit-mask-image: url("../images/icon-svg/ok.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-ok.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-pdf::before, .c-link-pdf::before, .acf-file-download.pdf::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/pdf.svg");
  -webkit-mask-image: url("../images/icon-svg/pdf.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-pdf.icon--after, .icon--after.c-link-pdf, .icon--after.acf-file-download.pdf {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-solar-power::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/solar-power.svg");
  -webkit-mask-image: url("../images/icon-svg/solar-power.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-solar-power.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-wind-power::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/wind-power.svg");
  -webkit-mask-image: url("../images/icon-svg/wind-power.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-wind-power.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-b-r::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-b-r.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-b-r.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-b-r.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-a-l::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-a-l.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-a-l.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-a-l.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-a-r::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-a-r.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-a-r.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-a-r.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-b-down::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-b-down.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-b-down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-b-down.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-b-l::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-b-l.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-b-l.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-b-l.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-b-up::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-b-up.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-b-up.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-b-up.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-blank::before, .c-link-blank::before, .c-post a[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"])::before, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content a[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"])::before,
.post-type-journal .editor-styles-wrapper .wp-block-post-content a[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"])::before,
.post-type-post .editor-styles-wrapper .wp-block-post-content a[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"])::before, .c-policy a[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"])::before, .c-table1 table a[target=_blank]::before, .c-post table table a[target=_blank]::before, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table a[target=_blank]::before,
.post-type-journal .editor-styles-wrapper .wp-block-post-content table table a[target=_blank]::before,
.post-type-post .editor-styles-wrapper .wp-block-post-content table table a[target=_blank]::before, .c-policy table table a[target=_blank]::before, .c-table1-2 table a[target=_blank]::before, .c-box1 a[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"])::before, .c-box1 table table a[target=_blank]::before, .c-box2 a[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"])::before, .c-box2 table table a[target=_blank]::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/blank.svg");
  -webkit-mask-image: url("../images/icon-svg/blank.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-blank.icon--after, .icon--after.c-link-blank, .c-post a.icon--after[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"]), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content a.icon--after[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"]),
.post-type-journal .editor-styles-wrapper .wp-block-post-content a.icon--after[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"]),
.post-type-post .editor-styles-wrapper .wp-block-post-content a.icon--after[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"]), .c-policy a.icon--after[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"]), .c-table1 table a.icon--after[target=_blank], .c-post table table a.icon--after[target=_blank], .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table a.icon--after[target=_blank],
.post-type-journal .editor-styles-wrapper .wp-block-post-content table table a.icon--after[target=_blank],
.post-type-post .editor-styles-wrapper .wp-block-post-content table table a.icon--after[target=_blank], .c-policy table table a.icon--after[target=_blank], .c-table1-2 table a.icon--after[target=_blank], .c-box1 a.icon--after[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"]), .c-box1 table table a.icon--after[target=_blank], .c-box2 a.icon--after[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"]), .c-box2 table table a.icon--after[target=_blank] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-building::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/building.svg");
  -webkit-mask-image: url("../images/icon-svg/building.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-building.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-check::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/check.svg");
  -webkit-mask-image: url("../images/icon-svg/check.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-check.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-check2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/check2.svg");
  -webkit-mask-image: url("../images/icon-svg/check2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-check2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-file::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/file.svg");
  -webkit-mask-image: url("../images/icon-svg/file.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-file.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-group::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/group.svg");
  -webkit-mask-image: url("../images/icon-svg/group.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-group.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-open::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-open.svg");
  -webkit-mask-image: url("../images/icon-svg/icon-open.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-open.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-close::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-close.svg");
  -webkit-mask-image: url("../images/icon-svg/icon-close.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-close.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-list::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/list.svg");
  -webkit-mask-image: url("../images/icon-svg/list.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-list.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-mail::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/mail.svg");
  -webkit-mask-image: url("../images/icon-svg/mail.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-mail.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-minus::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/minus.svg");
  -webkit-mask-image: url("../images/icon-svg/minus.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-minus.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-pc::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/pc.svg");
  -webkit-mask-image: url("../images/icon-svg/pc.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-pc.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-phone::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/phone.svg");
  -webkit-mask-image: url("../images/icon-svg/phone.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-phone.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-pin::before, .c-link-map::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/pin.svg");
  -webkit-mask-image: url("../images/icon-svg/pin.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-pin.icon--after, .icon--after.c-link-map {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-plus::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/plus.svg");
  -webkit-mask-image: url("../images/icon-svg/plus.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-plus.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-point::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/point.svg");
  -webkit-mask-image: url("../images/icon-svg/point.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-point.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-position::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/position.svg");
  -webkit-mask-image: url("../images/icon-svg/position.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-position.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-pull-down::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/pull-down.svg");
  -webkit-mask-image: url("../images/icon-svg/pull-down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-pull-down.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-search::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/search.svg");
  -webkit-mask-image: url("../images/icon-svg/search.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-search.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-star-b::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/star-b.svg");
  -webkit-mask-image: url("../images/icon-svg/star-b.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-star-b.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-star::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/star.svg");
  -webkit-mask-image: url("../images/icon-svg/star.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-star.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-time::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/time.svg");
  -webkit-mask-image: url("../images/icon-svg/time.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-time.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-yen::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/yen.svg");
  -webkit-mask-image: url("../images/icon-svg/yen.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-yen.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-phone-b::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/phone-b.svg");
  -webkit-mask-image: url("../images/icon-svg/phone-b.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-phone-b.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-pdf1::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/pdf1.svg");
  -webkit-mask-image: url("../images/icon-svg/pdf1.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-pdf1.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-train::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/train.svg");
  -webkit-mask-image: url("../images/icon-svg/train.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-train.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-pen::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/pen.svg");
  -webkit-mask-image: url("../images/icon-svg/pen.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-pen.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-live::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/live.svg");
  -webkit-mask-image: url("../images/icon-svg/live.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-live.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-office::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/office.svg");
  -webkit-mask-image: url("../images/icon-svg/office.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-office.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-home::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/home.svg");
  -webkit-mask-image: url("../images/icon-svg/home.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-home.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-home2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/home2.svg");
  -webkit-mask-image: url("../images/icon-svg/home2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-home2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-home3::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/home3.svg");
  -webkit-mask-image: url("../images/icon-svg/home3.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-home3.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-play::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/play.svg");
  -webkit-mask-image: url("../images/icon-svg/play.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-play.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-file-empty::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/file-empty.svg");
  -webkit-mask-image: url("../images/icon-svg/file-empty.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-file-empty.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-files-empty::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/files-empty.svg");
  -webkit-mask-image: url("../images/icon-svg/files-empty.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-files-empty.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-file-text2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/file-text2.svg");
  -webkit-mask-image: url("../images/icon-svg/file-text2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-file-text2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-file-picture::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/file-picture.svg");
  -webkit-mask-image: url("../images/icon-svg/file-picture.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-file-picture.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-folder::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/folder.svg");
  -webkit-mask-image: url("../images/icon-svg/folder.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-folder.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-folder-open::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/folder-open.svg");
  -webkit-mask-image: url("../images/icon-svg/folder-open.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-folder-open.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-price-tag::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/price-tag.svg");
  -webkit-mask-image: url("../images/icon-svg/price-tag.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-price-tag.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-price-tags::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/price-tags.svg");
  -webkit-mask-image: url("../images/icon-svg/price-tags.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-price-tags.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-coin-yen::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/coin-yen.svg");
  -webkit-mask-image: url("../images/icon-svg/coin-yen.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-coin-yen.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-phone1::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/phone1.svg");
  -webkit-mask-image: url("../images/icon-svg/phone1.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-phone1.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-phone-hang-up::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/phone-hang-up.svg");
  -webkit-mask-image: url("../images/icon-svg/phone-hang-up.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-phone-hang-up.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-location::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/location.svg");
  -webkit-mask-image: url("../images/icon-svg/location.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-location.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-location2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/location2.svg");
  -webkit-mask-image: url("../images/icon-svg/location2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-location2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-clock::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/clock.svg");
  -webkit-mask-image: url("../images/icon-svg/clock.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-clock.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-clock2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/clock2.svg");
  -webkit-mask-image: url("../images/icon-svg/clock2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-clock2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-bubble::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/bubble.svg");
  -webkit-mask-image: url("../images/icon-svg/bubble.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-bubble.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-bubbles::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/bubbles.svg");
  -webkit-mask-image: url("../images/icon-svg/bubbles.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-bubbles.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-bubbles2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/bubbles2.svg");
  -webkit-mask-image: url("../images/icon-svg/bubbles2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-bubbles2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-bubble2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/bubble2.svg");
  -webkit-mask-image: url("../images/icon-svg/bubble2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-bubble2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-bubbles3::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/bubbles3.svg");
  -webkit-mask-image: url("../images/icon-svg/bubbles3.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-bubbles3.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-bubbles4::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/bubbles4.svg");
  -webkit-mask-image: url("../images/icon-svg/bubbles4.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-bubbles4.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-plus1::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/plus1.svg");
  -webkit-mask-image: url("../images/icon-svg/plus1.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-plus1.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-minus1::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/minus1.svg");
  -webkit-mask-image: url("../images/icon-svg/minus1.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-minus1.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-cross::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/cross.svg");
  -webkit-mask-image: url("../images/icon-svg/cross.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-cross.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-checkmark::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/checkmark.svg");
  -webkit-mask-image: url("../images/icon-svg/checkmark.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-checkmark.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-play3::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/play3.svg");
  -webkit-mask-image: url("../images/icon-svg/play3.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-play3.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-pause2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/pause2.svg");
  -webkit-mask-image: url("../images/icon-svg/pause2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-pause2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-stop2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/stop2.svg");
  -webkit-mask-image: url("../images/icon-svg/stop2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-stop2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-backward2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/backward2.svg");
  -webkit-mask-image: url("../images/icon-svg/backward2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-backward2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-forward3::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/forward3.svg");
  -webkit-mask-image: url("../images/icon-svg/forward3.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-forward3.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-first::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/first.svg");
  -webkit-mask-image: url("../images/icon-svg/first.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-first.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-last::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/last.svg");
  -webkit-mask-image: url("../images/icon-svg/last.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-last.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-previous2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/previous2.svg");
  -webkit-mask-image: url("../images/icon-svg/previous2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-previous2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-next2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/next2.svg");
  -webkit-mask-image: url("../images/icon-svg/next2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-next2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-eject::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/eject.svg");
  -webkit-mask-image: url("../images/icon-svg/eject.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-eject.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-volume-high::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/volume-high.svg");
  -webkit-mask-image: url("../images/icon-svg/volume-high.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-volume-high.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-volume-medium::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/volume-medium.svg");
  -webkit-mask-image: url("../images/icon-svg/volume-medium.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-volume-medium.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-volume-low::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/volume-low.svg");
  -webkit-mask-image: url("../images/icon-svg/volume-low.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-volume-low.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-volume-mute::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/volume-mute.svg");
  -webkit-mask-image: url("../images/icon-svg/volume-mute.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-volume-mute.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-volume-mute2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/volume-mute2.svg");
  -webkit-mask-image: url("../images/icon-svg/volume-mute2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-volume-mute2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-volume-increase::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/volume-increase.svg");
  -webkit-mask-image: url("../images/icon-svg/volume-increase.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-volume-increase.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-volume-decrease::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/volume-decrease.svg");
  -webkit-mask-image: url("../images/icon-svg/volume-decrease.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-volume-decrease.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-up-left::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-up-left.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-up-left.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-up-left.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-up::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-up.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-up.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-up.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-up-right::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-up-right.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-up-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-up-right.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-right::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-right.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-right.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-down-right::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-down-right.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-down-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-down-right.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-down::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-down.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-down.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-down-left::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-down-left.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-down-left.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-down-left.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-left::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-left.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-left.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-left.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-up-left2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-up-left2.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-up-left2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-up-left2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-up2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-up2.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-up2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-up2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-up-right2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-up-right2.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-up-right2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-up-right2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-right2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-right2.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-right2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-right2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-right3::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-right3.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-right3.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-right3.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-down-right2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-down-right2.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-down-right2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-down-right2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-down2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-down2.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-down2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-down2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-down-left2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-down-left2.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-down-left2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-down-left2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-arrow-left2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/arrow-left2.svg");
  -webkit-mask-image: url("../images/icon-svg/arrow-left2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-arrow-left2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-circle-up::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/circle-up.svg");
  -webkit-mask-image: url("../images/icon-svg/circle-up.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-circle-up.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-circle-right::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/circle-right.svg");
  -webkit-mask-image: url("../images/icon-svg/circle-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-circle-right.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-circle-down::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/circle-down.svg");
  -webkit-mask-image: url("../images/icon-svg/circle-down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-circle-down.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-circle-left::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/circle-left.svg");
  -webkit-mask-image: url("../images/icon-svg/circle-left.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-circle-left.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-paragraph-left::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/paragraph-left.svg");
  -webkit-mask-image: url("../images/icon-svg/paragraph-left.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-paragraph-left.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-paragraph-center::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/paragraph-center.svg");
  -webkit-mask-image: url("../images/icon-svg/paragraph-center.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-paragraph-center.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-paragraph-right::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/paragraph-right.svg");
  -webkit-mask-image: url("../images/icon-svg/paragraph-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-paragraph-right.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-paragraph-justify::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/paragraph-justify.svg");
  -webkit-mask-image: url("../images/icon-svg/paragraph-justify.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-paragraph-justify.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-indent-increase::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/indent-increase.svg");
  -webkit-mask-image: url("../images/icon-svg/indent-increase.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-indent-increase.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-share::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/share.svg");
  -webkit-mask-image: url("../images/icon-svg/share.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-share.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-new-tab::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/new-tab.svg");
  -webkit-mask-image: url("../images/icon-svg/new-tab.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-new-tab.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-embed::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/embed.svg");
  -webkit-mask-image: url("../images/icon-svg/embed.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-embed.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-embed2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/embed2.svg");
  -webkit-mask-image: url("../images/icon-svg/embed2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-embed2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-facebook::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/facebook.svg");
  -webkit-mask-image: url("../images/icon-svg/facebook.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-facebook.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-facebook2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/facebook2.svg");
  -webkit-mask-image: url("../images/icon-svg/facebook2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-facebook2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-instagram::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/instagram.svg");
  -webkit-mask-image: url("../images/icon-svg/instagram.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-instagram.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-whatsapp::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/whatsapp.svg");
  -webkit-mask-image: url("../images/icon-svg/whatsapp.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-whatsapp.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-spotify::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/spotify.svg");
  -webkit-mask-image: url("../images/icon-svg/spotify.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-spotify.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-telegram::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/telegram.svg");
  -webkit-mask-image: url("../images/icon-svg/telegram.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-telegram.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-twitter::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/twitter.svg");
  -webkit-mask-image: url("../images/icon-svg/twitter.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-twitter.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-vine::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/vine.svg");
  -webkit-mask-image: url("../images/icon-svg/vine.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-vine.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-vk::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/vk.svg");
  -webkit-mask-image: url("../images/icon-svg/vk.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-vk.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-renren::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/renren.svg");
  -webkit-mask-image: url("../images/icon-svg/renren.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-renren.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-sina-weibo::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/sina-weibo.svg");
  -webkit-mask-image: url("../images/icon-svg/sina-weibo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-sina-weibo.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-rss::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/rss.svg");
  -webkit-mask-image: url("../images/icon-svg/rss.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-rss.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-rss2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/rss2.svg");
  -webkit-mask-image: url("../images/icon-svg/rss2.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-rss2.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-youtube::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/youtube.svg");
  -webkit-mask-image: url("../images/icon-svg/youtube.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-youtube.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-tux::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/tux.svg");
  -webkit-mask-image: url("../images/icon-svg/tux.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-tux.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-appleinc::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/appleinc.svg");
  -webkit-mask-image: url("../images/icon-svg/appleinc.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-appleinc.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-finder::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/finder.svg");
  -webkit-mask-image: url("../images/icon-svg/finder.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-finder.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-android::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/android.svg");
  -webkit-mask-image: url("../images/icon-svg/android.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-android.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-windows::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/windows.svg");
  -webkit-mask-image: url("../images/icon-svg/windows.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-windows.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-windows8::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/windows8.svg");
  -webkit-mask-image: url("../images/icon-svg/windows8.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  margin-right: 0.3em;
}
.icon-windows8.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*----------------------------------------------------------------
  Form
-----------------------------------------------------------------*/
/* .c-form
______________________________________________*/
.c-form {
  color: #212121;
  /*
  [type="file"] {
    width: 320px !important;
    margin: 1em 0;
    padding: 1em 1.5em !important;
    line-height: 1;
    @media screen and (max-width: 750px) {
      width: 223px !important;
    }
    &::file-selector-button {
      display: none;
      @media screen and (max-width: 750px) {
        display: block;
        font-size: 0.8em !important;
      }
    }
    &::after {
      content: "参照";
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      right: -130px;
      width: 120px;
      height: 60px;
      transform: translateY(-50%);
      background-color: $mainClr1;
      border-radius: 4px;
      text-align: center;
      color: #fff;
      font-weight: 500;
      font-size: 1.6rem;
      @media screen and (max-width: 750px) {
        width: 102px;
        right: -112px;
      }
    }
  }*/
  /* validation
  ______________________________________________*/
}
.c-form ::-webkit-input-placeholder {
  opacity: 0.5;
  color: #696969;
  font-size: clamp(12px, 1.1111111111vw, 24px);
}
.c-form ::-moz-placeholder {
  opacity: 0.5;
  color: #696969;
  font-size: clamp(12px, 1.1111111111vw, 24px);
}
.c-form :-ms-input-placeholder {
  opacity: 0.5;
  color: #696969;
  font-size: clamp(12px, 1.1111111111vw, 24px);
}
.c-form ::-ms-input-placeholder {
  opacity: 0.5;
  color: #696969;
  font-size: clamp(12px, 1.1111111111vw, 24px);
}
.c-form ::placeholder {
  opacity: 0.5;
  color: #696969;
  font-size: clamp(12px, 1.1111111111vw, 24px);
}
@media screen and (max-width: 750px) {
  .c-form ::-webkit-input-placeholder {
    font-size: 3.4666666667vw;
  }
  .c-form ::-moz-placeholder {
    font-size: 3.4666666667vw;
  }
  .c-form :-ms-input-placeholder {
    font-size: 3.4666666667vw;
  }
  .c-form ::-ms-input-placeholder {
    font-size: 3.4666666667vw;
  }
  .c-form ::placeholder {
    font-size: 3.4666666667vw;
  }
}
.c-form :focus {
  border: solid 1px #212121 !important;
}
.c-form input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.c-form textarea {
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #ddd;
  width: 100%;
  padding: 0.5em 1em !important;
  height: 52px;
  font-size: clamp(12px, 1.1111111111vw, 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .c-form input:not([type=radio]):not([type=checkbox]):not([type=submit]),
  .c-form textarea {
    font-size: 3.4666666667vw;
  }
}
.c-form input:not([type=radio]):not([type=checkbox]):not([type=submit]).ss,
.c-form textarea.ss {
  width: 5em;
}
.c-form input:not([type=radio]):not([type=checkbox]):not([type=submit]) ::-webkit-input-placeholder, .c-form textarea ::-webkit-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-form input:not([type=radio]):not([type=checkbox]):not([type=submit]) ::-moz-placeholder, .c-form textarea ::-moz-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-form input:not([type=radio]):not([type=checkbox]):not([type=submit]) :-ms-input-placeholder, .c-form textarea :-ms-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-form input:not([type=radio]):not([type=checkbox]):not([type=submit]) ::-ms-input-placeholder, .c-form textarea ::-ms-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-form input:not([type=radio]):not([type=checkbox]):not([type=submit]) ::placeholder,
.c-form textarea ::placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-form textarea {
  height: 298px;
  width: 100%;
}
.c-form [type=text] {
  height: 53px;
}
.c-form [type=radio] {
  border-radius: 50%;
  width: 21px;
  height: 21px;
  background-color: #fff;
  border: solid 1px #ddd;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-form [type=radio]:checked::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #212121;
}
.c-form [type=checkbox] {
  border-radius: 3px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-right: 5px;
  border: solid 1px #ddd;
}
.c-form [type=checkbox]:checked {
  width: 20px;
  height: 20px;
  background-color: #212121;
  border: solid 1px #ddd;
}
.c-form [type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  border-left: solid 3px #fff;
  border-bottom: solid 3px #fff;
  -webkit-transform: rotate(-45deg) translate(0, 4px);
          transform: rotate(-45deg) translate(0, 4px);
}
.c-form [type=file] {
  width: 320px !important;
  margin: 1em 0;
  padding: 1em 1.5em !important;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .c-form [type=file] {
    width: 274px !important;
    margin: 0.5em 0 !important;
    padding: 1em 0.5em !important;
    font-size: 0.8em !important;
  }
}
.c-form [type=file]::-webkit-file-upload-button {
  display: none;
}
.c-form [type=file]::file-selector-button {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-form [type=file]::-webkit-file-upload-button {
    display: block;
    font-size: 0.8em !important;
  }
  .c-form [type=file]::file-selector-button {
    display: block;
    font-size: 0.8em !important;
  }
}
.c-form [type=file]::after {
  content: "参照";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: -130px;
  width: 120px;
  height: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #212121;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .c-form [type=file]::after {
    width: 60px;
    right: -64px;
    font-size: 1.6rem;
  }
}
.c-form .file-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 150px;
}
@media screen and (max-width: 750px) {
  .c-form .file-block {
    display: block;
    margin: 2em 0;
  }
}
.c-form select {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2219%22%20data-name%3D%22%E3%83%91%E3%82%B9%202219%22%20d%3D%22M6%2C0l6%2C12H0Z%22%20transform%3D%22translate%2812%2012%29%20rotate%28180%29%22%20fill%3D%22%230378d2%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 12px auto;
  border-radius: 5px;
  line-height: 1;
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 0.5em 2.6em 0.5em 1em;
  min-height: 52px;
  min-width: 230px;
  border: solid 1px #ddd;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
}
@media screen and (max-width: 750px) {
  .c-form select {
    padding: 0.5em 2.2em 0.5em 1em;
    margin-right: 3px;
    background-position: center right 14px;
    width: 100%;
  }
}
.c-form select:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .c-form select:not(:first-child) {
    margin-left: 5px;
  }
}
.c-form .middle {
  width: 340px !important;
}
.c-form .policy {
  margin: 60px 0 60px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-form .policy {
    font-size: 1.4rem;
    text-align: left;
  }
}
.c-form .policy input {
  margin-right: 0.5em;
}
.c-form .policy a {
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .c-form .policy a:hover {
    text-decoration: none;
  }
}
.c-form .note {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .c-form .note {
    font-size: 1.4rem;
  }
}
.c-form.active {
  background-color: #212121;
  pointer-events: auto;
}
.c-form.active::after {
  content: "この内容で送信する";
  color: #fff;
}
.c-form .c-link1[target=_blank]::after, .c-form a[target=_blank]::after {
  width: 1.2em;
  height: 1.2em;
  -webkit-transform: translateY(0.3em);
          transform: translateY(0.3em);
}
.c-form .icon-blank, .c-form .c-link-blank, .c-form .c-post a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-post .c-form a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-form .post-type-testimonials .editor-styles-wrapper .wp-block-post-content a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .c-form a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank],
.c-form .post-type-journal .editor-styles-wrapper .wp-block-post-content a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank],
.post-type-journal .editor-styles-wrapper .wp-block-post-content .c-form a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank],
.c-form .post-type-post .editor-styles-wrapper .wp-block-post-content a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank],
.post-type-post .editor-styles-wrapper .wp-block-post-content .c-form a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-form .c-policy a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-policy .c-form a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-form .c-table1 table a[target=_blank], .c-table1 table .c-form a[target=_blank], .c-form .c-post table table a[target=_blank], .c-post table table .c-form a[target=_blank], .c-form .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table a[target=_blank], .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table .c-form a[target=_blank],
.c-form .post-type-journal .editor-styles-wrapper .wp-block-post-content table table a[target=_blank],
.post-type-journal .editor-styles-wrapper .wp-block-post-content table table .c-form a[target=_blank],
.c-form .post-type-post .editor-styles-wrapper .wp-block-post-content table table a[target=_blank],
.post-type-post .editor-styles-wrapper .wp-block-post-content table table .c-form a[target=_blank], .c-form .c-policy table table a[target=_blank], .c-policy table table .c-form a[target=_blank], .c-form .c-table1-2 table a[target=_blank], .c-table1-2 table .c-form a[target=_blank], .c-form .c-box1 a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-box1 .c-form a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-form .c-box1 table table a[target=_blank], .c-box1 table table .c-form a[target=_blank], .c-form .c-box2 a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-box2 .c-form a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-form .c-box2 table table a[target=_blank], .c-box2 table table .c-form a[target=_blank] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-form .wpcf7-response-output {
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  width: 462px;
  height: 65px;
  border-radius: 33px;
  text-align: center;
  background-color: #f7f7f7;
  border: solid 1px $borderClr1;
  margin: -60px auto 60px !important;
  color: #fff !important;
  border: none !important;
  //
  //
  // 非表示

  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  display: none !important;
  */
}
.c-form .validate-ok:not(.wpcf7-checkbox),
.c-form [id^=form-validation-field-] {
  background-image: url("data:image/svg+xml,%3Csvg id='clr1' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='System'%3E%3Cg id='check_circle_fill'%3E%3Cpath id='MingCute' d='M20,0V20H0V0ZM10.495,19.382h-.01l-.059.03-.016,0h0l-.013,0-.059-.03a.018.018,0,0,0-.02,0l0,.009-.014.356,0,.017.009.01.086.062.012,0h0l.01,0,.086-.062.011-.013h0l0-.014-.014-.356a.018.018,0,0,0-.013-.015Zm.221-.094-.012,0-.154.077-.008.009h0l0,.009.015.358,0,.011h0l.007.006.167.077a.021.021,0,0,0,.024-.007l0-.012-.028-.512a.021.021,0,0,0-.016-.018Zm-.6,0a.019.019,0,0,0-.023,0l0,.012-.028.512a.019.019,0,0,0,.014.02h.013l.167-.077.008-.007h0l0-.01.015-.358,0-.01h0l-.008-.007Z' fill='none'/%3E%3Cpath id='形状' d='M10.333,2A8.333,8.333,0,1,1,2,10.333,8.333,8.333,0,0,1,10.333,2ZM13.28,7.318,9.155,11.443,7.387,9.675a.833.833,0,0,0-1.179,1.179l2.3,2.3a.917.917,0,0,0,1.3,0L14.458,8.5A.833.833,0,0,0,13.28,7.318Z' transform='translate(-0.333 -0.333)' fill='%230378d2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.c-form .wpcf7-not-valid:not(.wpcf7-checkbox),
.c-form .formError-target {
  border: solid 2px #bdaa9f !important;
  background-color: #fff7f7 !important;
  position: relative !important;
  background-image: url("data:image/svg+xml,%3Csvg id='close_circle_fill' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='MingCute' d='M20,0V20H0V0ZM10.495,19.382h-.01l-.059.03-.016,0h0l-.013,0-.059-.03a.018.018,0,0,0-.02,0l0,.009-.014.356,0,.017.009.01.086.062.012,0h0l.01,0,.086-.062.011-.013h0l0-.014-.014-.356a.018.018,0,0,0-.013-.015Zm.221-.094-.012,0-.154.077-.008.009h0l0,.009.015.358,0,.011h0l.007.006.167.077a.021.021,0,0,0,.024-.007l0-.012-.028-.512a.021.021,0,0,0-.016-.018Zm-.6,0a.019.019,0,0,0-.023,0l0,.012-.028.512a.019.019,0,0,0,.014.02h.013l.167-.077.008-.007h0l0-.01.015-.358,0-.01h0l-.008-.007Z' fill='none'/%3E%3Cpath id='形状' d='M10.333,2A8.333,8.333,0,1,1,2,10.333,8.333,8.333,0,0,1,10.333,2ZM8.566,7.387a.833.833,0,0,0-1.248,1.1l.069.079,1.768,1.768L7.387,12.1a.833.833,0,0,0,1.1,1.248l.079-.069,1.768-1.768L12.1,13.28a.833.833,0,0,0,1.248-1.1L13.28,12.1l-1.768-1.768L13.28,8.566a.833.833,0,0,0-1.1-1.248l-.079.069L10.333,9.155Z' transform='translate(-0.333 -0.333)' fill='%23f87676'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.c-form .formError {
  position: relative !important;
  top: 100% !important;
  left: 0 !important;
  margin-top: 0 !important;
  pointer-events: none !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .c-form .formError {
    font-size: 1.4rem;
  }
}
.c-form .formError .formErrorContent {
  width: 100% !important;
  background: none !important;
  position: relative !important;
  color: #bdaa9f !important;
  min-width: 0 !important;
  font-size: 1em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
.c-form .formErrorArrow {
  display: none;
}
.c-form .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-form .policy .formError {
  position: absolute !important;
  bottom: 20px;
  white-space: nowrap;
}
.c-form .policy > * {
  position: relative;
}
.c-form .header {
  margin-bottom: 110px;
}
@media screen and (max-width: 750px) {
  .c-form .header {
    margin-bottom: 60px;
  }
}
.c-form hr {
  margin-bottom: 30px;
}
.c-form .policy-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5em;
}
.c-form .policy-check [type=checkbox] {
  display: inline-block;
}
.c-form .submit-wrap {
  position: relative;
  margin: 60px auto 0;
  font-weight: 500;
  width: 420px;
  height: 80px;
  border-radius: 5px;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .c-form .submit-wrap {
    width: 100%;
    margin: 40px auto 0;
    font-size: 1.8rem;
  }
}
.c-form .submit-wrap::after {
  content: "入力が完了していません";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  color: #9c9c9c;
  font-weight: 700;
  opacity: 1;
  font-size: 1.8rem;
}
.c-form .submit-wrap [type=submit] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 5px;
  color: #fff !important;
  background-color: #212121;
  border: solid 1px #212121 !important;
  cursor: pointer;
  font-size: 1.8rem;
}
@media screen and (hover: hover) and (min-width: 751px) {
  .c-form .submit-wrap [type=submit]:hover {
    color: #212121 !important;
    border-color: #212121 !important;
    background-color: #fff;
  }
}
.c-form .wpcf7-radio > * {
  display: block;
  margin-top: 15px;
}
.c-form .note-bottm {
  text-align: center;
  padding: 2em 0 0;
}
.c-form .note-bottm .c-link1, .c-form .note-bottm a {
  color: #212121;
}
@media screen and (max-width: 750px) {
  .c-form .note-bottm {
    text-align: left;
  }
  .c-form .note-bottm br {
    display: none;
  }
}
.c-form .wpcf7-list-item {
  margin: 0;
}
.c-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 0.6944444444vw;
}
.c-form .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form .wpcf7-checkbox .wpcf7-list-item label input {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.c-form-zip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-form-zip input {
  width: 320px !important;
}
@media screen and (max-width: 750px) {
  .c-form-zip input {
    width: 223px !important;
  }
}
.c-form-zip button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 60px;
  border-radius: 5px;
  background-color: #212121;
  color: #fff !important;
  font-weight: 500;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .c-form-zip button {
    width: 102px;
    min-width: 102px;
  }
}

.c-form-header {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .c-form-header {
    margin-bottom: 40px;
  }
}

.c-form-footer {
  text-align: center;
}

body.en-US .c-form .submit-wrap::after {
  content: "The input is not complete";
}

form.validate-all-ok .submit-wrap::after {
  display: none;
}

[data-name=checkbox] .formError {
  position: absolute !important;
}

.c-form-search {
  display: block;
  position: relative;
  max-width: 940px;
  margin: 0 auto;
}
.c-form-search [type=text] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  border: solid 3px #ddd;
  width: 100%;
  height: 60px;
  padding: 5px 20px 5px 50px;
  background-image: url("../../../../uploads/ico-search-2.svg");
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center left 20px;
}
.c-form-search [type=text]:focus {
  border: solid 3px #212121;
}
.c-form-search [type=submit] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  background-color: #212121;
  width: 103px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 750px) {
  .c-form-search [type=submit] {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 60px;
    margin-top: 12px;
  }
}

.c-form__bottom-txt {
  font-size: 1.4rem;
  text-align: center;
}
.c-form__bottom-txt p {
  text-align: center;
}

.c-form__tel {
  margin-top: 20px;
  font-size: 1.44rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-form__tel {
    font-size: 1.3rem;
  }
}
.c-form__tel p {
  text-align: center;
}
.c-form__tel h4, .c-form__tel .c-box1 h5, .c-box1 .c-form__tel h5, .c-form__tel .c-box1 h6, .c-box1 .c-form__tel h6 {
  font-size: 2.057rem;
  color: #212121;
}
@media screen and (max-width: 750px) {
  .c-form__tel h4, .c-form__tel .c-box1 h5, .c-box1 .c-form__tel h5, .c-form__tel .c-box1 h6, .c-box1 .c-form__tel h6 {
    font-size: 1.6rem;
  }
}
.c-form__tel .tel {
  font-size: 6.2rem;
  font-weight: 500;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  line-height: 1;
  color: #212121;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .c-form__tel .tel {
    font-size: 4rem;
    display: block;
    margin: 10px 0 20x;
  }
}

/* list
______________________________________________*/
.c-form-list {
  margin-top: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-form-list dt {
  font-size: 18.29px;
  font-weight: 500;
  padding: 1em 0 1em;
  line-height: 1.4;
  width: 272px;
  border-bottom: solid 1px #ddd;
  min-height: 100%;
}
@media screen and (max-width: 750px) {
  .c-form-list dt {
    font-size: 1.7rem;
  }
}
.c-form-list dt.c-required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form-list dt.c-required::before {
  content: "必須";
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 1.3rem;
  color: #fff;
  margin-right: 10px;
  white-space: nowrap;
  width: 60px;
  height: 30px;
  background: #f87676;
  border-radius: 5px;
}
.c-form-list dd {
  width: calc(100% - 272px);
  margin-bottom: 1em;
  position: relative;
  border-bottom: solid 1px #ddd;
  min-height: 100%;
}
.c-form-list .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-form-table {
  margin-top: 3.4722222222vw;
  width: 100%;
  display: block;
}
@media screen and (max-width: 750px) {
  .c-form-table {
    margin-top: 8vw;
  }
}
.c-form-table > * {
  display: block;
  width: 100%;
}
.c-form-table tr {
  display: block;
  width: 100%;
}
.c-form-table th,
.c-form-table td {
  display: block;
}
.c-form-table th {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
  font-weight: 500;
  margin: 20px 0 10px;
}
.c-form-table th.name {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 750px) {
  .c-form-table th.name {
    margin-top: 10.6666666667vw;
  }
}

.p-block-404 > *,
.c-block-thanks > * {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 751px) {
  .p-block-404 > * h2 br, .p-block-404 > * .c-box1 h3 br, .c-box1 .p-block-404 > * h3 br, .p-block-404 > * .c-box1 h4 br, .c-box1 .p-block-404 > * h4 br, .p-block-404 > * .c-box1 h5 br, .c-box1 .p-block-404 > * h5 br, .p-block-404 > * .c-box1 h6 br, .c-box1 .p-block-404 > * h6 br,
  .c-block-thanks > * h2 br,
  .c-block-thanks > * .c-box1 h3 br,
  .c-box1 .c-block-thanks > * h3 br,
  .c-block-thanks > * .c-box1 h4 br,
  .c-box1 .c-block-thanks > * h4 br,
  .c-block-thanks > * .c-box1 h5 br,
  .c-box1 .c-block-thanks > * h5 br,
  .c-block-thanks > * .c-box1 h6 br,
  .c-box1 .c-block-thanks > * h6 br {
    display: none;
  }
}
.p-block-404 > * .text-block p,
.c-block-thanks > * .text-block p {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .p-block-404 > * .text-block,
  .c-block-thanks > * .text-block {
    text-align: left;
  }
  .p-block-404 > * .text-block br,
  .c-block-thanks > * .text-block br {
    display: none;
  }
}
.p-block-404 > * .c-btn1, .p-block-404 > * .c-btn1--wh, .p-block-404 > * .c-btn1--nb, .p-block-404 > * .c-btn1--b, .p-block-404 > * .c-btn1--bl,
.c-block-thanks > * .c-btn1,
.c-block-thanks > * .c-btn1--wh,
.c-block-thanks > * .c-btn1--nb,
.c-block-thanks > * .c-btn1--b,
.c-block-thanks > * .c-btn1--bl {
  margin: 0 auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*----------------------------------------------------------------
グリッドのコンポーネント
-----------------------------------------------------------------*/
:root {
  --grid-row-gap: 16px;
  --grid-col-gap: 16px;
}

.grid-gap-0 {
  --grid-row-gap: 0px;
  --grid-col-gap: 0px;
}

.grid-gap-5 {
  --grid-row-gap: 5px;
  --grid-col-gap: 5px;
}

.grid-gap-10 {
  --grid-row-gap: 10px;
  --grid-col-gap: 10px;
}

.grid-gap-15 {
  --grid-row-gap: 15px;
  --grid-col-gap: 15px;
}

.grid-gap-20 {
  --grid-row-gap: 20px;
  --grid-col-gap: 20px;
}

.grid-gap-25 {
  --grid-row-gap: 25px;
  --grid-col-gap: 25px;
}

.grid-gap-30 {
  --grid-row-gap: 30px;
  --grid-col-gap: 30px;
}

.grid-gap-35 {
  --grid-row-gap: 35px;
  --grid-col-gap: 35px;
}

.grid-gap-40 {
  --grid-row-gap: 40px;
  --grid-col-gap: 40px;
}

.grid-gap-45 {
  --grid-row-gap: 45px;
  --grid-col-gap: 45px;
}

.grid-gap-50 {
  --grid-row-gap: 50px;
  --grid-col-gap: 50px;
}

.grid-gap-55 {
  --grid-row-gap: 55px;
  --grid-col-gap: 55px;
}

.grid-gap-60 {
  --grid-row-gap: 60px;
  --grid-col-gap: 60px;
}

.grid-gap-65 {
  --grid-row-gap: 65px;
  --grid-col-gap: 65px;
}

.grid-gap-70 {
  --grid-row-gap: 70px;
  --grid-col-gap: 70px;
}

.grid-gap-75 {
  --grid-row-gap: 75px;
  --grid-col-gap: 75px;
}

.grid-gap-80 {
  --grid-row-gap: 80px;
  --grid-col-gap: 80px;
}

.grid-gap-85 {
  --grid-row-gap: 85px;
  --grid-col-gap: 85px;
}

.grid-gap-90 {
  --grid-row-gap: 90px;
  --grid-col-gap: 90px;
}

.grid-gap-95 {
  --grid-row-gap: 95px;
  --grid-col-gap: 95px;
}

.grid-gap-100 {
  --grid-row-gap: 100px;
  --grid-col-gap: 100px;
}

.grid-gap-0-0 {
  --grid-row-gap: 0px;
  --grid-col-gap: 0px;
}

.grid-gap-0-5 {
  --grid-row-gap: 0px;
  --grid-col-gap: 5px;
}

.grid-gap-0-10 {
  --grid-row-gap: 0px;
  --grid-col-gap: 10px;
}

.grid-gap-0-15 {
  --grid-row-gap: 0px;
  --grid-col-gap: 15px;
}

.grid-gap-0-20 {
  --grid-row-gap: 0px;
  --grid-col-gap: 20px;
}

.grid-gap-0-25 {
  --grid-row-gap: 0px;
  --grid-col-gap: 25px;
}

.grid-gap-0-30 {
  --grid-row-gap: 0px;
  --grid-col-gap: 30px;
}

.grid-gap-0-35 {
  --grid-row-gap: 0px;
  --grid-col-gap: 35px;
}

.grid-gap-0-40 {
  --grid-row-gap: 0px;
  --grid-col-gap: 40px;
}

.grid-gap-0-45 {
  --grid-row-gap: 0px;
  --grid-col-gap: 45px;
}

.grid-gap-0-50 {
  --grid-row-gap: 0px;
  --grid-col-gap: 50px;
}

.grid-gap-0-55 {
  --grid-row-gap: 0px;
  --grid-col-gap: 55px;
}

.grid-gap-0-60 {
  --grid-row-gap: 0px;
  --grid-col-gap: 60px;
}

.grid-gap-0-65 {
  --grid-row-gap: 0px;
  --grid-col-gap: 65px;
}

.grid-gap-0-70 {
  --grid-row-gap: 0px;
  --grid-col-gap: 70px;
}

.grid-gap-0-75 {
  --grid-row-gap: 0px;
  --grid-col-gap: 75px;
}

.grid-gap-0-80 {
  --grid-row-gap: 0px;
  --grid-col-gap: 80px;
}

.grid-gap-0-85 {
  --grid-row-gap: 0px;
  --grid-col-gap: 85px;
}

.grid-gap-0-90 {
  --grid-row-gap: 0px;
  --grid-col-gap: 90px;
}

.grid-gap-0-95 {
  --grid-row-gap: 0px;
  --grid-col-gap: 95px;
}

.grid-gap-0-100 {
  --grid-row-gap: 0px;
  --grid-col-gap: 100px;
}

.grid-gap-5-0 {
  --grid-row-gap: 5px;
  --grid-col-gap: 0px;
}

.grid-gap-5-5 {
  --grid-row-gap: 5px;
  --grid-col-gap: 5px;
}

.grid-gap-5-10 {
  --grid-row-gap: 5px;
  --grid-col-gap: 10px;
}

.grid-gap-5-15 {
  --grid-row-gap: 5px;
  --grid-col-gap: 15px;
}

.grid-gap-5-20 {
  --grid-row-gap: 5px;
  --grid-col-gap: 20px;
}

.grid-gap-5-25 {
  --grid-row-gap: 5px;
  --grid-col-gap: 25px;
}

.grid-gap-5-30 {
  --grid-row-gap: 5px;
  --grid-col-gap: 30px;
}

.grid-gap-5-35 {
  --grid-row-gap: 5px;
  --grid-col-gap: 35px;
}

.grid-gap-5-40 {
  --grid-row-gap: 5px;
  --grid-col-gap: 40px;
}

.grid-gap-5-45 {
  --grid-row-gap: 5px;
  --grid-col-gap: 45px;
}

.grid-gap-5-50 {
  --grid-row-gap: 5px;
  --grid-col-gap: 50px;
}

.grid-gap-5-55 {
  --grid-row-gap: 5px;
  --grid-col-gap: 55px;
}

.grid-gap-5-60 {
  --grid-row-gap: 5px;
  --grid-col-gap: 60px;
}

.grid-gap-5-65 {
  --grid-row-gap: 5px;
  --grid-col-gap: 65px;
}

.grid-gap-5-70 {
  --grid-row-gap: 5px;
  --grid-col-gap: 70px;
}

.grid-gap-5-75 {
  --grid-row-gap: 5px;
  --grid-col-gap: 75px;
}

.grid-gap-5-80 {
  --grid-row-gap: 5px;
  --grid-col-gap: 80px;
}

.grid-gap-5-85 {
  --grid-row-gap: 5px;
  --grid-col-gap: 85px;
}

.grid-gap-5-90 {
  --grid-row-gap: 5px;
  --grid-col-gap: 90px;
}

.grid-gap-5-95 {
  --grid-row-gap: 5px;
  --grid-col-gap: 95px;
}

.grid-gap-5-100 {
  --grid-row-gap: 5px;
  --grid-col-gap: 100px;
}

.grid-gap-10-0 {
  --grid-row-gap: 10px;
  --grid-col-gap: 0px;
}

.grid-gap-10-5 {
  --grid-row-gap: 10px;
  --grid-col-gap: 5px;
}

.grid-gap-10-10 {
  --grid-row-gap: 10px;
  --grid-col-gap: 10px;
}

.grid-gap-10-15 {
  --grid-row-gap: 10px;
  --grid-col-gap: 15px;
}

.grid-gap-10-20 {
  --grid-row-gap: 10px;
  --grid-col-gap: 20px;
}

.grid-gap-10-25 {
  --grid-row-gap: 10px;
  --grid-col-gap: 25px;
}

.grid-gap-10-30 {
  --grid-row-gap: 10px;
  --grid-col-gap: 30px;
}

.grid-gap-10-35 {
  --grid-row-gap: 10px;
  --grid-col-gap: 35px;
}

.grid-gap-10-40 {
  --grid-row-gap: 10px;
  --grid-col-gap: 40px;
}

.grid-gap-10-45 {
  --grid-row-gap: 10px;
  --grid-col-gap: 45px;
}

.grid-gap-10-50 {
  --grid-row-gap: 10px;
  --grid-col-gap: 50px;
}

.grid-gap-10-55 {
  --grid-row-gap: 10px;
  --grid-col-gap: 55px;
}

.grid-gap-10-60 {
  --grid-row-gap: 10px;
  --grid-col-gap: 60px;
}

.grid-gap-10-65 {
  --grid-row-gap: 10px;
  --grid-col-gap: 65px;
}

.grid-gap-10-70 {
  --grid-row-gap: 10px;
  --grid-col-gap: 70px;
}

.grid-gap-10-75 {
  --grid-row-gap: 10px;
  --grid-col-gap: 75px;
}

.grid-gap-10-80 {
  --grid-row-gap: 10px;
  --grid-col-gap: 80px;
}

.grid-gap-10-85 {
  --grid-row-gap: 10px;
  --grid-col-gap: 85px;
}

.grid-gap-10-90 {
  --grid-row-gap: 10px;
  --grid-col-gap: 90px;
}

.grid-gap-10-95 {
  --grid-row-gap: 10px;
  --grid-col-gap: 95px;
}

.grid-gap-10-100 {
  --grid-row-gap: 10px;
  --grid-col-gap: 100px;
}

.grid-gap-15-0 {
  --grid-row-gap: 15px;
  --grid-col-gap: 0px;
}

.grid-gap-15-5 {
  --grid-row-gap: 15px;
  --grid-col-gap: 5px;
}

.grid-gap-15-10 {
  --grid-row-gap: 15px;
  --grid-col-gap: 10px;
}

.grid-gap-15-15 {
  --grid-row-gap: 15px;
  --grid-col-gap: 15px;
}

.grid-gap-15-20 {
  --grid-row-gap: 15px;
  --grid-col-gap: 20px;
}

.grid-gap-15-25 {
  --grid-row-gap: 15px;
  --grid-col-gap: 25px;
}

.grid-gap-15-30 {
  --grid-row-gap: 15px;
  --grid-col-gap: 30px;
}

.grid-gap-15-35 {
  --grid-row-gap: 15px;
  --grid-col-gap: 35px;
}

.grid-gap-15-40 {
  --grid-row-gap: 15px;
  --grid-col-gap: 40px;
}

.grid-gap-15-45 {
  --grid-row-gap: 15px;
  --grid-col-gap: 45px;
}

.grid-gap-15-50 {
  --grid-row-gap: 15px;
  --grid-col-gap: 50px;
}

.grid-gap-15-55 {
  --grid-row-gap: 15px;
  --grid-col-gap: 55px;
}

.grid-gap-15-60 {
  --grid-row-gap: 15px;
  --grid-col-gap: 60px;
}

.grid-gap-15-65 {
  --grid-row-gap: 15px;
  --grid-col-gap: 65px;
}

.grid-gap-15-70 {
  --grid-row-gap: 15px;
  --grid-col-gap: 70px;
}

.grid-gap-15-75 {
  --grid-row-gap: 15px;
  --grid-col-gap: 75px;
}

.grid-gap-15-80 {
  --grid-row-gap: 15px;
  --grid-col-gap: 80px;
}

.grid-gap-15-85 {
  --grid-row-gap: 15px;
  --grid-col-gap: 85px;
}

.grid-gap-15-90 {
  --grid-row-gap: 15px;
  --grid-col-gap: 90px;
}

.grid-gap-15-95 {
  --grid-row-gap: 15px;
  --grid-col-gap: 95px;
}

.grid-gap-15-100 {
  --grid-row-gap: 15px;
  --grid-col-gap: 100px;
}

.grid-gap-20-0 {
  --grid-row-gap: 20px;
  --grid-col-gap: 0px;
}

.grid-gap-20-5 {
  --grid-row-gap: 20px;
  --grid-col-gap: 5px;
}

.grid-gap-20-10 {
  --grid-row-gap: 20px;
  --grid-col-gap: 10px;
}

.grid-gap-20-15 {
  --grid-row-gap: 20px;
  --grid-col-gap: 15px;
}

.grid-gap-20-20 {
  --grid-row-gap: 20px;
  --grid-col-gap: 20px;
}

.grid-gap-20-25 {
  --grid-row-gap: 20px;
  --grid-col-gap: 25px;
}

.grid-gap-20-30 {
  --grid-row-gap: 20px;
  --grid-col-gap: 30px;
}

.grid-gap-20-35 {
  --grid-row-gap: 20px;
  --grid-col-gap: 35px;
}

.grid-gap-20-40 {
  --grid-row-gap: 20px;
  --grid-col-gap: 40px;
}

.grid-gap-20-45 {
  --grid-row-gap: 20px;
  --grid-col-gap: 45px;
}

.grid-gap-20-50 {
  --grid-row-gap: 20px;
  --grid-col-gap: 50px;
}

.grid-gap-20-55 {
  --grid-row-gap: 20px;
  --grid-col-gap: 55px;
}

.grid-gap-20-60 {
  --grid-row-gap: 20px;
  --grid-col-gap: 60px;
}

.grid-gap-20-65 {
  --grid-row-gap: 20px;
  --grid-col-gap: 65px;
}

.grid-gap-20-70 {
  --grid-row-gap: 20px;
  --grid-col-gap: 70px;
}

.grid-gap-20-75 {
  --grid-row-gap: 20px;
  --grid-col-gap: 75px;
}

.grid-gap-20-80 {
  --grid-row-gap: 20px;
  --grid-col-gap: 80px;
}

.grid-gap-20-85 {
  --grid-row-gap: 20px;
  --grid-col-gap: 85px;
}

.grid-gap-20-90 {
  --grid-row-gap: 20px;
  --grid-col-gap: 90px;
}

.grid-gap-20-95 {
  --grid-row-gap: 20px;
  --grid-col-gap: 95px;
}

.grid-gap-20-100 {
  --grid-row-gap: 20px;
  --grid-col-gap: 100px;
}

.grid-gap-25-0 {
  --grid-row-gap: 25px;
  --grid-col-gap: 0px;
}

.grid-gap-25-5 {
  --grid-row-gap: 25px;
  --grid-col-gap: 5px;
}

.grid-gap-25-10 {
  --grid-row-gap: 25px;
  --grid-col-gap: 10px;
}

.grid-gap-25-15 {
  --grid-row-gap: 25px;
  --grid-col-gap: 15px;
}

.grid-gap-25-20 {
  --grid-row-gap: 25px;
  --grid-col-gap: 20px;
}

.grid-gap-25-25 {
  --grid-row-gap: 25px;
  --grid-col-gap: 25px;
}

.grid-gap-25-30 {
  --grid-row-gap: 25px;
  --grid-col-gap: 30px;
}

.grid-gap-25-35 {
  --grid-row-gap: 25px;
  --grid-col-gap: 35px;
}

.grid-gap-25-40 {
  --grid-row-gap: 25px;
  --grid-col-gap: 40px;
}

.grid-gap-25-45 {
  --grid-row-gap: 25px;
  --grid-col-gap: 45px;
}

.grid-gap-25-50 {
  --grid-row-gap: 25px;
  --grid-col-gap: 50px;
}

.grid-gap-25-55 {
  --grid-row-gap: 25px;
  --grid-col-gap: 55px;
}

.grid-gap-25-60 {
  --grid-row-gap: 25px;
  --grid-col-gap: 60px;
}

.grid-gap-25-65 {
  --grid-row-gap: 25px;
  --grid-col-gap: 65px;
}

.grid-gap-25-70 {
  --grid-row-gap: 25px;
  --grid-col-gap: 70px;
}

.grid-gap-25-75 {
  --grid-row-gap: 25px;
  --grid-col-gap: 75px;
}

.grid-gap-25-80 {
  --grid-row-gap: 25px;
  --grid-col-gap: 80px;
}

.grid-gap-25-85 {
  --grid-row-gap: 25px;
  --grid-col-gap: 85px;
}

.grid-gap-25-90 {
  --grid-row-gap: 25px;
  --grid-col-gap: 90px;
}

.grid-gap-25-95 {
  --grid-row-gap: 25px;
  --grid-col-gap: 95px;
}

.grid-gap-25-100 {
  --grid-row-gap: 25px;
  --grid-col-gap: 100px;
}

.grid-gap-30-0 {
  --grid-row-gap: 30px;
  --grid-col-gap: 0px;
}

.grid-gap-30-5 {
  --grid-row-gap: 30px;
  --grid-col-gap: 5px;
}

.grid-gap-30-10 {
  --grid-row-gap: 30px;
  --grid-col-gap: 10px;
}

.grid-gap-30-15 {
  --grid-row-gap: 30px;
  --grid-col-gap: 15px;
}

.grid-gap-30-20 {
  --grid-row-gap: 30px;
  --grid-col-gap: 20px;
}

.grid-gap-30-25 {
  --grid-row-gap: 30px;
  --grid-col-gap: 25px;
}

.grid-gap-30-30 {
  --grid-row-gap: 30px;
  --grid-col-gap: 30px;
}

.grid-gap-30-35 {
  --grid-row-gap: 30px;
  --grid-col-gap: 35px;
}

.grid-gap-30-40 {
  --grid-row-gap: 30px;
  --grid-col-gap: 40px;
}

.grid-gap-30-45 {
  --grid-row-gap: 30px;
  --grid-col-gap: 45px;
}

.grid-gap-30-50 {
  --grid-row-gap: 30px;
  --grid-col-gap: 50px;
}

.grid-gap-30-55 {
  --grid-row-gap: 30px;
  --grid-col-gap: 55px;
}

.grid-gap-30-60 {
  --grid-row-gap: 30px;
  --grid-col-gap: 60px;
}

.grid-gap-30-65 {
  --grid-row-gap: 30px;
  --grid-col-gap: 65px;
}

.grid-gap-30-70 {
  --grid-row-gap: 30px;
  --grid-col-gap: 70px;
}

.grid-gap-30-75 {
  --grid-row-gap: 30px;
  --grid-col-gap: 75px;
}

.grid-gap-30-80 {
  --grid-row-gap: 30px;
  --grid-col-gap: 80px;
}

.grid-gap-30-85 {
  --grid-row-gap: 30px;
  --grid-col-gap: 85px;
}

.grid-gap-30-90 {
  --grid-row-gap: 30px;
  --grid-col-gap: 90px;
}

.grid-gap-30-95 {
  --grid-row-gap: 30px;
  --grid-col-gap: 95px;
}

.grid-gap-30-100 {
  --grid-row-gap: 30px;
  --grid-col-gap: 100px;
}

.grid-gap-35-0 {
  --grid-row-gap: 35px;
  --grid-col-gap: 0px;
}

.grid-gap-35-5 {
  --grid-row-gap: 35px;
  --grid-col-gap: 5px;
}

.grid-gap-35-10 {
  --grid-row-gap: 35px;
  --grid-col-gap: 10px;
}

.grid-gap-35-15 {
  --grid-row-gap: 35px;
  --grid-col-gap: 15px;
}

.grid-gap-35-20 {
  --grid-row-gap: 35px;
  --grid-col-gap: 20px;
}

.grid-gap-35-25 {
  --grid-row-gap: 35px;
  --grid-col-gap: 25px;
}

.grid-gap-35-30 {
  --grid-row-gap: 35px;
  --grid-col-gap: 30px;
}

.grid-gap-35-35 {
  --grid-row-gap: 35px;
  --grid-col-gap: 35px;
}

.grid-gap-35-40 {
  --grid-row-gap: 35px;
  --grid-col-gap: 40px;
}

.grid-gap-35-45 {
  --grid-row-gap: 35px;
  --grid-col-gap: 45px;
}

.grid-gap-35-50 {
  --grid-row-gap: 35px;
  --grid-col-gap: 50px;
}

.grid-gap-35-55 {
  --grid-row-gap: 35px;
  --grid-col-gap: 55px;
}

.grid-gap-35-60 {
  --grid-row-gap: 35px;
  --grid-col-gap: 60px;
}

.grid-gap-35-65 {
  --grid-row-gap: 35px;
  --grid-col-gap: 65px;
}

.grid-gap-35-70 {
  --grid-row-gap: 35px;
  --grid-col-gap: 70px;
}

.grid-gap-35-75 {
  --grid-row-gap: 35px;
  --grid-col-gap: 75px;
}

.grid-gap-35-80 {
  --grid-row-gap: 35px;
  --grid-col-gap: 80px;
}

.grid-gap-35-85 {
  --grid-row-gap: 35px;
  --grid-col-gap: 85px;
}

.grid-gap-35-90 {
  --grid-row-gap: 35px;
  --grid-col-gap: 90px;
}

.grid-gap-35-95 {
  --grid-row-gap: 35px;
  --grid-col-gap: 95px;
}

.grid-gap-35-100 {
  --grid-row-gap: 35px;
  --grid-col-gap: 100px;
}

.grid-gap-40-0 {
  --grid-row-gap: 40px;
  --grid-col-gap: 0px;
}

.grid-gap-40-5 {
  --grid-row-gap: 40px;
  --grid-col-gap: 5px;
}

.grid-gap-40-10 {
  --grid-row-gap: 40px;
  --grid-col-gap: 10px;
}

.grid-gap-40-15 {
  --grid-row-gap: 40px;
  --grid-col-gap: 15px;
}

.grid-gap-40-20 {
  --grid-row-gap: 40px;
  --grid-col-gap: 20px;
}

.grid-gap-40-25 {
  --grid-row-gap: 40px;
  --grid-col-gap: 25px;
}

.grid-gap-40-30 {
  --grid-row-gap: 40px;
  --grid-col-gap: 30px;
}

.grid-gap-40-35 {
  --grid-row-gap: 40px;
  --grid-col-gap: 35px;
}

.grid-gap-40-40 {
  --grid-row-gap: 40px;
  --grid-col-gap: 40px;
}

.grid-gap-40-45 {
  --grid-row-gap: 40px;
  --grid-col-gap: 45px;
}

.grid-gap-40-50 {
  --grid-row-gap: 40px;
  --grid-col-gap: 50px;
}

.grid-gap-40-55 {
  --grid-row-gap: 40px;
  --grid-col-gap: 55px;
}

.grid-gap-40-60 {
  --grid-row-gap: 40px;
  --grid-col-gap: 60px;
}

.grid-gap-40-65 {
  --grid-row-gap: 40px;
  --grid-col-gap: 65px;
}

.grid-gap-40-70 {
  --grid-row-gap: 40px;
  --grid-col-gap: 70px;
}

.grid-gap-40-75 {
  --grid-row-gap: 40px;
  --grid-col-gap: 75px;
}

.grid-gap-40-80 {
  --grid-row-gap: 40px;
  --grid-col-gap: 80px;
}

.grid-gap-40-85 {
  --grid-row-gap: 40px;
  --grid-col-gap: 85px;
}

.grid-gap-40-90 {
  --grid-row-gap: 40px;
  --grid-col-gap: 90px;
}

.grid-gap-40-95 {
  --grid-row-gap: 40px;
  --grid-col-gap: 95px;
}

.grid-gap-40-100 {
  --grid-row-gap: 40px;
  --grid-col-gap: 100px;
}

.grid-gap-45-0 {
  --grid-row-gap: 45px;
  --grid-col-gap: 0px;
}

.grid-gap-45-5 {
  --grid-row-gap: 45px;
  --grid-col-gap: 5px;
}

.grid-gap-45-10 {
  --grid-row-gap: 45px;
  --grid-col-gap: 10px;
}

.grid-gap-45-15 {
  --grid-row-gap: 45px;
  --grid-col-gap: 15px;
}

.grid-gap-45-20 {
  --grid-row-gap: 45px;
  --grid-col-gap: 20px;
}

.grid-gap-45-25 {
  --grid-row-gap: 45px;
  --grid-col-gap: 25px;
}

.grid-gap-45-30 {
  --grid-row-gap: 45px;
  --grid-col-gap: 30px;
}

.grid-gap-45-35 {
  --grid-row-gap: 45px;
  --grid-col-gap: 35px;
}

.grid-gap-45-40 {
  --grid-row-gap: 45px;
  --grid-col-gap: 40px;
}

.grid-gap-45-45 {
  --grid-row-gap: 45px;
  --grid-col-gap: 45px;
}

.grid-gap-45-50 {
  --grid-row-gap: 45px;
  --grid-col-gap: 50px;
}

.grid-gap-45-55 {
  --grid-row-gap: 45px;
  --grid-col-gap: 55px;
}

.grid-gap-45-60 {
  --grid-row-gap: 45px;
  --grid-col-gap: 60px;
}

.grid-gap-45-65 {
  --grid-row-gap: 45px;
  --grid-col-gap: 65px;
}

.grid-gap-45-70 {
  --grid-row-gap: 45px;
  --grid-col-gap: 70px;
}

.grid-gap-45-75 {
  --grid-row-gap: 45px;
  --grid-col-gap: 75px;
}

.grid-gap-45-80 {
  --grid-row-gap: 45px;
  --grid-col-gap: 80px;
}

.grid-gap-45-85 {
  --grid-row-gap: 45px;
  --grid-col-gap: 85px;
}

.grid-gap-45-90 {
  --grid-row-gap: 45px;
  --grid-col-gap: 90px;
}

.grid-gap-45-95 {
  --grid-row-gap: 45px;
  --grid-col-gap: 95px;
}

.grid-gap-45-100 {
  --grid-row-gap: 45px;
  --grid-col-gap: 100px;
}

.grid-gap-50-0 {
  --grid-row-gap: 50px;
  --grid-col-gap: 0px;
}

.grid-gap-50-5 {
  --grid-row-gap: 50px;
  --grid-col-gap: 5px;
}

.grid-gap-50-10 {
  --grid-row-gap: 50px;
  --grid-col-gap: 10px;
}

.grid-gap-50-15 {
  --grid-row-gap: 50px;
  --grid-col-gap: 15px;
}

.grid-gap-50-20 {
  --grid-row-gap: 50px;
  --grid-col-gap: 20px;
}

.grid-gap-50-25 {
  --grid-row-gap: 50px;
  --grid-col-gap: 25px;
}

.grid-gap-50-30 {
  --grid-row-gap: 50px;
  --grid-col-gap: 30px;
}

.grid-gap-50-35 {
  --grid-row-gap: 50px;
  --grid-col-gap: 35px;
}

.grid-gap-50-40 {
  --grid-row-gap: 50px;
  --grid-col-gap: 40px;
}

.grid-gap-50-45 {
  --grid-row-gap: 50px;
  --grid-col-gap: 45px;
}

.grid-gap-50-50 {
  --grid-row-gap: 50px;
  --grid-col-gap: 50px;
}

.grid-gap-50-55 {
  --grid-row-gap: 50px;
  --grid-col-gap: 55px;
}

.grid-gap-50-60 {
  --grid-row-gap: 50px;
  --grid-col-gap: 60px;
}

.grid-gap-50-65 {
  --grid-row-gap: 50px;
  --grid-col-gap: 65px;
}

.grid-gap-50-70 {
  --grid-row-gap: 50px;
  --grid-col-gap: 70px;
}

.grid-gap-50-75 {
  --grid-row-gap: 50px;
  --grid-col-gap: 75px;
}

.grid-gap-50-80 {
  --grid-row-gap: 50px;
  --grid-col-gap: 80px;
}

.grid-gap-50-85 {
  --grid-row-gap: 50px;
  --grid-col-gap: 85px;
}

.grid-gap-50-90 {
  --grid-row-gap: 50px;
  --grid-col-gap: 90px;
}

.grid-gap-50-95 {
  --grid-row-gap: 50px;
  --grid-col-gap: 95px;
}

.grid-gap-50-100 {
  --grid-row-gap: 50px;
  --grid-col-gap: 100px;
}

.grid-gap-55-0 {
  --grid-row-gap: 55px;
  --grid-col-gap: 0px;
}

.grid-gap-55-5 {
  --grid-row-gap: 55px;
  --grid-col-gap: 5px;
}

.grid-gap-55-10 {
  --grid-row-gap: 55px;
  --grid-col-gap: 10px;
}

.grid-gap-55-15 {
  --grid-row-gap: 55px;
  --grid-col-gap: 15px;
}

.grid-gap-55-20 {
  --grid-row-gap: 55px;
  --grid-col-gap: 20px;
}

.grid-gap-55-25 {
  --grid-row-gap: 55px;
  --grid-col-gap: 25px;
}

.grid-gap-55-30 {
  --grid-row-gap: 55px;
  --grid-col-gap: 30px;
}

.grid-gap-55-35 {
  --grid-row-gap: 55px;
  --grid-col-gap: 35px;
}

.grid-gap-55-40 {
  --grid-row-gap: 55px;
  --grid-col-gap: 40px;
}

.grid-gap-55-45 {
  --grid-row-gap: 55px;
  --grid-col-gap: 45px;
}

.grid-gap-55-50 {
  --grid-row-gap: 55px;
  --grid-col-gap: 50px;
}

.grid-gap-55-55 {
  --grid-row-gap: 55px;
  --grid-col-gap: 55px;
}

.grid-gap-55-60 {
  --grid-row-gap: 55px;
  --grid-col-gap: 60px;
}

.grid-gap-55-65 {
  --grid-row-gap: 55px;
  --grid-col-gap: 65px;
}

.grid-gap-55-70 {
  --grid-row-gap: 55px;
  --grid-col-gap: 70px;
}

.grid-gap-55-75 {
  --grid-row-gap: 55px;
  --grid-col-gap: 75px;
}

.grid-gap-55-80 {
  --grid-row-gap: 55px;
  --grid-col-gap: 80px;
}

.grid-gap-55-85 {
  --grid-row-gap: 55px;
  --grid-col-gap: 85px;
}

.grid-gap-55-90 {
  --grid-row-gap: 55px;
  --grid-col-gap: 90px;
}

.grid-gap-55-95 {
  --grid-row-gap: 55px;
  --grid-col-gap: 95px;
}

.grid-gap-55-100 {
  --grid-row-gap: 55px;
  --grid-col-gap: 100px;
}

.grid-gap-60-0 {
  --grid-row-gap: 60px;
  --grid-col-gap: 0px;
}

.grid-gap-60-5 {
  --grid-row-gap: 60px;
  --grid-col-gap: 5px;
}

.grid-gap-60-10 {
  --grid-row-gap: 60px;
  --grid-col-gap: 10px;
}

.grid-gap-60-15 {
  --grid-row-gap: 60px;
  --grid-col-gap: 15px;
}

.grid-gap-60-20 {
  --grid-row-gap: 60px;
  --grid-col-gap: 20px;
}

.grid-gap-60-25 {
  --grid-row-gap: 60px;
  --grid-col-gap: 25px;
}

.grid-gap-60-30 {
  --grid-row-gap: 60px;
  --grid-col-gap: 30px;
}

.grid-gap-60-35 {
  --grid-row-gap: 60px;
  --grid-col-gap: 35px;
}

.grid-gap-60-40 {
  --grid-row-gap: 60px;
  --grid-col-gap: 40px;
}

.grid-gap-60-45 {
  --grid-row-gap: 60px;
  --grid-col-gap: 45px;
}

.grid-gap-60-50 {
  --grid-row-gap: 60px;
  --grid-col-gap: 50px;
}

.grid-gap-60-55 {
  --grid-row-gap: 60px;
  --grid-col-gap: 55px;
}

.grid-gap-60-60 {
  --grid-row-gap: 60px;
  --grid-col-gap: 60px;
}

.grid-gap-60-65 {
  --grid-row-gap: 60px;
  --grid-col-gap: 65px;
}

.grid-gap-60-70 {
  --grid-row-gap: 60px;
  --grid-col-gap: 70px;
}

.grid-gap-60-75 {
  --grid-row-gap: 60px;
  --grid-col-gap: 75px;
}

.grid-gap-60-80 {
  --grid-row-gap: 60px;
  --grid-col-gap: 80px;
}

.grid-gap-60-85 {
  --grid-row-gap: 60px;
  --grid-col-gap: 85px;
}

.grid-gap-60-90 {
  --grid-row-gap: 60px;
  --grid-col-gap: 90px;
}

.grid-gap-60-95 {
  --grid-row-gap: 60px;
  --grid-col-gap: 95px;
}

.grid-gap-60-100 {
  --grid-row-gap: 60px;
  --grid-col-gap: 100px;
}

.grid-gap-65-0 {
  --grid-row-gap: 65px;
  --grid-col-gap: 0px;
}

.grid-gap-65-5 {
  --grid-row-gap: 65px;
  --grid-col-gap: 5px;
}

.grid-gap-65-10 {
  --grid-row-gap: 65px;
  --grid-col-gap: 10px;
}

.grid-gap-65-15 {
  --grid-row-gap: 65px;
  --grid-col-gap: 15px;
}

.grid-gap-65-20 {
  --grid-row-gap: 65px;
  --grid-col-gap: 20px;
}

.grid-gap-65-25 {
  --grid-row-gap: 65px;
  --grid-col-gap: 25px;
}

.grid-gap-65-30 {
  --grid-row-gap: 65px;
  --grid-col-gap: 30px;
}

.grid-gap-65-35 {
  --grid-row-gap: 65px;
  --grid-col-gap: 35px;
}

.grid-gap-65-40 {
  --grid-row-gap: 65px;
  --grid-col-gap: 40px;
}

.grid-gap-65-45 {
  --grid-row-gap: 65px;
  --grid-col-gap: 45px;
}

.grid-gap-65-50 {
  --grid-row-gap: 65px;
  --grid-col-gap: 50px;
}

.grid-gap-65-55 {
  --grid-row-gap: 65px;
  --grid-col-gap: 55px;
}

.grid-gap-65-60 {
  --grid-row-gap: 65px;
  --grid-col-gap: 60px;
}

.grid-gap-65-65 {
  --grid-row-gap: 65px;
  --grid-col-gap: 65px;
}

.grid-gap-65-70 {
  --grid-row-gap: 65px;
  --grid-col-gap: 70px;
}

.grid-gap-65-75 {
  --grid-row-gap: 65px;
  --grid-col-gap: 75px;
}

.grid-gap-65-80 {
  --grid-row-gap: 65px;
  --grid-col-gap: 80px;
}

.grid-gap-65-85 {
  --grid-row-gap: 65px;
  --grid-col-gap: 85px;
}

.grid-gap-65-90 {
  --grid-row-gap: 65px;
  --grid-col-gap: 90px;
}

.grid-gap-65-95 {
  --grid-row-gap: 65px;
  --grid-col-gap: 95px;
}

.grid-gap-65-100 {
  --grid-row-gap: 65px;
  --grid-col-gap: 100px;
}

.grid-gap-70-0 {
  --grid-row-gap: 70px;
  --grid-col-gap: 0px;
}

.grid-gap-70-5 {
  --grid-row-gap: 70px;
  --grid-col-gap: 5px;
}

.grid-gap-70-10 {
  --grid-row-gap: 70px;
  --grid-col-gap: 10px;
}

.grid-gap-70-15 {
  --grid-row-gap: 70px;
  --grid-col-gap: 15px;
}

.grid-gap-70-20 {
  --grid-row-gap: 70px;
  --grid-col-gap: 20px;
}

.grid-gap-70-25 {
  --grid-row-gap: 70px;
  --grid-col-gap: 25px;
}

.grid-gap-70-30 {
  --grid-row-gap: 70px;
  --grid-col-gap: 30px;
}

.grid-gap-70-35 {
  --grid-row-gap: 70px;
  --grid-col-gap: 35px;
}

.grid-gap-70-40 {
  --grid-row-gap: 70px;
  --grid-col-gap: 40px;
}

.grid-gap-70-45 {
  --grid-row-gap: 70px;
  --grid-col-gap: 45px;
}

.grid-gap-70-50 {
  --grid-row-gap: 70px;
  --grid-col-gap: 50px;
}

.grid-gap-70-55 {
  --grid-row-gap: 70px;
  --grid-col-gap: 55px;
}

.grid-gap-70-60 {
  --grid-row-gap: 70px;
  --grid-col-gap: 60px;
}

.grid-gap-70-65 {
  --grid-row-gap: 70px;
  --grid-col-gap: 65px;
}

.grid-gap-70-70 {
  --grid-row-gap: 70px;
  --grid-col-gap: 70px;
}

.grid-gap-70-75 {
  --grid-row-gap: 70px;
  --grid-col-gap: 75px;
}

.grid-gap-70-80 {
  --grid-row-gap: 70px;
  --grid-col-gap: 80px;
}

.grid-gap-70-85 {
  --grid-row-gap: 70px;
  --grid-col-gap: 85px;
}

.grid-gap-70-90 {
  --grid-row-gap: 70px;
  --grid-col-gap: 90px;
}

.grid-gap-70-95 {
  --grid-row-gap: 70px;
  --grid-col-gap: 95px;
}

.grid-gap-70-100 {
  --grid-row-gap: 70px;
  --grid-col-gap: 100px;
}

.grid-gap-75-0 {
  --grid-row-gap: 75px;
  --grid-col-gap: 0px;
}

.grid-gap-75-5 {
  --grid-row-gap: 75px;
  --grid-col-gap: 5px;
}

.grid-gap-75-10 {
  --grid-row-gap: 75px;
  --grid-col-gap: 10px;
}

.grid-gap-75-15 {
  --grid-row-gap: 75px;
  --grid-col-gap: 15px;
}

.grid-gap-75-20 {
  --grid-row-gap: 75px;
  --grid-col-gap: 20px;
}

.grid-gap-75-25 {
  --grid-row-gap: 75px;
  --grid-col-gap: 25px;
}

.grid-gap-75-30 {
  --grid-row-gap: 75px;
  --grid-col-gap: 30px;
}

.grid-gap-75-35 {
  --grid-row-gap: 75px;
  --grid-col-gap: 35px;
}

.grid-gap-75-40 {
  --grid-row-gap: 75px;
  --grid-col-gap: 40px;
}

.grid-gap-75-45 {
  --grid-row-gap: 75px;
  --grid-col-gap: 45px;
}

.grid-gap-75-50 {
  --grid-row-gap: 75px;
  --grid-col-gap: 50px;
}

.grid-gap-75-55 {
  --grid-row-gap: 75px;
  --grid-col-gap: 55px;
}

.grid-gap-75-60 {
  --grid-row-gap: 75px;
  --grid-col-gap: 60px;
}

.grid-gap-75-65 {
  --grid-row-gap: 75px;
  --grid-col-gap: 65px;
}

.grid-gap-75-70 {
  --grid-row-gap: 75px;
  --grid-col-gap: 70px;
}

.grid-gap-75-75 {
  --grid-row-gap: 75px;
  --grid-col-gap: 75px;
}

.grid-gap-75-80 {
  --grid-row-gap: 75px;
  --grid-col-gap: 80px;
}

.grid-gap-75-85 {
  --grid-row-gap: 75px;
  --grid-col-gap: 85px;
}

.grid-gap-75-90 {
  --grid-row-gap: 75px;
  --grid-col-gap: 90px;
}

.grid-gap-75-95 {
  --grid-row-gap: 75px;
  --grid-col-gap: 95px;
}

.grid-gap-75-100 {
  --grid-row-gap: 75px;
  --grid-col-gap: 100px;
}

.grid-gap-80-0 {
  --grid-row-gap: 80px;
  --grid-col-gap: 0px;
}

.grid-gap-80-5 {
  --grid-row-gap: 80px;
  --grid-col-gap: 5px;
}

.grid-gap-80-10 {
  --grid-row-gap: 80px;
  --grid-col-gap: 10px;
}

.grid-gap-80-15 {
  --grid-row-gap: 80px;
  --grid-col-gap: 15px;
}

.grid-gap-80-20 {
  --grid-row-gap: 80px;
  --grid-col-gap: 20px;
}

.grid-gap-80-25 {
  --grid-row-gap: 80px;
  --grid-col-gap: 25px;
}

.grid-gap-80-30 {
  --grid-row-gap: 80px;
  --grid-col-gap: 30px;
}

.grid-gap-80-35 {
  --grid-row-gap: 80px;
  --grid-col-gap: 35px;
}

.grid-gap-80-40 {
  --grid-row-gap: 80px;
  --grid-col-gap: 40px;
}

.grid-gap-80-45 {
  --grid-row-gap: 80px;
  --grid-col-gap: 45px;
}

.grid-gap-80-50 {
  --grid-row-gap: 80px;
  --grid-col-gap: 50px;
}

.grid-gap-80-55 {
  --grid-row-gap: 80px;
  --grid-col-gap: 55px;
}

.grid-gap-80-60 {
  --grid-row-gap: 80px;
  --grid-col-gap: 60px;
}

.grid-gap-80-65 {
  --grid-row-gap: 80px;
  --grid-col-gap: 65px;
}

.grid-gap-80-70 {
  --grid-row-gap: 80px;
  --grid-col-gap: 70px;
}

.grid-gap-80-75 {
  --grid-row-gap: 80px;
  --grid-col-gap: 75px;
}

.grid-gap-80-80 {
  --grid-row-gap: 80px;
  --grid-col-gap: 80px;
}

.grid-gap-80-85 {
  --grid-row-gap: 80px;
  --grid-col-gap: 85px;
}

.grid-gap-80-90 {
  --grid-row-gap: 80px;
  --grid-col-gap: 90px;
}

.grid-gap-80-95 {
  --grid-row-gap: 80px;
  --grid-col-gap: 95px;
}

.grid-gap-80-100 {
  --grid-row-gap: 80px;
  --grid-col-gap: 100px;
}

.grid-gap-85-0 {
  --grid-row-gap: 85px;
  --grid-col-gap: 0px;
}

.grid-gap-85-5 {
  --grid-row-gap: 85px;
  --grid-col-gap: 5px;
}

.grid-gap-85-10 {
  --grid-row-gap: 85px;
  --grid-col-gap: 10px;
}

.grid-gap-85-15 {
  --grid-row-gap: 85px;
  --grid-col-gap: 15px;
}

.grid-gap-85-20 {
  --grid-row-gap: 85px;
  --grid-col-gap: 20px;
}

.grid-gap-85-25 {
  --grid-row-gap: 85px;
  --grid-col-gap: 25px;
}

.grid-gap-85-30 {
  --grid-row-gap: 85px;
  --grid-col-gap: 30px;
}

.grid-gap-85-35 {
  --grid-row-gap: 85px;
  --grid-col-gap: 35px;
}

.grid-gap-85-40 {
  --grid-row-gap: 85px;
  --grid-col-gap: 40px;
}

.grid-gap-85-45 {
  --grid-row-gap: 85px;
  --grid-col-gap: 45px;
}

.grid-gap-85-50 {
  --grid-row-gap: 85px;
  --grid-col-gap: 50px;
}

.grid-gap-85-55 {
  --grid-row-gap: 85px;
  --grid-col-gap: 55px;
}

.grid-gap-85-60 {
  --grid-row-gap: 85px;
  --grid-col-gap: 60px;
}

.grid-gap-85-65 {
  --grid-row-gap: 85px;
  --grid-col-gap: 65px;
}

.grid-gap-85-70 {
  --grid-row-gap: 85px;
  --grid-col-gap: 70px;
}

.grid-gap-85-75 {
  --grid-row-gap: 85px;
  --grid-col-gap: 75px;
}

.grid-gap-85-80 {
  --grid-row-gap: 85px;
  --grid-col-gap: 80px;
}

.grid-gap-85-85 {
  --grid-row-gap: 85px;
  --grid-col-gap: 85px;
}

.grid-gap-85-90 {
  --grid-row-gap: 85px;
  --grid-col-gap: 90px;
}

.grid-gap-85-95 {
  --grid-row-gap: 85px;
  --grid-col-gap: 95px;
}

.grid-gap-85-100 {
  --grid-row-gap: 85px;
  --grid-col-gap: 100px;
}

.grid-gap-90-0 {
  --grid-row-gap: 90px;
  --grid-col-gap: 0px;
}

.grid-gap-90-5 {
  --grid-row-gap: 90px;
  --grid-col-gap: 5px;
}

.grid-gap-90-10 {
  --grid-row-gap: 90px;
  --grid-col-gap: 10px;
}

.grid-gap-90-15 {
  --grid-row-gap: 90px;
  --grid-col-gap: 15px;
}

.grid-gap-90-20 {
  --grid-row-gap: 90px;
  --grid-col-gap: 20px;
}

.grid-gap-90-25 {
  --grid-row-gap: 90px;
  --grid-col-gap: 25px;
}

.grid-gap-90-30 {
  --grid-row-gap: 90px;
  --grid-col-gap: 30px;
}

.grid-gap-90-35 {
  --grid-row-gap: 90px;
  --grid-col-gap: 35px;
}

.grid-gap-90-40 {
  --grid-row-gap: 90px;
  --grid-col-gap: 40px;
}

.grid-gap-90-45 {
  --grid-row-gap: 90px;
  --grid-col-gap: 45px;
}

.grid-gap-90-50 {
  --grid-row-gap: 90px;
  --grid-col-gap: 50px;
}

.grid-gap-90-55 {
  --grid-row-gap: 90px;
  --grid-col-gap: 55px;
}

.grid-gap-90-60 {
  --grid-row-gap: 90px;
  --grid-col-gap: 60px;
}

.grid-gap-90-65 {
  --grid-row-gap: 90px;
  --grid-col-gap: 65px;
}

.grid-gap-90-70 {
  --grid-row-gap: 90px;
  --grid-col-gap: 70px;
}

.grid-gap-90-75 {
  --grid-row-gap: 90px;
  --grid-col-gap: 75px;
}

.grid-gap-90-80 {
  --grid-row-gap: 90px;
  --grid-col-gap: 80px;
}

.grid-gap-90-85 {
  --grid-row-gap: 90px;
  --grid-col-gap: 85px;
}

.grid-gap-90-90 {
  --grid-row-gap: 90px;
  --grid-col-gap: 90px;
}

.grid-gap-90-95 {
  --grid-row-gap: 90px;
  --grid-col-gap: 95px;
}

.grid-gap-90-100 {
  --grid-row-gap: 90px;
  --grid-col-gap: 100px;
}

.grid-gap-95-0 {
  --grid-row-gap: 95px;
  --grid-col-gap: 0px;
}

.grid-gap-95-5 {
  --grid-row-gap: 95px;
  --grid-col-gap: 5px;
}

.grid-gap-95-10 {
  --grid-row-gap: 95px;
  --grid-col-gap: 10px;
}

.grid-gap-95-15 {
  --grid-row-gap: 95px;
  --grid-col-gap: 15px;
}

.grid-gap-95-20 {
  --grid-row-gap: 95px;
  --grid-col-gap: 20px;
}

.grid-gap-95-25 {
  --grid-row-gap: 95px;
  --grid-col-gap: 25px;
}

.grid-gap-95-30 {
  --grid-row-gap: 95px;
  --grid-col-gap: 30px;
}

.grid-gap-95-35 {
  --grid-row-gap: 95px;
  --grid-col-gap: 35px;
}

.grid-gap-95-40 {
  --grid-row-gap: 95px;
  --grid-col-gap: 40px;
}

.grid-gap-95-45 {
  --grid-row-gap: 95px;
  --grid-col-gap: 45px;
}

.grid-gap-95-50 {
  --grid-row-gap: 95px;
  --grid-col-gap: 50px;
}

.grid-gap-95-55 {
  --grid-row-gap: 95px;
  --grid-col-gap: 55px;
}

.grid-gap-95-60 {
  --grid-row-gap: 95px;
  --grid-col-gap: 60px;
}

.grid-gap-95-65 {
  --grid-row-gap: 95px;
  --grid-col-gap: 65px;
}

.grid-gap-95-70 {
  --grid-row-gap: 95px;
  --grid-col-gap: 70px;
}

.grid-gap-95-75 {
  --grid-row-gap: 95px;
  --grid-col-gap: 75px;
}

.grid-gap-95-80 {
  --grid-row-gap: 95px;
  --grid-col-gap: 80px;
}

.grid-gap-95-85 {
  --grid-row-gap: 95px;
  --grid-col-gap: 85px;
}

.grid-gap-95-90 {
  --grid-row-gap: 95px;
  --grid-col-gap: 90px;
}

.grid-gap-95-95 {
  --grid-row-gap: 95px;
  --grid-col-gap: 95px;
}

.grid-gap-95-100 {
  --grid-row-gap: 95px;
  --grid-col-gap: 100px;
}

.grid-gap-100-0 {
  --grid-row-gap: 100px;
  --grid-col-gap: 0px;
}

.grid-gap-100-5 {
  --grid-row-gap: 100px;
  --grid-col-gap: 5px;
}

.grid-gap-100-10 {
  --grid-row-gap: 100px;
  --grid-col-gap: 10px;
}

.grid-gap-100-15 {
  --grid-row-gap: 100px;
  --grid-col-gap: 15px;
}

.grid-gap-100-20 {
  --grid-row-gap: 100px;
  --grid-col-gap: 20px;
}

.grid-gap-100-25 {
  --grid-row-gap: 100px;
  --grid-col-gap: 25px;
}

.grid-gap-100-30 {
  --grid-row-gap: 100px;
  --grid-col-gap: 30px;
}

.grid-gap-100-35 {
  --grid-row-gap: 100px;
  --grid-col-gap: 35px;
}

.grid-gap-100-40 {
  --grid-row-gap: 100px;
  --grid-col-gap: 40px;
}

.grid-gap-100-45 {
  --grid-row-gap: 100px;
  --grid-col-gap: 45px;
}

.grid-gap-100-50 {
  --grid-row-gap: 100px;
  --grid-col-gap: 50px;
}

.grid-gap-100-55 {
  --grid-row-gap: 100px;
  --grid-col-gap: 55px;
}

.grid-gap-100-60 {
  --grid-row-gap: 100px;
  --grid-col-gap: 60px;
}

.grid-gap-100-65 {
  --grid-row-gap: 100px;
  --grid-col-gap: 65px;
}

.grid-gap-100-70 {
  --grid-row-gap: 100px;
  --grid-col-gap: 70px;
}

.grid-gap-100-75 {
  --grid-row-gap: 100px;
  --grid-col-gap: 75px;
}

.grid-gap-100-80 {
  --grid-row-gap: 100px;
  --grid-col-gap: 80px;
}

.grid-gap-100-85 {
  --grid-row-gap: 100px;
  --grid-col-gap: 85px;
}

.grid-gap-100-90 {
  --grid-row-gap: 100px;
  --grid-col-gap: 90px;
}

.grid-gap-100-95 {
  --grid-row-gap: 100px;
  --grid-col-gap: 95px;
}

.grid-gap-100-100 {
  --grid-row-gap: 100px;
  --grid-col-gap: 100px;
}

@media (max-width: 750px) {
  .grid-gap-sp-0 {
    --grid-row-gap: 0px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-5 {
    --grid-row-gap: 5px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-10 {
    --grid-row-gap: 10px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-15 {
    --grid-row-gap: 15px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-20 {
    --grid-row-gap: 20px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-25 {
    --grid-row-gap: 25px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-30 {
    --grid-row-gap: 30px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-35 {
    --grid-row-gap: 35px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-40 {
    --grid-row-gap: 40px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-45 {
    --grid-row-gap: 45px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-50 {
    --grid-row-gap: 50px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-55 {
    --grid-row-gap: 55px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-60 {
    --grid-row-gap: 60px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-65 {
    --grid-row-gap: 65px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-70 {
    --grid-row-gap: 70px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-75 {
    --grid-row-gap: 75px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-80 {
    --grid-row-gap: 80px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-85 {
    --grid-row-gap: 85px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-90 {
    --grid-row-gap: 90px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-95 {
    --grid-row-gap: 95px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-100 {
    --grid-row-gap: 100px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-0-0 {
    --grid-row-gap: 0px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-0-5 {
    --grid-row-gap: 0px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-0-10 {
    --grid-row-gap: 0px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-0-15 {
    --grid-row-gap: 0px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-0-20 {
    --grid-row-gap: 0px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-0-25 {
    --grid-row-gap: 0px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-0-30 {
    --grid-row-gap: 0px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-0-35 {
    --grid-row-gap: 0px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-0-40 {
    --grid-row-gap: 0px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-0-45 {
    --grid-row-gap: 0px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-0-50 {
    --grid-row-gap: 0px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-0-55 {
    --grid-row-gap: 0px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-0-60 {
    --grid-row-gap: 0px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-0-65 {
    --grid-row-gap: 0px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-0-70 {
    --grid-row-gap: 0px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-0-75 {
    --grid-row-gap: 0px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-0-80 {
    --grid-row-gap: 0px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-0-85 {
    --grid-row-gap: 0px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-0-90 {
    --grid-row-gap: 0px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-0-95 {
    --grid-row-gap: 0px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-0-100 {
    --grid-row-gap: 0px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-5-0 {
    --grid-row-gap: 5px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-5-5 {
    --grid-row-gap: 5px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-5-10 {
    --grid-row-gap: 5px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-5-15 {
    --grid-row-gap: 5px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-5-20 {
    --grid-row-gap: 5px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-5-25 {
    --grid-row-gap: 5px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-5-30 {
    --grid-row-gap: 5px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-5-35 {
    --grid-row-gap: 5px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-5-40 {
    --grid-row-gap: 5px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-5-45 {
    --grid-row-gap: 5px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-5-50 {
    --grid-row-gap: 5px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-5-55 {
    --grid-row-gap: 5px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-5-60 {
    --grid-row-gap: 5px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-5-65 {
    --grid-row-gap: 5px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-5-70 {
    --grid-row-gap: 5px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-5-75 {
    --grid-row-gap: 5px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-5-80 {
    --grid-row-gap: 5px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-5-85 {
    --grid-row-gap: 5px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-5-90 {
    --grid-row-gap: 5px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-5-95 {
    --grid-row-gap: 5px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-5-100 {
    --grid-row-gap: 5px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-10-0 {
    --grid-row-gap: 10px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-10-5 {
    --grid-row-gap: 10px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-10-10 {
    --grid-row-gap: 10px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-10-15 {
    --grid-row-gap: 10px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-10-20 {
    --grid-row-gap: 10px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-10-25 {
    --grid-row-gap: 10px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-10-30 {
    --grid-row-gap: 10px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-10-35 {
    --grid-row-gap: 10px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-10-40 {
    --grid-row-gap: 10px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-10-45 {
    --grid-row-gap: 10px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-10-50 {
    --grid-row-gap: 10px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-10-55 {
    --grid-row-gap: 10px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-10-60 {
    --grid-row-gap: 10px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-10-65 {
    --grid-row-gap: 10px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-10-70 {
    --grid-row-gap: 10px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-10-75 {
    --grid-row-gap: 10px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-10-80 {
    --grid-row-gap: 10px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-10-85 {
    --grid-row-gap: 10px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-10-90 {
    --grid-row-gap: 10px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-10-95 {
    --grid-row-gap: 10px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-10-100 {
    --grid-row-gap: 10px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-15-0 {
    --grid-row-gap: 15px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-15-5 {
    --grid-row-gap: 15px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-15-10 {
    --grid-row-gap: 15px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-15-15 {
    --grid-row-gap: 15px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-15-20 {
    --grid-row-gap: 15px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-15-25 {
    --grid-row-gap: 15px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-15-30 {
    --grid-row-gap: 15px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-15-35 {
    --grid-row-gap: 15px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-15-40 {
    --grid-row-gap: 15px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-15-45 {
    --grid-row-gap: 15px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-15-50 {
    --grid-row-gap: 15px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-15-55 {
    --grid-row-gap: 15px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-15-60 {
    --grid-row-gap: 15px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-15-65 {
    --grid-row-gap: 15px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-15-70 {
    --grid-row-gap: 15px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-15-75 {
    --grid-row-gap: 15px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-15-80 {
    --grid-row-gap: 15px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-15-85 {
    --grid-row-gap: 15px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-15-90 {
    --grid-row-gap: 15px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-15-95 {
    --grid-row-gap: 15px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-15-100 {
    --grid-row-gap: 15px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-20-0 {
    --grid-row-gap: 20px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-20-5 {
    --grid-row-gap: 20px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-20-10 {
    --grid-row-gap: 20px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-20-15 {
    --grid-row-gap: 20px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-20-20 {
    --grid-row-gap: 20px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-20-25 {
    --grid-row-gap: 20px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-20-30 {
    --grid-row-gap: 20px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-20-35 {
    --grid-row-gap: 20px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-20-40 {
    --grid-row-gap: 20px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-20-45 {
    --grid-row-gap: 20px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-20-50 {
    --grid-row-gap: 20px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-20-55 {
    --grid-row-gap: 20px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-20-60 {
    --grid-row-gap: 20px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-20-65 {
    --grid-row-gap: 20px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-20-70 {
    --grid-row-gap: 20px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-20-75 {
    --grid-row-gap: 20px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-20-80 {
    --grid-row-gap: 20px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-20-85 {
    --grid-row-gap: 20px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-20-90 {
    --grid-row-gap: 20px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-20-95 {
    --grid-row-gap: 20px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-20-100 {
    --grid-row-gap: 20px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-25-0 {
    --grid-row-gap: 25px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-25-5 {
    --grid-row-gap: 25px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-25-10 {
    --grid-row-gap: 25px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-25-15 {
    --grid-row-gap: 25px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-25-20 {
    --grid-row-gap: 25px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-25-25 {
    --grid-row-gap: 25px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-25-30 {
    --grid-row-gap: 25px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-25-35 {
    --grid-row-gap: 25px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-25-40 {
    --grid-row-gap: 25px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-25-45 {
    --grid-row-gap: 25px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-25-50 {
    --grid-row-gap: 25px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-25-55 {
    --grid-row-gap: 25px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-25-60 {
    --grid-row-gap: 25px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-25-65 {
    --grid-row-gap: 25px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-25-70 {
    --grid-row-gap: 25px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-25-75 {
    --grid-row-gap: 25px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-25-80 {
    --grid-row-gap: 25px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-25-85 {
    --grid-row-gap: 25px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-25-90 {
    --grid-row-gap: 25px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-25-95 {
    --grid-row-gap: 25px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-25-100 {
    --grid-row-gap: 25px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-30-0 {
    --grid-row-gap: 30px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-30-5 {
    --grid-row-gap: 30px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-30-10 {
    --grid-row-gap: 30px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-30-15 {
    --grid-row-gap: 30px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-30-20 {
    --grid-row-gap: 30px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-30-25 {
    --grid-row-gap: 30px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-30-30 {
    --grid-row-gap: 30px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-30-35 {
    --grid-row-gap: 30px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-30-40 {
    --grid-row-gap: 30px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-30-45 {
    --grid-row-gap: 30px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-30-50 {
    --grid-row-gap: 30px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-30-55 {
    --grid-row-gap: 30px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-30-60 {
    --grid-row-gap: 30px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-30-65 {
    --grid-row-gap: 30px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-30-70 {
    --grid-row-gap: 30px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-30-75 {
    --grid-row-gap: 30px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-30-80 {
    --grid-row-gap: 30px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-30-85 {
    --grid-row-gap: 30px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-30-90 {
    --grid-row-gap: 30px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-30-95 {
    --grid-row-gap: 30px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-30-100 {
    --grid-row-gap: 30px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-35-0 {
    --grid-row-gap: 35px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-35-5 {
    --grid-row-gap: 35px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-35-10 {
    --grid-row-gap: 35px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-35-15 {
    --grid-row-gap: 35px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-35-20 {
    --grid-row-gap: 35px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-35-25 {
    --grid-row-gap: 35px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-35-30 {
    --grid-row-gap: 35px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-35-35 {
    --grid-row-gap: 35px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-35-40 {
    --grid-row-gap: 35px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-35-45 {
    --grid-row-gap: 35px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-35-50 {
    --grid-row-gap: 35px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-35-55 {
    --grid-row-gap: 35px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-35-60 {
    --grid-row-gap: 35px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-35-65 {
    --grid-row-gap: 35px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-35-70 {
    --grid-row-gap: 35px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-35-75 {
    --grid-row-gap: 35px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-35-80 {
    --grid-row-gap: 35px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-35-85 {
    --grid-row-gap: 35px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-35-90 {
    --grid-row-gap: 35px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-35-95 {
    --grid-row-gap: 35px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-35-100 {
    --grid-row-gap: 35px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-40-0 {
    --grid-row-gap: 40px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-40-5 {
    --grid-row-gap: 40px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-40-10 {
    --grid-row-gap: 40px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-40-15 {
    --grid-row-gap: 40px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-40-20 {
    --grid-row-gap: 40px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-40-25 {
    --grid-row-gap: 40px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-40-30 {
    --grid-row-gap: 40px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-40-35 {
    --grid-row-gap: 40px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-40-40 {
    --grid-row-gap: 40px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-40-45 {
    --grid-row-gap: 40px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-40-50 {
    --grid-row-gap: 40px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-40-55 {
    --grid-row-gap: 40px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-40-60 {
    --grid-row-gap: 40px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-40-65 {
    --grid-row-gap: 40px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-40-70 {
    --grid-row-gap: 40px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-40-75 {
    --grid-row-gap: 40px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-40-80 {
    --grid-row-gap: 40px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-40-85 {
    --grid-row-gap: 40px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-40-90 {
    --grid-row-gap: 40px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-40-95 {
    --grid-row-gap: 40px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-40-100 {
    --grid-row-gap: 40px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-45-0 {
    --grid-row-gap: 45px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-45-5 {
    --grid-row-gap: 45px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-45-10 {
    --grid-row-gap: 45px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-45-15 {
    --grid-row-gap: 45px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-45-20 {
    --grid-row-gap: 45px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-45-25 {
    --grid-row-gap: 45px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-45-30 {
    --grid-row-gap: 45px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-45-35 {
    --grid-row-gap: 45px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-45-40 {
    --grid-row-gap: 45px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-45-45 {
    --grid-row-gap: 45px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-45-50 {
    --grid-row-gap: 45px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-45-55 {
    --grid-row-gap: 45px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-45-60 {
    --grid-row-gap: 45px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-45-65 {
    --grid-row-gap: 45px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-45-70 {
    --grid-row-gap: 45px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-45-75 {
    --grid-row-gap: 45px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-45-80 {
    --grid-row-gap: 45px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-45-85 {
    --grid-row-gap: 45px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-45-90 {
    --grid-row-gap: 45px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-45-95 {
    --grid-row-gap: 45px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-45-100 {
    --grid-row-gap: 45px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-50-0 {
    --grid-row-gap: 50px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-50-5 {
    --grid-row-gap: 50px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-50-10 {
    --grid-row-gap: 50px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-50-15 {
    --grid-row-gap: 50px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-50-20 {
    --grid-row-gap: 50px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-50-25 {
    --grid-row-gap: 50px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-50-30 {
    --grid-row-gap: 50px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-50-35 {
    --grid-row-gap: 50px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-50-40 {
    --grid-row-gap: 50px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-50-45 {
    --grid-row-gap: 50px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-50-50 {
    --grid-row-gap: 50px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-50-55 {
    --grid-row-gap: 50px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-50-60 {
    --grid-row-gap: 50px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-50-65 {
    --grid-row-gap: 50px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-50-70 {
    --grid-row-gap: 50px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-50-75 {
    --grid-row-gap: 50px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-50-80 {
    --grid-row-gap: 50px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-50-85 {
    --grid-row-gap: 50px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-50-90 {
    --grid-row-gap: 50px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-50-95 {
    --grid-row-gap: 50px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-50-100 {
    --grid-row-gap: 50px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-55-0 {
    --grid-row-gap: 55px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-55-5 {
    --grid-row-gap: 55px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-55-10 {
    --grid-row-gap: 55px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-55-15 {
    --grid-row-gap: 55px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-55-20 {
    --grid-row-gap: 55px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-55-25 {
    --grid-row-gap: 55px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-55-30 {
    --grid-row-gap: 55px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-55-35 {
    --grid-row-gap: 55px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-55-40 {
    --grid-row-gap: 55px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-55-45 {
    --grid-row-gap: 55px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-55-50 {
    --grid-row-gap: 55px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-55-55 {
    --grid-row-gap: 55px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-55-60 {
    --grid-row-gap: 55px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-55-65 {
    --grid-row-gap: 55px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-55-70 {
    --grid-row-gap: 55px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-55-75 {
    --grid-row-gap: 55px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-55-80 {
    --grid-row-gap: 55px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-55-85 {
    --grid-row-gap: 55px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-55-90 {
    --grid-row-gap: 55px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-55-95 {
    --grid-row-gap: 55px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-55-100 {
    --grid-row-gap: 55px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-60-0 {
    --grid-row-gap: 60px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-60-5 {
    --grid-row-gap: 60px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-60-10 {
    --grid-row-gap: 60px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-60-15 {
    --grid-row-gap: 60px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-60-20 {
    --grid-row-gap: 60px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-60-25 {
    --grid-row-gap: 60px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-60-30 {
    --grid-row-gap: 60px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-60-35 {
    --grid-row-gap: 60px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-60-40 {
    --grid-row-gap: 60px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-60-45 {
    --grid-row-gap: 60px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-60-50 {
    --grid-row-gap: 60px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-60-55 {
    --grid-row-gap: 60px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-60-60 {
    --grid-row-gap: 60px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-60-65 {
    --grid-row-gap: 60px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-60-70 {
    --grid-row-gap: 60px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-60-75 {
    --grid-row-gap: 60px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-60-80 {
    --grid-row-gap: 60px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-60-85 {
    --grid-row-gap: 60px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-60-90 {
    --grid-row-gap: 60px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-60-95 {
    --grid-row-gap: 60px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-60-100 {
    --grid-row-gap: 60px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-65-0 {
    --grid-row-gap: 65px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-65-5 {
    --grid-row-gap: 65px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-65-10 {
    --grid-row-gap: 65px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-65-15 {
    --grid-row-gap: 65px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-65-20 {
    --grid-row-gap: 65px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-65-25 {
    --grid-row-gap: 65px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-65-30 {
    --grid-row-gap: 65px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-65-35 {
    --grid-row-gap: 65px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-65-40 {
    --grid-row-gap: 65px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-65-45 {
    --grid-row-gap: 65px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-65-50 {
    --grid-row-gap: 65px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-65-55 {
    --grid-row-gap: 65px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-65-60 {
    --grid-row-gap: 65px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-65-65 {
    --grid-row-gap: 65px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-65-70 {
    --grid-row-gap: 65px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-65-75 {
    --grid-row-gap: 65px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-65-80 {
    --grid-row-gap: 65px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-65-85 {
    --grid-row-gap: 65px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-65-90 {
    --grid-row-gap: 65px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-65-95 {
    --grid-row-gap: 65px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-65-100 {
    --grid-row-gap: 65px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-70-0 {
    --grid-row-gap: 70px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-70-5 {
    --grid-row-gap: 70px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-70-10 {
    --grid-row-gap: 70px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-70-15 {
    --grid-row-gap: 70px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-70-20 {
    --grid-row-gap: 70px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-70-25 {
    --grid-row-gap: 70px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-70-30 {
    --grid-row-gap: 70px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-70-35 {
    --grid-row-gap: 70px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-70-40 {
    --grid-row-gap: 70px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-70-45 {
    --grid-row-gap: 70px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-70-50 {
    --grid-row-gap: 70px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-70-55 {
    --grid-row-gap: 70px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-70-60 {
    --grid-row-gap: 70px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-70-65 {
    --grid-row-gap: 70px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-70-70 {
    --grid-row-gap: 70px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-70-75 {
    --grid-row-gap: 70px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-70-80 {
    --grid-row-gap: 70px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-70-85 {
    --grid-row-gap: 70px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-70-90 {
    --grid-row-gap: 70px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-70-95 {
    --grid-row-gap: 70px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-70-100 {
    --grid-row-gap: 70px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-75-0 {
    --grid-row-gap: 75px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-75-5 {
    --grid-row-gap: 75px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-75-10 {
    --grid-row-gap: 75px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-75-15 {
    --grid-row-gap: 75px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-75-20 {
    --grid-row-gap: 75px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-75-25 {
    --grid-row-gap: 75px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-75-30 {
    --grid-row-gap: 75px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-75-35 {
    --grid-row-gap: 75px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-75-40 {
    --grid-row-gap: 75px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-75-45 {
    --grid-row-gap: 75px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-75-50 {
    --grid-row-gap: 75px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-75-55 {
    --grid-row-gap: 75px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-75-60 {
    --grid-row-gap: 75px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-75-65 {
    --grid-row-gap: 75px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-75-70 {
    --grid-row-gap: 75px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-75-75 {
    --grid-row-gap: 75px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-75-80 {
    --grid-row-gap: 75px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-75-85 {
    --grid-row-gap: 75px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-75-90 {
    --grid-row-gap: 75px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-75-95 {
    --grid-row-gap: 75px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-75-100 {
    --grid-row-gap: 75px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-80-0 {
    --grid-row-gap: 80px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-80-5 {
    --grid-row-gap: 80px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-80-10 {
    --grid-row-gap: 80px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-80-15 {
    --grid-row-gap: 80px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-80-20 {
    --grid-row-gap: 80px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-80-25 {
    --grid-row-gap: 80px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-80-30 {
    --grid-row-gap: 80px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-80-35 {
    --grid-row-gap: 80px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-80-40 {
    --grid-row-gap: 80px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-80-45 {
    --grid-row-gap: 80px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-80-50 {
    --grid-row-gap: 80px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-80-55 {
    --grid-row-gap: 80px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-80-60 {
    --grid-row-gap: 80px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-80-65 {
    --grid-row-gap: 80px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-80-70 {
    --grid-row-gap: 80px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-80-75 {
    --grid-row-gap: 80px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-80-80 {
    --grid-row-gap: 80px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-80-85 {
    --grid-row-gap: 80px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-80-90 {
    --grid-row-gap: 80px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-80-95 {
    --grid-row-gap: 80px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-80-100 {
    --grid-row-gap: 80px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-85-0 {
    --grid-row-gap: 85px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-85-5 {
    --grid-row-gap: 85px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-85-10 {
    --grid-row-gap: 85px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-85-15 {
    --grid-row-gap: 85px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-85-20 {
    --grid-row-gap: 85px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-85-25 {
    --grid-row-gap: 85px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-85-30 {
    --grid-row-gap: 85px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-85-35 {
    --grid-row-gap: 85px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-85-40 {
    --grid-row-gap: 85px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-85-45 {
    --grid-row-gap: 85px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-85-50 {
    --grid-row-gap: 85px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-85-55 {
    --grid-row-gap: 85px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-85-60 {
    --grid-row-gap: 85px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-85-65 {
    --grid-row-gap: 85px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-85-70 {
    --grid-row-gap: 85px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-85-75 {
    --grid-row-gap: 85px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-85-80 {
    --grid-row-gap: 85px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-85-85 {
    --grid-row-gap: 85px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-85-90 {
    --grid-row-gap: 85px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-85-95 {
    --grid-row-gap: 85px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-85-100 {
    --grid-row-gap: 85px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-90-0 {
    --grid-row-gap: 90px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-90-5 {
    --grid-row-gap: 90px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-90-10 {
    --grid-row-gap: 90px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-90-15 {
    --grid-row-gap: 90px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-90-20 {
    --grid-row-gap: 90px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-90-25 {
    --grid-row-gap: 90px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-90-30 {
    --grid-row-gap: 90px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-90-35 {
    --grid-row-gap: 90px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-90-40 {
    --grid-row-gap: 90px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-90-45 {
    --grid-row-gap: 90px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-90-50 {
    --grid-row-gap: 90px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-90-55 {
    --grid-row-gap: 90px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-90-60 {
    --grid-row-gap: 90px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-90-65 {
    --grid-row-gap: 90px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-90-70 {
    --grid-row-gap: 90px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-90-75 {
    --grid-row-gap: 90px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-90-80 {
    --grid-row-gap: 90px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-90-85 {
    --grid-row-gap: 90px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-90-90 {
    --grid-row-gap: 90px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-90-95 {
    --grid-row-gap: 90px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-90-100 {
    --grid-row-gap: 90px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-95-0 {
    --grid-row-gap: 95px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-95-5 {
    --grid-row-gap: 95px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-95-10 {
    --grid-row-gap: 95px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-95-15 {
    --grid-row-gap: 95px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-95-20 {
    --grid-row-gap: 95px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-95-25 {
    --grid-row-gap: 95px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-95-30 {
    --grid-row-gap: 95px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-95-35 {
    --grid-row-gap: 95px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-95-40 {
    --grid-row-gap: 95px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-95-45 {
    --grid-row-gap: 95px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-95-50 {
    --grid-row-gap: 95px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-95-55 {
    --grid-row-gap: 95px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-95-60 {
    --grid-row-gap: 95px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-95-65 {
    --grid-row-gap: 95px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-95-70 {
    --grid-row-gap: 95px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-95-75 {
    --grid-row-gap: 95px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-95-80 {
    --grid-row-gap: 95px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-95-85 {
    --grid-row-gap: 95px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-95-90 {
    --grid-row-gap: 95px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-95-95 {
    --grid-row-gap: 95px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-95-100 {
    --grid-row-gap: 95px;
    --grid-col-gap: 100px;
  }
  .grid-gap-sp-100-0 {
    --grid-row-gap: 100px;
    --grid-col-gap: 0px;
  }
  .grid-gap-sp-100-5 {
    --grid-row-gap: 100px;
    --grid-col-gap: 5px;
  }
  .grid-gap-sp-100-10 {
    --grid-row-gap: 100px;
    --grid-col-gap: 10px;
  }
  .grid-gap-sp-100-15 {
    --grid-row-gap: 100px;
    --grid-col-gap: 15px;
  }
  .grid-gap-sp-100-20 {
    --grid-row-gap: 100px;
    --grid-col-gap: 20px;
  }
  .grid-gap-sp-100-25 {
    --grid-row-gap: 100px;
    --grid-col-gap: 25px;
  }
  .grid-gap-sp-100-30 {
    --grid-row-gap: 100px;
    --grid-col-gap: 30px;
  }
  .grid-gap-sp-100-35 {
    --grid-row-gap: 100px;
    --grid-col-gap: 35px;
  }
  .grid-gap-sp-100-40 {
    --grid-row-gap: 100px;
    --grid-col-gap: 40px;
  }
  .grid-gap-sp-100-45 {
    --grid-row-gap: 100px;
    --grid-col-gap: 45px;
  }
  .grid-gap-sp-100-50 {
    --grid-row-gap: 100px;
    --grid-col-gap: 50px;
  }
  .grid-gap-sp-100-55 {
    --grid-row-gap: 100px;
    --grid-col-gap: 55px;
  }
  .grid-gap-sp-100-60 {
    --grid-row-gap: 100px;
    --grid-col-gap: 60px;
  }
  .grid-gap-sp-100-65 {
    --grid-row-gap: 100px;
    --grid-col-gap: 65px;
  }
  .grid-gap-sp-100-70 {
    --grid-row-gap: 100px;
    --grid-col-gap: 70px;
  }
  .grid-gap-sp-100-75 {
    --grid-row-gap: 100px;
    --grid-col-gap: 75px;
  }
  .grid-gap-sp-100-80 {
    --grid-row-gap: 100px;
    --grid-col-gap: 80px;
  }
  .grid-gap-sp-100-85 {
    --grid-row-gap: 100px;
    --grid-col-gap: 85px;
  }
  .grid-gap-sp-100-90 {
    --grid-row-gap: 100px;
    --grid-col-gap: 90px;
  }
  .grid-gap-sp-100-95 {
    --grid-row-gap: 100px;
    --grid-col-gap: 95px;
  }
  .grid-gap-sp-100-100 {
    --grid-row-gap: 100px;
    --grid-col-gap: 100px;
  }
}
.grid-container {
  width: 100%;
  margin: 0 auto;
}

.grid-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-row-gap) var(--grid-col-gap);
}

[class*=grid-col-],
.grid-col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid-col-1 {
  grid-column: span 1;
}

.grid-col-2 {
  grid-column: span 2;
}

.grid-col-3 {
  grid-column: span 3;
}

.grid-col-4 {
  grid-column: span 4;
}

.grid-col-5 {
  grid-column: span 5;
}

.grid-col-6 {
  grid-column: span 6;
}

.grid-col-7 {
  grid-column: span 7;
}

.grid-col-8 {
  grid-column: span 8;
}

.grid-col-9 {
  grid-column: span 9;
}

.grid-col-10 {
  grid-column: span 10;
}

.grid-col-11 {
  grid-column: span 11;
}

.grid-col-12 {
  grid-column: span 12;
}

.grid-col-auto {
  grid-column: auto;
}

@media (max-width: 750px) {
  .grid-col-sp-1 {
    grid-column: span 1;
  }
  .grid-col-sp-2 {
    grid-column: span 2;
  }
  .grid-col-sp-3 {
    grid-column: span 3;
  }
  .grid-col-sp-4 {
    grid-column: span 4;
  }
  .grid-col-sp-5 {
    grid-column: span 5;
  }
  .grid-col-sp-6 {
    grid-column: span 6;
  }
  .grid-col-sp-7 {
    grid-column: span 7;
  }
  .grid-col-sp-8 {
    grid-column: span 8;
  }
  .grid-col-sp-9 {
    grid-column: span 9;
  }
  .grid-col-sp-10 {
    grid-column: span 10;
  }
  .grid-col-sp-11 {
    grid-column: span 11;
  }
  .grid-col-sp-12 {
    grid-column: span 12;
  }
  .grid-col-sp-auto {
    grid-column: auto;
  }
}
/*----------------------------------------------------------------
  List
-----------------------------------------------------------------*/
.c-list-nav-staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .c-list-nav-staff {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
.c-list-nav-staff > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*.c-list-news
______________________________________________*/
.c-list-news {
  max-width: 100%;
}
.c-list-news > li {
  border-top: solid 1px #ddd;
}
.c-list-news > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
  height: 80px;
}
@media screen and (max-width: 750px) {
  .c-list-news > li a {
    display: block;
    height: auto;
    padding: 15px 0;
  }
}
.c-list-news > li a .title {
  display: block;
  max-width: 100%;
  font-size: 1.5rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 750px) {
  .c-list-news > li a .title {
    white-space: normal;
  }
}
@media screen and (hover: hover) and (min-width: 751px) {
  .c-list-news > li a:hover .title {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
}

.c-list-check {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3888888889vw;
  margin-top: 3.8194444444vw;
}
@media screen and (max-width: 750px) {
  .c-list-check {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.6666666667vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.c-list-check > * {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.4583333333vw 2.0833333333vw 2.7777777778vw !important;
  font-size: 0.9722222222vw;
  line-height: 1.7142857143;
}
@media screen and (max-width: 750px) {
  .c-list-check > * {
    padding: 5.3333333333vw !important;
    font-size: 3.7333333333vw;
  }
}
.c-list-check > * h4, .c-list-check > * .c-box1 h5, .c-box1 .c-list-check > * h5, .c-list-check > * .c-box1 h6, .c-box1 .c-list-check > * h6 {
  font-size: 1.5277777778vw;
  line-height: 1.2;
  margin-bottom: 1.3194444444vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .c-list-check > * h4, .c-list-check > * .c-box1 h5, .c-box1 .c-list-check > * h5, .c-list-check > * .c-box1 h6, .c-box1 .c-list-check > * h6 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.c-list-check > * h4::before, .c-list-check > * .c-box1 h5::before, .c-box1 .c-list-check > * h5::before, .c-list-check > * .c-box1 h6::before, .c-box1 .c-list-check > * h6::before {
  content: "";
  display: block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  -webkit-mask-image: url("../images/icon-svg/icon-check.svg");
          mask-image: url("../images/icon-svg/icon-check.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  margin: 0 9px 0 4px;
}
@media screen and (max-width: 750px) {
  .c-list-check > * h4::before, .c-list-check > * .c-box1 h5::before, .c-box1 .c-list-check > * h5::before, .c-list-check > * .c-box1 h6::before, .c-box1 .c-list-check > * h6::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin: 0 1.3333333333vw 0 1.3333333333vw;
  }
}

.c-list-history, .c-list-flow {
  border: solid 1px #ddd;
  position: relative;
  margin-top: 10.4166666667vw;
}
@media screen and (max-width: 750px) {
  .c-list-history, .c-list-flow {
    margin-top: 16vw;
  }
}
.c-list-history::after, .c-list-flow::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.3888888889vw;
  left: 1.7361111111vw;
  width: 0.6944444444vw;
  height: 6.25vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dcdcd8), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #dcdcd8, transparent);
  background-image: linear-gradient(to top, #dcdcd8, transparent);
}
@media screen and (max-width: 750px) {
  .c-list-history::after, .c-list-flow::after {
    bottom: -5.3333333333vw;
    left: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 24vw;
  }
}
.c-list-history.open::after, .open.c-list-flow::after {
  display: none;
}
.c-list-history > *, .c-list-flow > * {
  position: relative;
  padding-left: 7.2222222222vw !important;
}
@media screen and (max-width: 750px) {
  .c-list-history > *, .c-list-flow > * {
    padding-left: 10.6666666667vw !important;
  }
}
.c-list-history > *:not(.js-btnGroup), .c-list-flow > *:not(.js-btnGroup) {
  padding-bottom: 7.8472222222vw;
}
@media screen and (max-width: 750px) {
  .c-list-history > *:not(.js-btnGroup), .c-list-flow > *:not(.js-btnGroup) {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-list-history > *:last-child, .c-list-flow > *:last-child {
    padding-bottom: 0;
  }
}
.c-list-history > *:not(:last-child)::before, .c-list-flow > *:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.3888888889vw;
  left: 2.0833333333vw;
  width: 1px;
  height: 100%;
  background-color: #212121;
}
@media screen and (max-width: 750px) {
  .c-list-history > *:not(:last-child)::before, .c-list-flow > *:not(:last-child)::before {
    top: 5.3333333333vw;
    left: 2.6666666667vw;
  }
}
.c-list-history h3, .c-list-flow h3, .c-list-history .c-box1 h4, .c-list-flow .c-box1 h4, .c-box1 .c-list-history h4, .c-box1 .c-list-flow h4, .c-list-history .c-box1 h5, .c-list-flow .c-box1 h5, .c-box1 .c-list-history h5, .c-box1 .c-list-flow h5, .c-list-history .c-box1 h6, .c-list-flow .c-box1 h6, .c-box1 .c-list-history h6, .c-box1 .c-list-flow h6 {
  font-size: 2.0833333333vw;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-list-history h3, .c-list-flow h3, .c-list-history .c-box1 h4, .c-list-flow .c-box1 h4, .c-box1 .c-list-history h4, .c-box1 .c-list-flow h4, .c-list-history .c-box1 h5, .c-list-flow .c-box1 h5, .c-box1 .c-list-history h5, .c-box1 .c-list-flow h5, .c-list-history .c-box1 h6, .c-list-flow .c-box1 h6, .c-box1 .c-list-history h6, .c-box1 .c-list-flow h6 {
    font-size: 5.8666666667vw;
  }
}
.c-list-history h3::after, .c-list-flow h3::after, .c-list-history .c-box1 h4::after, .c-list-flow .c-box1 h4::after, .c-box1 .c-list-history h4::after, .c-box1 .c-list-flow h4::after, .c-list-history .c-box1 h5::after, .c-list-flow .c-box1 h5::after, .c-box1 .c-list-history h5::after, .c-box1 .c-list-flow h5::after, .c-list-history .c-box1 h6::after, .c-list-flow .c-box1 h6::after, .c-box1 .c-list-history h6::after, .c-box1 .c-list-flow h6::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.0416666667vw;
  left: -5.5555555556vw;
  width: 0.9027777778vw;
  height: 0.9027777778vw;
  background-color: #212121;
}
@media screen and (max-width: 750px) {
  .c-list-history h3::after, .c-list-flow h3::after, .c-list-history .c-box1 h4::after, .c-list-flow .c-box1 h4::after, .c-box1 .c-list-history h4::after, .c-box1 .c-list-flow h4::after, .c-list-history .c-box1 h5::after, .c-list-flow .c-box1 h5::after, .c-box1 .c-list-history h5::after, .c-box1 .c-list-flow h5::after, .c-list-history .c-box1 h6::after, .c-list-flow .c-box1 h6::after, .c-box1 .c-list-history h6::after, .c-box1 .c-list-flow h6::after {
    top: 4vw;
    left: -9.6vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.c-list-history h4, .c-list-flow h4, .c-list-history .c-box1 h5, .c-list-flow .c-box1 h5, .c-box1 .c-list-history h5, .c-box1 .c-list-flow h5, .c-list-history .c-box1 h6, .c-list-flow .c-box1 h6, .c-box1 .c-list-history h6, .c-box1 .c-list-flow h6 {
  font-size: 1.1805555556vw;
  margin: 2.2222222222vw 0 0.9027777778vw;
}
@media screen and (max-width: 750px) {
  .c-list-history h4, .c-list-flow h4, .c-list-history .c-box1 h5, .c-list-flow .c-box1 h5, .c-box1 .c-list-history h5, .c-box1 .c-list-flow h5, .c-list-history .c-box1 h6, .c-list-flow .c-box1 h6, .c-box1 .c-list-history h6, .c-box1 .c-list-flow h6 {
    font-size: 5.0666666667vw;
    margin: 2.6666666667vw 0 3.4666666667vw;
  }
}

.c-list-flow h3, .c-list-flow .c-box1 h4, .c-box1 .c-list-flow h4, .c-list-flow .c-box1 h5, .c-box1 .c-list-flow h5, .c-list-flow .c-box1 h6, .c-box1 .c-list-flow h6 {
  font-size: 1.1111111111vw;
  padding: 0.4861111111vw 0 0;
}
@media screen and (max-width: 750px) {
  .c-list-flow h3, .c-list-flow .c-box1 h4, .c-box1 .c-list-flow h4, .c-list-flow .c-box1 h5, .c-box1 .c-list-flow h5, .c-list-flow .c-box1 h6, .c-box1 .c-list-flow h6 {
    font-size: 4.2666666667vw;
    padding: 1.8666666667vw 0 0;
  }
}
.c-list-flow h4, .c-list-flow .c-box1 h5, .c-box1 .c-list-flow h5, .c-list-flow .c-box1 h6, .c-box1 .c-list-flow h6 {
  font-size: 1.9444444444vw;
  margin: 0.7638888889vw 0 1.1805555556vw;
}
@media screen and (max-width: 750px) {
  .c-list-flow h4, .c-list-flow .c-box1 h5, .c-box1 .c-list-flow h5, .c-list-flow .c-box1 h6, .c-box1 .c-list-flow h6 {
    font-size: 5.3333333333vw;
    margin: 1.3333333333vw 0 1.3333333333vw;
  }
}
.c-list-flow .img {
  width: 20.8333333333vw;
  margin: 2.7777777778vw 0 0 !important;
}
@media screen and (max-width: 750px) {
  .c-list-flow .img {
    width: 100%;
    margin: 5.3333333333vw 0 0 !important;
  }
}

.c-list-qa {
  border-bottom: solid 1px #c1c1c1;
}
.c-list-qa h3, .c-list-qa .c-box1 h4, .c-box1 .c-list-qa h4, .c-list-qa .c-box1 h5, .c-box1 .c-list-qa h5, .c-list-qa .c-box1 h6, .c-box1 .c-list-qa h6 {
  padding: 1.875vw 0 1.7361111111vw 3.0555555556vw;
  border-top: solid 1px #c1c1c1;
  font-size: 1.25vw;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .c-list-qa h3, .c-list-qa .c-box1 h4, .c-box1 .c-list-qa h4, .c-list-qa .c-box1 h5, .c-box1 .c-list-qa h5, .c-list-qa .c-box1 h6, .c-box1 .c-list-qa h6 {
    padding: 5.3333333333vw 0 5.3333333333vw 8vw;
    font-size: 4vw;
  }
}
.c-list-qa h3::after, .c-list-qa .c-box1 h4::after, .c-box1 .c-list-qa h4::after, .c-list-qa .c-box1 h5::after, .c-box1 .c-list-qa h5::after, .c-list-qa .c-box1 h6::after, .c-box1 .c-list-qa h6::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.6944444444vw;
  width: 1.1111111111vw;
  height: 0.625vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url("../../../../uploads/icon-arrow-down.svg");
          mask-image: url("../../../../uploads/icon-arrow-down.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: currentColor;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 750px) {
  .c-list-qa h3::after, .c-list-qa .c-box1 h4::after, .c-box1 .c-list-qa h4::after, .c-list-qa .c-box1 h5::after, .c-box1 .c-list-qa h5::after, .c-list-qa .c-box1 h6::after, .c-box1 .c-list-qa h6::after {
    right: 2.6666666667vw;
    width: 4.2666666667vw;
    height: 2.4vw;
  }
}
.c-list-qa h3::before, .c-list-qa .c-box1 h4::before, .c-box1 .c-list-qa h4::before, .c-list-qa .c-box1 h5::before, .c-box1 .c-list-qa h5::before, .c-list-qa .c-box1 h6::before, .c-box1 .c-list-qa h6::before {
  content: "Q.";
  display: block;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  position: absolute;
  top: 1.8055555556vw;
  left: 0.1388888889vw;
}
@media screen and (max-width: 750px) {
  .c-list-qa h3::before, .c-list-qa .c-box1 h4::before, .c-box1 .c-list-qa h4::before, .c-list-qa .c-box1 h5::before, .c-box1 .c-list-qa h5::before, .c-list-qa .c-box1 h6::before, .c-box1 .c-list-qa h6::before {
    top: 5.3333333333vw;
    left: 0.5333333333vw;
  }
}
.c-list-qa h3.open::after, .c-list-qa .c-box1 h4.open::after, .c-box1 .c-list-qa h4.open::after, .c-list-qa .c-box1 h5.open::after, .c-box1 .c-list-qa h5.open::after, .c-list-qa .c-box1 h6.open::after, .c-box1 .c-list-qa h6.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-list-qa h3 + *, .c-list-qa .c-box1 h4 + *, .c-box1 .c-list-qa h4 + *, .c-list-qa .c-box1 h5 + *, .c-box1 .c-list-qa h5 + *, .c-list-qa .c-box1 h6 + *, .c-box1 .c-list-qa h6 + * {
  border-top: solid 1px #c1c1c1;
  padding: 1.7361111111vw 0 2.7777777778vw;
}
@media screen and (max-width: 750px) {
  .c-list-qa h3 + *, .c-list-qa .c-box1 h4 + *, .c-box1 .c-list-qa h4 + *, .c-list-qa .c-box1 h5 + *, .c-box1 .c-list-qa h5 + *, .c-list-qa .c-box1 h6 + *, .c-box1 .c-list-qa h6 + * {
    padding: 6.6666666667vw 0 10.6666666667vw;
  }
}
body:not(.wp-admin) .c-list-qa h3 + *, body:not(.wp-admin) .c-list-qa .c-box1 h4 + *, .c-box1 body:not(.wp-admin) .c-list-qa h4 + *, body:not(.wp-admin) .c-list-qa .c-box1 h5 + *, .c-box1 body:not(.wp-admin) .c-list-qa h5 + *, body:not(.wp-admin) .c-list-qa .c-box1 h6 + *, .c-box1 body:not(.wp-admin) .c-list-qa h6 + * {
  display: none;
}

/*.c-list-box
______________________________________________*/
.c-list-box {
  width: 100%;
}
.c-list-box > li {
  position: relative;
  padding: 20px 0 20px 40px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3px;
  font-size: 1.25vw;
  font-weight: 500;
}
.c-list-box > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 34px;
  left: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #bdaa9f;
}

/*.c-list0
______________________________________________*/
.c-list0 {
  list-style-type: disc;
  padding-left: 2em;
}

/*.c-list1
______________________________________________*/
.c-list1, .c-post ul:not(.checkerboard), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard),
.post-type-journal .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard),
.post-type-post .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard), .c-policy ul:not(.checkerboard), .c-box1 ul:not(.checkerboard), .c-box2 ul:not(.checkerboard) {
  padding-left: 0;
  list-style-type: none;
}
.c-list1 > li, .c-post ul:not(.checkerboard) > li, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard) > li,
.post-type-journal .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard) > li,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard) > li, .c-policy ul:not(.checkerboard) > li, .c-box1 ul:not(.checkerboard) > li, .c-box2 ul:not(.checkerboard) > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  .c-list1 > li, .c-post ul:not(.checkerboard) > li, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard) > li,
  .post-type-journal .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard) > li,
  .post-type-post .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard) > li, .c-policy ul:not(.checkerboard) > li, .c-box1 ul:not(.checkerboard) > li, .c-box2 ul:not(.checkerboard) > li {
    margin-bottom: 0.6em;
  }
}
.c-list1 > li::before, .c-post ul:not(.checkerboard) > li::before, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard) > li::before,
.post-type-journal .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard) > li::before,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard) > li::before, .c-policy ul:not(.checkerboard) > li::before, .c-box1 ul:not(.checkerboard) > li::before, .c-box2 ul:not(.checkerboard) > li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  top: 0.6em;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: currentColor;
}

/*.c-list2 olスタイル
______________________________________________*/
.c-list2 {
  list-style-type: none;
  counter-reset: item_a;
}
.c-list2 > li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
  margin-bottom: 0.4em;
}
.c-list2 > li::before {
  content: "(" counter(item_a) ") ";
  counter-increment: item_a;
  position: absolute;
  top: 0em;
  left: 0;
}

/*.c-list3
______________________________________________*/
.c-list3 {
  padding-left: 0;
  list-style-type: none;
}
.c-list3 > li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding: 1.5972222222vw 1.3194444444vw 1.5972222222vw 2.9861111111vw;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.3472222222vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 750px) {
  .c-list3 > li {
    padding: 4vw 2.6666666667vw 4vw 6.6666666667vw;
    margin-bottom: 1.3333333333vw;
    font-size: 4vw;
  }
}
.c-list3 > li::before {
  content: "";
  display: block;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  top: 2.3611111111vw;
  left: 1.3888888889vw;
  position: absolute;
  border-radius: 50%;
  background-color: #bdaa9f;
}
@media screen and (max-width: 750px) {
  .c-list3 > li::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 5.8666666667vw;
    left: 2.6666666667vw;
  }
}

.c-list-treatment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.9444444444vw 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .c-list-treatment {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
  .c-list-treatment > * {
    width: 100%;
  }
}

.c-list-career {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  gap: 35px;
}
@media screen and (max-width: 750px) {
  .c-list-career {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.c-list-career > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  border-top: solid 1px #707070;
  padding: 0.9027777778vw 0;
  gap: 1.6666666667vw;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .c-list-career > * {
    padding: 5.3333333333vw 0 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}
.c-list-career > * p {
  text-align: left;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .c-list-career > * p {
    font-size: 3.7333333333vw;
  }
}
.c-list-career > * .c-ttl1 {
  font-size: 0.9722222222vw;
  color: #bdaa9f;
}
@media screen and (max-width: 750px) {
  .c-list-career > * .c-ttl1 {
    font-size: 3.4666666667vw;
  }
}
.c-list-career > * h5, .c-list-career > * .c-box1 h6, .c-box1 .c-list-career > * h6 {
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 750px) {
  .c-list-career > * h5, .c-list-career > * .c-box1 h6, .c-box1 .c-list-career > * h6 {
    font-size: 4.8vw;
  }
}

/*----------------------------------------------------------------
  Text, Lead
-----------------------------------------------------------------*/
/* text
______________________________________________*/
.c-txt-s {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 180%;
}

/* .c-ttl1
______________________________________________*/
.c-ttl1 {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-weight: 600;
  font-size: 1.1111111111vw;
  margin-bottom: 0.8333333333vw;
}
@media screen and (max-width: 750px) {
  .c-ttl1 {
    font-size: 3.7333333333vw;
    margin-bottom: 0;
  }
}

.c-ttl2 {
  font-size: 2.5vw;
}
@media screen and (max-width: 750px) {
  .c-ttl2 {
    font-size: 6.4vw;
  }
}

.c-ttl3 {
  font-size: 2.5vw;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 750px) {
  .c-ttl3 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
    line-height: 1.4;
  }
}

.c-ttl4 {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 1.1111111111vw;
  padding-top: 4.7916666667vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-ttl4 {
    font-size: 4.2666666667vw;
    padding-top: 0;
  }
}
.c-ttl4::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 1px;
  background-color: #212121;
}
@media screen and (max-width: 750px) {
  .c-ttl4::after {
    display: none;
  }
}

.c-ttl5 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 2.5vw;
  line-height: 1.5555555556;
  margin-top: 0.9722222222vw;
  margin-bottom: 3.75vw;
  display: block;
}
@media screen and (max-width: 750px) {
  .c-ttl5 {
    font-size: 5.3333333333vw;
    margin-top: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}

.c-ttl6 {
  font-size: 1.25vw;
  line-height: 1.7777777778;
  margin-bottom: 2.7777777778vw;
  color: #bdaa9f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 0.9027777778vw;
}
@media screen and (max-width: 750px) {
  .c-ttl6 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    gap: 3.4666666667vw;
  }
}
.c-ttl6::after {
  content: "";
  display: block;
  width: 0.8333333333vw;
  height: 1px;
  background-color: #a0a0a0;
}
@media screen and (max-width: 750px) {
  .c-ttl6::after {
    width: 3.2vw;
  }
}

.c-ttl7 {
  font-size: 2.2222222222vw;
  line-height: 1.65625;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .c-ttl7 {
    font-size: 4.8vw;
  }
}

.c-ttl8 {
  font-size: 1.5277777778vw;
  line-height: 1.0909090909;
}
@media screen and (max-width: 750px) {
  .c-ttl8 {
    font-size: 4.8vw;
  }
}

/* .c-link
______________________________________________*/
.c-link-pdf::before, .acf-file-download.pdf::before {
  color: #c30909 !important;
}

.c-link-blank, .c-post a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .post-type-testimonials .editor-styles-wrapper .wp-block-post-content a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank],
.post-type-journal .editor-styles-wrapper .wp-block-post-content a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank],
.post-type-post .editor-styles-wrapper .wp-block-post-content a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-policy a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-table1 table a[target=_blank], .c-post table table a[target=_blank], .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table table a[target=_blank],
.post-type-journal .editor-styles-wrapper .wp-block-post-content table table a[target=_blank],
.post-type-post .editor-styles-wrapper .wp-block-post-content table table a[target=_blank], .c-policy table table a[target=_blank], .c-table1-2 table a[target=_blank], .c-box1 a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-box1 table table a[target=_blank], .c-box2 a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-box2 table table a[target=_blank] {
  color: #212121;
}

.c-link1, .c-form a, .c-list-qa h3 + * a, .c-list-qa .c-box1 h4 + * a, .c-box1 .c-list-qa h4 + * a, .c-list-qa .c-box1 h5 + * a, .c-box1 .c-list-qa h5 + * a, .c-list-qa .c-box1 h6 + * a, .c-box1 .c-list-qa h6 + * a {
  text-decoration: underline !important;
}
@media screen and (hover: hover) and (min-width: 751px) {
  .c-link1:hover, .c-form a:hover, .c-list-qa h3 + * a:hover, .c-list-qa .c-box1 h4 + * a:hover, .c-box1 .c-list-qa h4 + * a:hover, .c-list-qa .c-box1 h5 + * a:hover, .c-box1 .c-list-qa h5 + * a:hover, .c-list-qa .c-box1 h6 + * a:hover, .c-box1 .c-list-qa h6 + * a:hover {
    text-decoration: none !important;
  }
}
@media screen and (min-width: 751px) {
  .c-link1[href^="tel:"], .c-form a[href^="tel:"], .c-list-qa h3 + * a[href^="tel:"], .c-list-qa .c-box1 h4 + * a[href^="tel:"], .c-box1 .c-list-qa h4 + * a[href^="tel:"], .c-list-qa .c-box1 h5 + * a[href^="tel:"], .c-box1 .c-list-qa h5 + * a[href^="tel:"], .c-list-qa .c-box1 h6 + * a[href^="tel:"], .c-box1 .c-list-qa h6 + * a[href^="tel:"] {
    text-decoration: none !important;
  }
}
.c-link1[target=_blank]::after, .c-form a[target=_blank]::after, .c-list-qa h3 + * a[target=_blank]::after, .c-list-qa .c-box1 h4 + * a[target=_blank]::after, .c-box1 .c-list-qa h4 + * a[target=_blank]::after, .c-list-qa .c-box1 h5 + * a[target=_blank]::after, .c-box1 .c-list-qa h5 + * a[target=_blank]::after, .c-list-qa .c-box1 h6 + * a[target=_blank]::after, .c-box1 .c-list-qa h6 + * a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  -webkit-mask-image: url("../../../../uploads/icon-blank.svg");
          mask-image: url("../../../../uploads/icon-blank.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #212121;
  -webkit-transform: translateY(42%);
          transform: translateY(42%);
  margin-left: 0.4em;
  margin-right: 0.4em;
}

.c-link-map {
  color: #212121;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-note {
  font-size: 1.422rem;
  margin: 1em 0;
}

.c-txt-name {
  margin-top: 4.5em;
  margin-bottom: 0;
  text-align: right;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 750px) {
  .c-txt-name {
    font-size: 4vw;
  }
}
.c-txt-name strong {
  font-size: 1.5277777778vw;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .c-txt-name strong {
    font-size: 5.8666666667vw;
  }
}

.c-txt-name2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.c-txt-name2 .ja {
  font-size: 1.6666666667vw;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .c-txt-name2 .ja {
    font-size: 5.8666666667vw;
  }
}
.c-txt-name2 .en {
  font-size: 0.9027777778vw;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}
@media screen and (max-width: 750px) {
  .c-txt-name2 .en {
    font-size: 4vw;
  }
}

.c-required {
  color: #e00000;
}

.u-no-link-line a[x-apple-data-detectors], .c-nav-clinic-index > li a[x-apple-data-detectors],
.u-no-link-line a[href^="tel:"],
.c-nav-clinic-index > li a[href^="tel:"],
.u-no-link-line a[href^="mailto:"],
.c-nav-clinic-index > li a[href^="mailto:"],
.u-no-link-line a[href^="maps:"],
.c-nav-clinic-index > li a[href^="maps:"],
.u-no-link-line a[href^=http][href*="maps.apple.com"],
.c-nav-clinic-index > li a[href^=http][href*="maps.apple.com"] {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: inherit !important;
}

/*----------------------------------------------------------------
    Media
-----------------------------------------------------------------*/
/* Responsive Video(16:9)
______________________________________________*/
.c-video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Responsive MAP
______________________________________________*/
.c-gmap {
  position: relative;
  padding-top: 46.1538461538%;
}
@media screen and (max-width: 750px) {
  .c-gmap {
    padding-top: 100%;
  }
}
.c-gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* .c-video1
______________________________________________*/
.c-video1 {
  max-width: 654px;
  margin: 0 auto;
}

/*----------------------------------------------------------------
	Color
-----------------------------------------------------------------*/
.u-accent-clr1 {
  color: #bdaa9f;
}

/*----------------------------------------------------------------
  プロジェクト、ページ用ユニークスタイル .p-
-----------------------------------------------------------------*/
/* .p-top-philosophy
______________________________________________*/
.p-top-philosophy {
  padding-top: 10.625vw;
  padding-bottom: 12.5vw;
  gap: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-top-philosophy {
    display: block !important;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 750px) {
  .p-top-philosophy > * {
    display: block !important;
  }
}
.p-top-philosophy > *:nth-child(1) {
  width: 43.9%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .p-top-philosophy > *:nth-child(1) {
    width: 100%;
  }
}
.p-top-philosophy > *:nth-child(2) {
  width: 56.1%;
}
@media screen and (max-width: 750px) {
  .p-top-philosophy > *:nth-child(2) {
    width: 100%;
    display: block !important;
  }
}
.p-top-philosophy .txt1 {
  font-size: 2.5vw;
  line-height: 1.4814814815;
  margin: 1.5277777778vw 0 2.5vw;
}
@media screen and (max-width: 750px) {
  .p-top-philosophy .txt1 {
    font-size: 4.8vw;
    margin: 2.6666666667vw 0 4vw;
  }
  .p-top-philosophy .txt1 br {
    display: none;
  }
}
.p-top-philosophy .c-btn1, .p-top-philosophy .c-btn1--wh, .p-top-philosophy .c-btn1--nb, .p-top-philosophy .c-btn1--b, .p-top-philosophy .c-btn1--bl {
  margin-top: 4.2361111111vw;
}
@media screen and (max-width: 750px) {
  .p-top-philosophy .c-btn1, .p-top-philosophy .c-btn1--wh, .p-top-philosophy .c-btn1--nb, .p-top-philosophy .c-btn1--b, .p-top-philosophy .c-btn1--bl {
    margin: 10.6666666667vw 0 0 !important;
  }
}

.p-top-features {
  display: none !important;
  background-color: #212121;
  color: #fff;
  padding-top: 10.7638888889vw;
  padding-bottom: 10.9722222222vw;
}
@media screen and (max-width: 750px) {
  .p-top-features {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-top-features .header {
  padding-bottom: 5.6944444444vw;
}
@media screen and (max-width: 750px) {
  .p-top-features .header {
    display: block !important;
    padding-bottom: 16vw;
  }
}
.p-top-features .header > *:nth-child(1) {
  width: 51.7%;
}
@media screen and (max-width: 750px) {
  .p-top-features .header > *:nth-child(1) {
    width: 100%;
  }
}
.p-top-features .header > *:nth-child(2) {
  margin-top: 0.5555555556vw;
}
@media screen and (max-width: 750px) {
  .p-top-features .header > *:nth-child(2) {
    margin-top: 8vw;
  }
}
.p-top-features .main {
  width: 100%;
  padding-left: 1.7361111111vw;
  padding-right: 1.7361111111vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3472222222vw;
}
@media screen and (max-width: 750px) {
  .p-top-features .main {
    padding: 0;
    display: block;
  }
}
.p-top-features .main > * {
  aspect-ratio: 460/400;
  min-height: 0 !important;
}
@media screen and (max-width: 750px) {
  .p-top-features .main > * {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.p-top-features .main > * > * {
  width: 100%;
  height: 100%;
  padding: 2.0833333333vw 2.7777777778vw 2.7777777778vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 750px) {
  .p-top-features .main > * > * {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.p-top-features .main > * > * h3, .p-top-features .main > * > * .c-box1 h4, .c-box1 .p-top-features .main > * > * h4, .p-top-features .main > * > * .c-box1 h5, .c-box1 .p-top-features .main > * > * h5, .p-top-features .main > * > * .c-box1 h6, .c-box1 .p-top-features .main > * > * h6 {
  margin: 0 !important;
  line-height: 1;
  font-size: 0.9722222222vw;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}
@media screen and (max-width: 750px) {
  .p-top-features .main > * > * h3, .p-top-features .main > * > * .c-box1 h4, .c-box1 .p-top-features .main > * > * h4, .p-top-features .main > * > * .c-box1 h5, .c-box1 .p-top-features .main > * > * h5, .p-top-features .main > * > * .c-box1 h6, .c-box1 .p-top-features .main > * > * h6 {
    font-size: 3.7333333333vw;
  }
}
.p-top-features .main > * > * h4, .p-top-features .main > * > * .c-box1 h5, .c-box1 .p-top-features .main > * > * h5, .p-top-features .main > * > * .c-box1 h6, .c-box1 .p-top-features .main > * > * h6 {
  margin: auto 0 0 !important;
  line-height: 1.6363636364;
  font-size: 1.5277777778vw;
}
@media screen and (max-width: 750px) {
  .p-top-features .main > * > * h4, .p-top-features .main > * > * .c-box1 h5, .c-box1 .p-top-features .main > * > * h5, .p-top-features .main > * > * .c-box1 h6, .c-box1 .p-top-features .main > * > * h6 {
    font-size: 4.8vw;
  }
}
.p-top-features .main > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-features .c-btn1--wh {
  margin: 7.3611111111vw auto 0;
}
@media screen and (max-width: 750px) {
  .p-top-features .c-btn1--wh {
    margin: 10.6666666667vw auto 0;
  }
}

.p-top-customer {
  background: -webkit-linear-gradient(top, transparent 0, transparent calc(100% - 50px), #ffffff calc(100% - 50px));
  background: linear-gradient(to bottom, transparent 0, transparent calc(100% - 50px), #ffffff calc(100% - 50px));
  padding-top: 11.0416666667vw;
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 750px) {
  .p-top-customer {
    padding-top: 16vw;
    padding-bottom: 4.1666666667vw;
    display: block !important;
    background: none;
    padding-bottom: 41.3333333333vw;
  }
}
.p-top-customer > *:nth-child(1) {
  width: 45.5%;
}
@media screen and (max-width: 750px) {
  .p-top-customer > *:nth-child(1) {
    width: 100%;
  }
}
.p-top-customer > *:nth-child(2) {
  width: 54.5%;
}
@media screen and (max-width: 750px) {
  .p-top-customer > *:nth-child(2) {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
.p-top-customer > *:nth-child(2) .p-top-customer__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.3888888889vw;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .p-top-customer > *:nth-child(2) .p-top-customer__list {
    gap: 5.3333333333vw;
    padding-bottom: 0;
  }
}
.p-top-customer > *:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9.7222222222vw;
}
.p-top-customer .c-ttl2 {
  margin-bottom: 3.6111111111vw;
}
.p-top-customer .c-btn1, .p-top-customer .c-btn1--wh, .p-top-customer .c-btn1--nb, .p-top-customer .c-btn1--b, .p-top-customer .c-btn1--bl {
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 750px) {
  .p-top-customer .c-btn1, .p-top-customer .c-btn1--wh, .p-top-customer .c-btn1--nb, .p-top-customer .c-btn1--b, .p-top-customer .c-btn1--bl {
    position: absolute;
    bottom: 16vw;
    left: 5.3333333333vw;
  }
}

.c-block-staff {
  padding-top: 8.8888888889vw;
}
@media screen and (max-width: 750px) {
  .c-block-staff {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.c-block-staff::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}

.c-block-staff__header {
  padding-bottom: 3.0555555556vw;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .c-block-staff__header {
    padding-bottom: 10.6666666667vw;
    display: block !important;
  }
}
.c-block-staff__header > *:nth-child(1) {
  width: 47%;
  min-width: 47%;
}
@media screen and (max-width: 750px) {
  .c-block-staff__header > *:nth-child(1) {
    width: 100%;
    min-width: 100%;
  }
}
.c-block-staff__header > *:nth-child(2) {
  padding-top: 2.8472222222vw;
}
@media screen and (max-width: 750px) {
  .c-block-staff__header > *:nth-child(2) {
    padding-top: 5.3333333333vw;
  }
}

.c-block-staff__body {
  width: 100%;
  gap: 2.0833333333vw;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .c-block-staff__body {
    width: 100vw;
    margin-left: -5.3333333333vw;
  }
  .c-block-staff__body .c-card-staff {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 80vw !important;
    min-width: 80vw !important;
    margin-right: 5.3333333333vw;
    -webkit-transform: translateX(2.6666666667vw);
            transform: translateX(2.6666666667vw);
  }
}
.p-top-recruit {
  background-color: #212121;
  margin-top: -4.6527777778vw;
  color: #fff;
  text-align: center;
  padding-top: 15vw;
  padding-bottom: 11.1111111111vw;
}
@media screen and (max-width: 750px) {
  .p-top-recruit {
    margin-top: 0;
    padding: 16vw 5.3333333333vw;
    text-align: left;
  }
}
.p-top-recruit h2, .p-top-recruit .c-box1 h3, .c-box1 .p-top-recruit h3, .p-top-recruit .c-box1 h4, .c-box1 .p-top-recruit h4, .p-top-recruit .c-box1 h5, .c-box1 .p-top-recruit h5, .p-top-recruit .c-box1 h6, .c-box1 .p-top-recruit h6 {
  color: #bdaa9f;
}
.p-top-recruit h3, .p-top-recruit .c-box1 h4, .c-box1 .p-top-recruit h4, .p-top-recruit .c-box1 h5, .c-box1 .p-top-recruit h5, .p-top-recruit .c-box1 h6, .c-box1 .p-top-recruit h6 {
  font-size: 2.5vw;
  margin: 0.5555555556vw auto 1.5972222222vw !important;
}
@media screen and (max-width: 750px) {
  .p-top-recruit h3, .p-top-recruit .c-box1 h4, .c-box1 .p-top-recruit h4, .p-top-recruit .c-box1 h5, .c-box1 .p-top-recruit h5, .p-top-recruit .c-box1 h6, .c-box1 .p-top-recruit h6 {
    font-size: 5.8666666667vw;
    margin: 0 0 2.6666666667vw !important;
  }
}
.p-top-recruit h3 br, .p-top-recruit .c-box1 h4 br, .c-box1 .p-top-recruit h4 br, .p-top-recruit .c-box1 h5 br, .c-box1 .p-top-recruit h5 br, .p-top-recruit .c-box1 h6 br, .c-box1 .p-top-recruit h6 br {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-top-recruit h3 br, .p-top-recruit .c-box1 h4 br, .c-box1 .p-top-recruit h4 br, .p-top-recruit .c-box1 h5 br, .c-box1 .p-top-recruit h5 br, .p-top-recruit .c-box1 h6 br, .c-box1 .p-top-recruit h6 br {
    display: block;
  }
}
.p-top-recruit .txt1 {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-top-recruit .txt1 {
    text-align: left;
  }
  .p-top-recruit .txt1 br {
    display: none;
  }
}
.p-top-recruit .c-btn1, .p-top-recruit .c-btn1--wh, .p-top-recruit .c-btn1--nb, .p-top-recruit .c-btn1--b, .p-top-recruit .c-btn1--bl {
  margin: 2.5694444444vw auto 0;
}
@media screen and (max-width: 750px) {
  .p-top-recruit .c-btn1, .p-top-recruit .c-btn1--wh, .p-top-recruit .c-btn1--nb, .p-top-recruit .c-btn1--b, .p-top-recruit .c-btn1--bl {
    margin: 10.6666666667vw 0 0;
  }
}
.p-top-recruit .c-btn1 a, .p-top-recruit .c-btn1--wh a, .p-top-recruit .c-btn1--nb a, .p-top-recruit .c-btn1--b a, .p-top-recruit .c-btn1--bl a {
  width: 17.3611111111vw;
  height: 4.1666666667vw;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .p-top-recruit .c-btn1 a, .p-top-recruit .c-btn1--wh a, .p-top-recruit .c-btn1--nb a, .p-top-recruit .c-btn1--b a, .p-top-recruit .c-btn1--bl a {
    width: 60.8vw;
    height: 13.3333333333vw;
  }
}

.p-top-journal {
  padding-top: 10.6944444444vw;
  padding-bottom: 9.7222222222vw;
}
@media screen and (max-width: 750px) {
  .p-top-journal {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-top-journal .c-btn1, .p-top-journal .c-btn1--wh, .p-top-journal .c-btn1--nb, .p-top-journal .c-btn1--b, .p-top-journal .c-btn1--bl {
  margin: 4.9305555556vw auto 0;
}
@media screen and (max-width: 750px) {
  .p-top-journal .c-btn1, .p-top-journal .c-btn1--wh, .p-top-journal .c-btn1--nb, .p-top-journal .c-btn1--b, .p-top-journal .c-btn1--bl {
    margin: 0 0 0;
  }
}

.p-top-journal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  padding-bottom: 2.3611111111vw;
}
@media screen and (max-width: 750px) {
  .p-top-journal__header {
    display: block !important;
    padding-bottom: 2.6666666667vw;
  }
}
.p-top-journal__header > *:nth-child(2) {
  padding-bottom: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .p-top-journal__header > *:nth-child(2) {
    padding-bottom: 8vw;
  }
}
.p-top-journal__header .c-ttl2 {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 3.125vw;
}
@media screen and (max-width: 750px) {
  .p-top-journal__header .c-ttl2 {
    font-size: 8vw;
  }
}
.p-top-journal__header .c-ttl2 strong {
  text-transform: uppercase;
}

.p-top-journal__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media screen and (max-width: 750px) {
  .p-top-journal__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .p-top-journal__list > li {
    margin-bottom: 10.6666666667vw;
  }
}
.p-top-journal__list > li:not(:nth-last-child(-n+2)) {
  padding-bottom: 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .p-top-journal__list > li:not(:nth-last-child(-n+2)) {
    padding-bottom: 0;
  }
}
.p-top-journal__list > li:nth-child(odd) {
  border-right: solid 1px #c1c1c1;
  padding-right: 13.6%;
}
@media screen and (max-width: 750px) {
  .p-top-journal__list > li:nth-child(odd) {
    border: none;
    padding-right: 0;
  }
}
.p-top-journal__list > li:nth-child(even) {
  padding-left: 13.6%;
}
@media screen and (max-width: 750px) {
  .p-top-journal__list > li:nth-child(even) {
    padding: 0;
  }
}

.p-about-main {
  padding-bottom: 9.0277777778vw;
}
@media screen and (max-width: 750px) {
  .p-about-main {
    padding-bottom: 16vw;
  }
  .p-about-main .img1 {
    margin-top: 8vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-about-main .c-btn1 a, .p-about-main .c-btn1--wh a, .p-about-main .c-btn1--nb a, .p-about-main .c-btn1--b a, .p-about-main .c-btn1--bl a {
    margin: 10.6666666667vw 0 0 !important;
  }
}

.p-about-menu--1 {
  padding-top: 7.8472222222vw;
  padding-bottom: 7.3611111111vw;
}
@media screen and (max-width: 750px) {
  .p-about-menu--1 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-about-menu--1 .txt1 {
  font-size: 2.5vw;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 750px) {
  .p-about-menu--1 .txt1 {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

.p-about-menu--3 .c-ttl2 {
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 750px) {
  .p-about-menu--3 .c-ttl2 {
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 750px) {
  .p-philosophy-mv {
    height: 53.8666666667vw;
  }
}

.p-philosophy-sec-1 {
  background-color: #212121;
  color: #fff;
}
.p-philosophy-sec-1 .c-block1 {
  padding-top: 10vw;
  padding-bottom: 11.3194444444vw;
}
@media screen and (max-width: 750px) {
  .p-philosophy-sec-1 .c-block1 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-philosophy-sec-2 {
  background-color: #ffffff;
}
.p-philosophy-sec-2 .c-block1 {
  padding-top: 10vw;
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 750px) {
  .p-philosophy-sec-2 .c-block1 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}

.p-philosophy-sec-3 {
  padding-top: 10.9027777778vw;
  padding-bottom: 10.2083333333vw;
}
@media screen and (max-width: 750px) {
  .p-philosophy-sec-3 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-philosophy-sec-3 .c-ttl1,
.p-philosophy-sec-3 .c-ttl2 {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-philosophy-sec-3 .c-ttl1,
  .p-philosophy-sec-3 .c-ttl2 {
    text-align: left;
  }
}
.p-philosophy-sec-3 .c-btn1, .p-philosophy-sec-3 .c-btn1--wh, .p-philosophy-sec-3 .c-btn1--nb, .p-philosophy-sec-3 .c-btn1--b, .p-philosophy-sec-3 .c-btn1--bl {
  margin: 85px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-philosophy-sec-3 .c-btn1, .p-philosophy-sec-3 .c-btn1--wh, .p-philosophy-sec-3 .c-btn1--nb, .p-philosophy-sec-3 .c-btn1--b, .p-philosophy-sec-3 .c-btn1--bl {
    margin: 10.6666666667vw 0 0 !important;
    display: block;
  }
}

.p-philosophy-sec-4 {
  background-color: #ffffff;
}
.p-philosophy-sec-4 .c-block1 {
  padding-top: 10vw;
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 750px) {
  .p-philosophy-sec-4 .c-block1 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .p-philosophy-sec-4 .c-block1 .c-btn1 a, .p-philosophy-sec-4 .c-block1 .c-btn1--wh a, .p-philosophy-sec-4 .c-block1 .c-btn1--nb a, .p-philosophy-sec-4 .c-block1 .c-btn1--b a, .p-philosophy-sec-4 .c-block1 .c-btn1--bl a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-philosophy-sec-4 .c-block1 .c-btn1 a, .p-philosophy-sec-4 .c-block1 .c-btn1--wh a, .p-philosophy-sec-4 .c-block1 .c-btn1--nb a, .p-philosophy-sec-4 .c-block1 .c-btn1--b a, .p-philosophy-sec-4 .c-block1 .c-btn1--bl a {
    margin: 0;
  }
}

.c-list-postures {
  gap: 2.7777777778vw;
  margin: 5.4166666667vw 0 0;
}
.c-list-postures > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 750px) {
  .c-list-postures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-list-postures > * {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .p-message-mv {
    height: 53.8666666667vw;
  }
}

.p-message-sec1 {
  padding-top: 10vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 750px) {
  .p-message-sec1 {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-message-sec1 .block1 p {
  line-height: 1.875;
  margin-bottom: 1.9em;
}

.p-feature-sec-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14.3055555556vw;
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 750px) {
  .p-feature-sec-1 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-feature-sec-1 > * {
    gap: 8vw !important;
  }
}
.p-feature-sec-1 > *:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .p-feature-sec-1 > *:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-feature-sec-2 {
  padding-top: 6.3194444444vw;
  padding-bottom: 12.0138888889vw;
}
@media screen and (max-width: 750px) {
  .p-feature-sec-2 {
    padding-top: 10.6666666667vw;
    padding-bottom: 16vw;
  }
}

.p-feature-sec-2__header {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  padding-bottom: 4.8611111111vw;
}

@media screen and (max-width: 750px) {
  .p-feature-sec-1 .c-ttl2,
  .p-feature-sec-2 .c-ttl2,
  .p-feature-sec-3 .c-ttl2,
  .p-feature-sec-4 .c-ttl2 {
    margin-bottom: 2.6666666667vw;
  }
}

.c-list-customers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.7777777778vw;
}
@media screen and (max-width: 750px) {
  .c-list-customers {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
}

.p-company-main {
  padding-bottom: 8.0555555556vw;
}
@media screen and (max-width: 750px) {
  .p-company-main {
    padding-bottom: 0;
  }
}

.p-company-history-txt1 {
  padding-right: 6.25vw;
}

.p-hospital-sec-1 {
  background-color: #212121 !important;
  position: relative;
  z-index: 0;
}
.p-hospital-sec-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(#212121), to(rgba(33, 33, 33, 0)));
  background: -webkit-linear-gradient(bottom, #212121, rgba(33, 33, 33, 0));
  background: linear-gradient(to top, #212121, rgba(33, 33, 33, 0));
  margin-right: 6px;
  aspect-ratio: 1440/992;
}
.p-hospital-sec-1 .bg {
  mix-blend-mode: luminosity; /* XDの「輝度」と同義 */
  opacity: 0.26;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  display: none !important;
}
.p-hospital-sec-1 .c-ttl6::after {
  display: none;
}

.p-hospital-sec-1__inner {
  padding-bottom: 11.5972222222vw;
  color: #fff;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
@media screen and (max-width: 750px) {
  .p-hospital-sec-1__inner {
    padding-top: 10.6666666667vw;
    padding-bottom: 16vw;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.p-hospital-sec-1__inner .c-ttl6 {
  color: #bdaa9f;
}
@media screen and (max-width: 750px) {
  .p-hospital-sec-1__inner #text-address {
    padding-top: 5.3333333333vw !important;
  }
}
.p-hospital-sec-1__inner > *:nth-child(1) {
  padding-top: 7.9166666667vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-sec-1__inner > *:nth-child(1) {
    padding-top: 10.6666666667vw;
  }
}
.p-hospital-sec-1__inner > *:nth-child(1) h3, .p-hospital-sec-1__inner > *:nth-child(1) .c-box1 h4, .c-box1 .p-hospital-sec-1__inner > *:nth-child(1) h4, .p-hospital-sec-1__inner > *:nth-child(1) .c-box1 h5, .c-box1 .p-hospital-sec-1__inner > *:nth-child(1) h5, .p-hospital-sec-1__inner > *:nth-child(1) .c-box1 h6, .c-box1 .p-hospital-sec-1__inner > *:nth-child(1) h6 {
  font-size: 3.4722222222vw;
  margin-bottom: 3.1944444444vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-sec-1__inner > *:nth-child(1) h3, .p-hospital-sec-1__inner > *:nth-child(1) .c-box1 h4, .c-box1 .p-hospital-sec-1__inner > *:nth-child(1) h4, .p-hospital-sec-1__inner > *:nth-child(1) .c-box1 h5, .c-box1 .p-hospital-sec-1__inner > *:nth-child(1) h5, .p-hospital-sec-1__inner > *:nth-child(1) .c-box1 h6, .c-box1 .p-hospital-sec-1__inner > *:nth-child(1) h6 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-hospital-sec-1__inner > *:nth-child(1) .c-btn1--b, .p-hospital-sec-1__inner > *:nth-child(1) .c-btn1--bl {
  margin-top: 3.6111111111vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-sec-1__inner > *:nth-child(1) .c-btn1--b, .p-hospital-sec-1__inner > *:nth-child(1) .c-btn1--bl {
    margin-top: 0;
  }
  .p-hospital-sec-1__inner > *:nth-child(1) .c-btn1--b a, .p-hospital-sec-1__inner > *:nth-child(1) .c-btn1--bl a {
    margin: 8vw 0 0;
  }
}
.p-hospital-sec-1__inner > *:nth-child(2) {
  padding-top: 11.8055555556vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-sec-1__inner > *:nth-child(2) {
    padding-top: 10.6666666667vw;
  }
}
.p-hospital-sec-1__inner > *:nth-child(2) .c-ttl1 {
  margin: 5.9027777778vw 0 1.7361111111vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-sec-1__inner > *:nth-child(2) .c-ttl1 {
    margin: 5.3333333333vw 0 2.6666666667vw;
  }
}
.p-hospital-sec-1__inner > *:nth-child(2) .c-ttl7 {
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-sec-1__inner > *:nth-child(2) .c-ttl7 {
    margin-bottom: 5.3333333333vw;
  }
}
.p-hospital-sec-1__inner > *:nth-child(2) hr {
  margin: 4.1666666667vw 0 2.7777777778vw;
  border-color: rgba(112, 112, 112, 0.45) !important;
}
@media screen and (max-width: 750px) {
  .p-hospital-sec-1__inner > *:nth-child(2) hr {
    margin: 10.6666666667vw 0 10.6666666667vw;
  }
}
.p-hospital-sec-1__inner > *:nth-child(2) .c-ttl8 {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-sec-1__inner > *:nth-child(2) .c-ttl8 {
    margin-bottom: 5.3333333333vw;
  }
}
.p-hospital-sec-1__inner .c-list3 > li {
  background-color: rgba(255, 255, 255, 0.1);
}

.p-hospital-treatment {
  padding-bottom: 8.8888888889vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-treatment {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}

.p-hospital-treatment__header {
  padding: 9.3055555556vw 0 5.1388888889vw 0.6944444444vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-treatment__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.p-hospital-treatment__header > *:nth-child(2) {
  padding-top: 3.8194444444vw;
}

.p-hospital-greeting {
  background-color: #ffffff;
  padding-top: 10.1388888889vw;
  padding-bottom: 8.125vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
@media screen and (max-width: 750px) {
  .p-hospital-greeting {
    padding-top: 16vw;
    padding-bottom: 16vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-hospital-greeting > *:nth-child(1) {
  width: 19.9242424242%;
  padding-left: 0.6944444444vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-greeting > *:nth-child(1) {
    width: 100%;
    padding-left: 0;
  }
}
.p-hospital-greeting > *:nth-child(2) {
  width: 54.3181818182%;
  padding-top: 1.3888888889vw;
  padding-right: 9.5138888889vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-greeting > *:nth-child(2) {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-hospital-greeting > *:nth-child(2) p {
  margin-bottom: 1.9em;
}
.p-hospital-greeting > *:nth-child(3) {
  width: 25.7575757576%;
  padding-top: 1.3888888889vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-greeting > *:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 60%;
    padding-top: 0;
    margin: 10.6666666667vw auto 8vw;
  }
}

.p-hospital-customer {
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-customer {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-hospital-customer .c-btn1, .p-hospital-customer .c-btn1--wh, .p-hospital-customer .c-btn1--nb, .p-hospital-customer .c-btn1--b, .p-hospital-customer .c-btn1--bl {
  margin-top: 5vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-customer .c-btn1, .p-hospital-customer .c-btn1--wh, .p-hospital-customer .c-btn1--nb, .p-hospital-customer .c-btn1--b, .p-hospital-customer .c-btn1--bl {
    margin-top: 10.6666666667vw;
  }
}
.p-hospital-customer .list-customers > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5vw;
}

.p-hospital-customer__header {
  padding-top: 6.9444444444vw;
  padding-bottom: 5vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-customer__header {
    padding-top: 0;
    padding-bottom: 10.6666666667vw;
  }
  .p-hospital-customer__header .c-ttl2 {
    margin-bottom: 5.3333333333vw;
  }
}
.p-hospital-customer__header > *:nth-child(2) {
  padding-top: 2.8472222222vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-customer__header > *:nth-child(2) {
    padding-top: 0;
  }
}

.p-hospital-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  padding-top: 6.4583333333vw;
  padding-bottom: 12.1527777778vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-information {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .p-hospital-information .c-ttl2 {
    margin-bottom: 8vw;
  }
}
.p-hospital-information > *:nth-child(2) {
  padding-top: 1.5972222222vw;
}
.p-hospital-information .google-map {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .p-hospital-information .google-map {
    margin-top: 8vw;
  }
}
.p-hospital-information .google-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 690/460;
}
.p-hospital-information .google-map .c-link1, .p-hospital-information .google-map .c-form a, .c-form .p-hospital-information .google-map a, .p-hospital-information .google-map .c-list-qa h3 + * a, .c-list-qa h3 + * .p-hospital-information .google-map a, .p-hospital-information .google-map .c-list-qa .c-box1 h4 + * a, .c-list-qa .c-box1 h4 + * .p-hospital-information .google-map a, .p-hospital-information .google-map .c-box1 .c-list-qa h4 + * a, .c-box1 .c-list-qa h4 + * .p-hospital-information .google-map a, .p-hospital-information .google-map .c-list-qa .c-box1 h5 + * a, .c-list-qa .c-box1 h5 + * .p-hospital-information .google-map a, .p-hospital-information .google-map .c-box1 .c-list-qa h5 + * a, .c-box1 .c-list-qa h5 + * .p-hospital-information .google-map a, .p-hospital-information .google-map .c-list-qa .c-box1 h6 + * a, .c-list-qa .c-box1 h6 + * .p-hospital-information .google-map a, .p-hospital-information .google-map .c-box1 .c-list-qa h6 + * a, .c-box1 .c-list-qa h6 + * .p-hospital-information .google-map a {
  text-align: right;
  margin-top: 0.5em;
}

.p-recruit-career {
  margin-top: 4.3055555556vw;
}
@media screen and (max-width: 750px) {
  .p-recruit-career {
    margin-top: 0;
  }
}
.p-recruit-career > * {
  padding-top: 10.4166666667vw !important;
  padding-bottom: 9.7222222222vw !important;
  color: #fff !important;
}
@media screen and (max-width: 750px) {
  .p-recruit-career > * {
    padding-top: 16vw !important;
    padding-bottom: 16vw !important;
  }
}
.p-recruit-career .c-list-career {
  margin-top: 3.8888888889vw;
}
@media screen and (max-width: 750px) {
  .p-recruit-career .c-list-career {
    margin-top: 10.6666666667vw;
  }
}

.p-recruit-staff {
  padding-top: 10.4166666667vw;
  padding-bottom: 6.7361111111vw;
}
@media screen and (max-width: 750px) {
  .p-recruit-staff {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 750px) {
  .p-recruit-staff .c-block-staff__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}

@media screen and (max-width: 750px) {
  .p-rec-environment {
    padding: 0 !important;
  }
}

.c-block-environment {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 750px) {
  .c-block-environment {
    gap: 0;
  }
}
.c-block-environment > *:nth-child(1) {
  height: 100%;
  width: 52%;
  padding: 0 4.1666666667vw 0;
}
@media screen and (max-width: 750px) {
  .c-block-environment > *:nth-child(1) {
    height: auto;
    width: 100%;
    padding: 16vw 5.3333333333vw 10.6666666667vw;
  }
}
.c-block-environment > *:nth-child(1) .c-ttl1 {
  margin: 1.0416666667vw 0 1.3888888889vw;
}
@media screen and (max-width: 750px) {
  .c-block-environment > *:nth-child(1) .c-ttl1 {
    margin: 4vw 0 0;
  }
}
.c-block-environment > *:nth-child(1) .txt1 {
  margin: 4.0277777778vw 0 4.7916666667vw;
}
@media screen and (max-width: 750px) {
  .c-block-environment > *:nth-child(1) .txt1 {
    margin: 4vw 0 5.3333333333vw;
  }
}

.p-recruit-links {
  margin: 6.9444444444vw 0 6.9444444444vw;
}
@media screen and (max-width: 750px) {
  .p-recruit-links {
    margin: 10.6666666667vw 0 10.6666666667vw;
  }
}

@media screen and (max-width: 750px) {
  .c-recruit-contact {
    padding: 0 !important;
  }
}
.c-recruit-contact .c-block2 {
  padding-top: 9.5833333333vw;
  padding-bottom: 9.5833333333vw;
}
@media screen and (max-width: 750px) {
  .c-recruit-contact .c-block2 {
    padding: 16vw 5.3333333333vw;
  }
}
.c-recruit-contact .c-ttl2 br {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-recruit-contact .c-ttl2 br {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .c-recruit-contact .txt1 br {
    display: none;
  }
}

.p-staff-mv {
  max-width: 100vw;
}

.p-staff-mv__inner {
  width: 100% !important;
  min-height: 100%;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-staff-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-staff-mv__inner .block1 {
  width: calc(50% - 2.0833333333vw);
  padding: 0 3.8194444444vw 0 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .p-staff-mv__inner .block1 {
    width: 100%;
    padding: 10.6666666667vw 0;
  }
}
.p-staff-mv__inner .block1 > * {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  min-height: 100% !important;
  padding: 7.2916666667vw 0 0 0;
}
@media screen and (max-width: 750px) {
  .p-staff-mv__inner .block1 > * {
    padding: 8vw 0;
  }
}
.p-staff-mv__inner .block1 > * .txt1 {
  margin-bottom: 2.4305555556vw;
}
@media screen and (max-width: 750px) {
  .p-staff-mv__inner .block1 > * .txt1 {
    margin-bottom: 5.3333333333vw;
  }
}
.p-staff-mv__inner .block1 > * .txt2 {
  font-size: 2.9166666667vw;
  margin-bottom: 4.7916666667vw;
}
@media screen and (max-width: 750px) {
  .p-staff-mv__inner .block1 > * .txt2 {
    font-size: 5.6vw;
    margin-bottom: 8vw;
  }
}
.p-staff-mv__inner .block2 {
  width: calc(50% + 2.0833333333vw);
}
@media screen and (max-width: 750px) {
  .p-staff-mv__inner .block2 {
    width: 100%;
    padding: 10.6666666667vw 0 0 !important;
  }
}
.p-staff-mv__inner .block2 .img1 {
  width: 100%;
}

.p-staff-main {
  padding-top: 13.6805555556vw;
  padding-bottom: 11.1111111111vw;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media screen and (max-width: 750px) {
  .p-staff-main {
    padding: 5.3333333333vw 0 !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-staff-main .block1 {
  padding: 0 1.3888888889vw 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 750px) {
  .p-staff-main .block1 {
    width: 100%;
    padding: 5.3333333333vw;
    margin: 16vw 0 10.6666666667vw;
    border: solid 1px #212121;
  }
}
.p-staff-main .block1 .c-txt-name2 {
  margin: 1em 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-staff-main .block1 .c-txt-name2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-staff-main .block1 .c-txt-name2 .en {
    font-size: 3.2vw !important;
  }
  .p-staff-main .block1 .c-txt-name2 .ja {
    font-size: 4.2666666667vw !important;
  }
}
.p-staff-main .block1 .txt1 {
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 750px) {
  .p-staff-main .block1 .txt1 {
    font-size: 1em;
  }
}
.p-staff-main .block1 > * {
  max-width: 20.8333333333vw;
}
@media screen and (max-width: 750px) {
  .p-staff-main .block1 > * {
    max-width: none;
  }
}
@media screen and (max-width: 750px) {
  .p-staff-main .block1 .img2 {
    width: 60%;
  }
}
.p-staff-main .block2 {
  padding: 0 0 0 4.1666666667vw;
}
@media screen and (max-width: 750px) {
  .p-staff-main .block2 {
    width: 100%;
    padding: 0;
  }
}
.p-staff-main .block2 h3, .p-staff-main .block2 .c-box1 h4, .c-box1 .p-staff-main .block2 h4, .p-staff-main .block2 .c-box1 h5, .c-box1 .p-staff-main .block2 h5, .p-staff-main .block2 .c-box1 h6, .c-box1 .p-staff-main .block2 h6 {
  font-size: 1.25vw;
  padding-left: 2.2916666667vw;
  position: relative;
  line-height: 1.5;
  margin-bottom: 1.3194444444vw;
}
@media screen and (max-width: 750px) {
  .p-staff-main .block2 h3, .p-staff-main .block2 .c-box1 h4, .c-box1 .p-staff-main .block2 h4, .p-staff-main .block2 .c-box1 h5, .c-box1 .p-staff-main .block2 h5, .p-staff-main .block2 .c-box1 h6, .c-box1 .p-staff-main .block2 h6 {
    font-size: 4.8vw;
    padding-left: 6.4vw;
    margin-bottom: 1.6vw;
  }
}
.p-staff-main .block2 h3::before, .p-staff-main .block2 .c-box1 h4::before, .c-box1 .p-staff-main .block2 h4::before, .p-staff-main .block2 .c-box1 h5::before, .c-box1 .p-staff-main .block2 h5::before, .p-staff-main .block2 .c-box1 h6::before, .c-box1 .p-staff-main .block2 h6::before {
  content: "";
  display: block;
  width: 1.3888888889vw;
  height: 1px;
  background-color: #212121;
  position: absolute;
  top: 0.9027777778vw;
  left: 0;
}
@media screen and (max-width: 750px) {
  .p-staff-main .block2 h3::before, .p-staff-main .block2 .c-box1 h4::before, .c-box1 .p-staff-main .block2 h4::before, .p-staff-main .block2 .c-box1 h5::before, .c-box1 .p-staff-main .block2 h5::before, .p-staff-main .block2 .c-box1 h6::before, .c-box1 .p-staff-main .block2 h6::before {
    width: 4.2666666667vw;
    top: 3.4666666667vw;
  }
}
.p-staff-main .block2 h3:not(:first-child), .p-staff-main .block2 .c-box1 h4:not(:first-child), .c-box1 .p-staff-main .block2 h4:not(:first-child), .p-staff-main .block2 .c-box1 h5:not(:first-child), .c-box1 .p-staff-main .block2 h5:not(:first-child), .p-staff-main .block2 .c-box1 h6:not(:first-child), .c-box1 .p-staff-main .block2 h6:not(:first-child) {
  margin-top: 6.1111111111vw;
}
.p-staff-main .block2 .qa-img:not(:first-child) {
  margin-top: 6.1111111111vw;
}

.p-environment-career {
  padding-bottom: 10.0694444444vw;
}
@media screen and (max-width: 750px) {
  .p-environment-career {
    padding-bottom: 16vw;
  }
}
.p-environment-career .block1 {
  border-top: solid 1px #c1c1c1;
  padding-top: 6.9444444444vw;
  padding-bottom: 4.8611111111vw;
}
@media screen and (max-width: 750px) {
  .p-environment-career .block1 {
    padding-top: 16vw;
    padding-bottom: 10.6666666667vw;
  }
  .p-environment-career .block1 .c-ttl2 {
    font-size: 6.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-environment-career .block1 .txt1 br {
    display: none;
  }
}

.p-environment-employee {
  padding-bottom: 9.0277777778vw;
}
.p-environment-employee > * {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.p-environment-employee .block1 {
  padding-right: 8.3333333333vw;
}
@media screen and (max-width: 750px) {
  .p-environment-employee .block1 {
    padding-right: 0;
  }
}
.p-environment-employee .block1 .c-list3 {
  margin-top: 3.6111111111vw;
}
@media screen and (max-width: 750px) {
  .p-environment-employee .block1 .c-list3 {
    margin: 8vw 0;
  }
}

.p-flow-main {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.p-flow-main .c-list-history, .p-flow-main .c-list-flow {
  margin-top: 0;
}
.p-flow-main .block1 {
  padding: 1.3888888889vw 14.5833333333vw 0 0;
}
@media screen and (max-width: 750px) {
  .p-flow-main .block1 {
    padding: 0 0 16vw;
  }
}
.p-flow-main .block1 .c-ttl2 {
  margin-bottom: 3.6111111111vw;
}
.p-flow-main .c-cta__contact {
  margin: 4.5138888889vw 0 0;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .p-flow-main .c-cta__contact {
    margin: 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 2.6666666667vw;
  }
}
.p-flow-main .c-cta__contact .tel a {
  color: #212121 !important;
}

.p-flow-faq {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  padding-top: 11.1111111111vw;
}
@media screen and (max-width: 750px) {
  .p-flow-faq {
    padding-top: 16vw;
  }
}
.p-flow-faq .block1 .c-ttl2 {
  margin: 1.3888888889vw 0 2.0833333333vw;
}
.p-flow-faq .block2 {
  padding-top: 3.2638888889vw;
}

.p-journal-archive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7777777778vw !important;
}
@media screen and (max-width: 750px) {
  .p-journal-archive-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6666666667vw !important;
  }
}

.p-journal-single {
  width: 59.7222222222vw;
  margin: 0 auto;
  padding-top: 2.3611111111vw;
}
@media screen and (max-width: 750px) {
  .p-journal-single {
    width: 100%;
    padding: 9.0666666667vw 5.3333333333vw 5.3333333333vw !important;
  }
}
.p-journal-single .btn-back {
  margin: 6.9444444444vw auto 0;
}
@media screen and (max-width: 750px) {
  .p-journal-single .btn-back {
    margin: 5.3333333333vw 0 0;
  }
}

.p-journal-single__inner {
  padding-top: 6.1111111111vw;
  padding-bottom: 10.4166666667vw;
  border-top: solid 1px #212121;
}

.p-journal-single__haedr .cat_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em;
}
.p-journal-single__haedr .customer_clinic {
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-journal-single__haedr .customer_clinic {
    font-size: 1em;
  }
}
.p-journal-single__haedr .customer__profile {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .p-journal-single__haedr .customer__profile {
    font-size: 1em;
  }
}
.p-journal-single__haedr h1, .p-journal-single__haedr .c-box1 h2, .c-box1 .p-journal-single__haedr h2, .p-journal-single__haedr .c-box1 h3, .c-box1 .p-journal-single__haedr h3, .p-journal-single__haedr .c-box1 h4, .c-box1 .p-journal-single__haedr h4, .p-journal-single__haedr .c-box1 h5, .c-box1 .p-journal-single__haedr h5, .p-journal-single__haedr .c-box1 h6, .c-box1 .p-journal-single__haedr h6, .p-journal-single__haedr .p-block-404 > * h2, .p-block-404 > * .p-journal-single__haedr h2,
.p-journal-single__haedr .c-block-thanks > * h2,
.c-block-thanks > * .p-journal-single__haedr h2 {
  line-height: 1.4;
  margin: 15px 0;
}
@media screen and (max-width: 750px) {
  .p-journal-single__haedr h1, .p-journal-single__haedr .c-box1 h2, .c-box1 .p-journal-single__haedr h2, .p-journal-single__haedr .c-box1 h3, .c-box1 .p-journal-single__haedr h3, .p-journal-single__haedr .c-box1 h4, .c-box1 .p-journal-single__haedr h4, .p-journal-single__haedr .c-box1 h5, .c-box1 .p-journal-single__haedr h5, .p-journal-single__haedr .c-box1 h6, .c-box1 .p-journal-single__haedr h6, .p-journal-single__haedr .p-block-404 > * h2, .p-block-404 > * .p-journal-single__haedr h2,
  .p-journal-single__haedr .c-block-thanks > * h2,
  .c-block-thanks > * .p-journal-single__haedr h2 {
    margin: 10px 0;
  }
}

.p-journal-single__ttl1 {
  font-size: 2.9166666667vw;
  margin: 0.8333333333vw 0 4.6527777778vw !important;
}
@media screen and (max-width: 750px) {
  .p-journal-single__ttl1 {
    font-size: 6.4vw;
    margin: 3.2vw 0 10.6666666667vw !important;
  }
}

.p-contact-main > * {
  padding-top: 7.9166666667vw;
}
@media screen and (max-width: 750px) {
  .p-contact-main > * {
    padding-top: 16vw;
  }
}

.p-contact-main__inner {
  max-width: 47.2222222222vw !important;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-contact-main__inner {
    max-width: none !important;
    width: 100%;
    padding: 0 !important;
  }
}

@media screen and (max-width: 750px) {
  .p-application-main .block1 {
    padding: 0 0 10.6666666667vw;
  }
}

.p-404 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  border: none;
}
.p-404 .c-mv1__inner {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-404 .c-mv1__inner h2, .p-404 .c-mv1__inner .c-box1 h3, .c-box1 .p-404 .c-mv1__inner h3, .p-404 .c-mv1__inner .c-box1 h4, .c-box1 .p-404 .c-mv1__inner h4, .p-404 .c-mv1__inner .c-box1 h5, .c-box1 .p-404 .c-mv1__inner h5, .p-404 .c-mv1__inner .c-box1 h6, .c-box1 .p-404 .c-mv1__inner h6 {
    font-size: 4.2vw;
  }
}
.p-404 p {
  text-align: center;
}
.p-404 .c-btn1, .p-404 .c-btn1--wh, .p-404 .c-btn1--nb, .p-404 .c-btn1--b, .p-404 .c-btn1--bl {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 750px) {
  .p-404 .c-btn1, .p-404 .c-btn1--wh, .p-404 .c-btn1--nb, .p-404 .c-btn1--b, .p-404 .c-btn1--bl {
    margin-top: 8vw;
  }
}

/*----------------------------------------------------------------
  for JavaScript
-----------------------------------------------------------------*/
/* .js-popup
______________________________________________*/
.js-popup {
  padding: 70px;
  position: fixed;
  max-width: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .js-popup {
    padding: 20px;
  }
}
.js-popup.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.js-popup > * {
  margin: auto;
}
.js-popup button.close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-image: url("../../../../uploads/icon-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .js-popup button.close {
    top: auto;
    right: 50%;
    bottom: 68px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.js-popup [data-popup] {
  position: relative;
}
.js-popup [data-popup].hide {
  display: none;
}

/* .js-pagerList
______________________________________________*/
.js-pagerList .hide {
  display: none;
}

.js-tab-list {
  display: none;
}
.js-tab-list.current {
  display: block;
}

/* .js-imgsList
______________________________________________*/
.js-imgsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.js-imgsList::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.38);
}
.js-imgsList > * {
  width: 33.3333333333%;
  padding-top: 22.5225225225%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .js-imgsList > * {
    width: 25%;
    padding-top: 20.5%;
  }
}
.js-imgsList > * > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.js-imgsList > *.change > *:nth-child(2) {
  opacity: 0;
}

/* .js-tab1
______________________________________________*/
.js-tab > li {
  display: none;
}
.js-tab > li.current {
  display: block;
}

/* .js-fade1
______________________________________________*/
.js-fade1 > * {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.js-fade1 > *.effOn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* .js-fade2
______________________________________________*/
.js-fade2 > * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.js-fade2 > *.effOn {
  opacity: 1;
}

/* .js-fade3
______________________________________________*/
.js-fade3 {
  opacity: 0;
}
.js-fade3.effOn {
  opacity: 1;
}

/* .c-zoombox1
______________________________________________*/
.c-zoombox1 {
  background-color: #ddd;
  position: relative;
  display: block;
  overflow: hidden;
}
.c-zoombox1::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.c-zoombox1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #212121;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-zoombox1:hover {
  opacity: 1;
}
.c-zoombox1:hover::after {
  opacity: 1;
}
.c-zoombox1:hover::before {
  opacity: 1;
}
.c-zoombox1:hover > * {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-zoombox1 > * {
  -webkit-transition: all 1s;
  transition: all 1s;
}

a:hover {
  opacity: 1;
}
a:hover .c-zoombox1::after {
  opacity: 1;
}
a:hover .c-zoombox1::before {
  opacity: 1;
}
a:hover .c-zoombox1 > * {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.js-brights > *,
.js-bright {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-filter: brightness(3);
          filter: brightness(3);
  overflow: hidden;
}
.js-brights > * > *,
.js-bright > * {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.js-bright0n {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.js-bright0n > * {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.js-rollups > *, .c-mv1 .c-mv1__inner h1 > *, .c-mv1 .c-mv1__inner .c-box1 h2 > *, .c-box1 .c-mv1 .c-mv1__inner h2 > *, .c-mv1 .c-mv1__inner .c-box1 h3 > *, .c-box1 .c-mv1 .c-mv1__inner h3 > *, .c-mv1 .c-mv1__inner .c-box1 h4 > *, .c-box1 .c-mv1 .c-mv1__inner h4 > *, .c-mv1 .c-mv1__inner .c-box1 h5 > *, .c-box1 .c-mv1 .c-mv1__inner h5 > *, .c-mv1 .c-mv1__inner .c-box1 h6 > *, .c-box1 .c-mv1 .c-mv1__inner h6 > *, .c-mv1 .c-mv1__inner .p-block-404 > * h2 > *, .p-block-404 > * .c-mv1 .c-mv1__inner h2 > *,
.c-mv1 .c-mv1__inner .c-block-thanks > * h2 > *,
.c-block-thanks > * .c-mv1 .c-mv1__inner h2 > *, .c-ttl1 > * {
  --shadow-color: #212121;
  --distance: 1.5em;
  overflow: hidden;
  color: transparent;
  display: inline-block;
  text-shadow: 0 0 0 var(--shadow-color), 0 var(--distance) 0 var(--shadow-color);
  -webkit-animation: hover-shift 0.25s ease-out forwards;
          animation: hover-shift 0.25s ease-out forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.js-rollups.js-rollups-active > *, .c-mv1 .c-mv1__inner h1.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h2.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h2.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h3.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h3.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h4.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h4.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h5.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h5.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h6.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h6.js-rollups-active > *, .c-mv1 .c-mv1__inner .p-block-404 > * h2.js-rollups-active > *, .p-block-404 > * .c-mv1 .c-mv1__inner h2.js-rollups-active > *,
.c-mv1 .c-mv1__inner .c-block-thanks > * h2.js-rollups-active > *,
.c-block-thanks > * .c-mv1 .c-mv1__inner h2.js-rollups-active > *, .js-rollups-active.c-ttl1 > * {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.js-rollups.--wh > *, .c-mv1 .c-mv1__inner h1.--wh > *, .c-mv1 .c-mv1__inner .c-box1 h2.--wh > *, .c-box1 .c-mv1 .c-mv1__inner h2.--wh > *, .c-mv1 .c-mv1__inner .c-box1 h3.--wh > *, .c-box1 .c-mv1 .c-mv1__inner h3.--wh > *, .c-mv1 .c-mv1__inner .c-box1 h4.--wh > *, .c-box1 .c-mv1 .c-mv1__inner h4.--wh > *, .c-mv1 .c-mv1__inner .c-box1 h5.--wh > *, .c-box1 .c-mv1 .c-mv1__inner h5.--wh > *, .c-mv1 .c-mv1__inner .c-box1 h6.--wh > *, .c-box1 .c-mv1 .c-mv1__inner h6.--wh > *, .c-mv1 .c-mv1__inner .p-block-404 > * h2.--wh > *, .p-block-404 > * .c-mv1 .c-mv1__inner h2.--wh > *,
.c-mv1 .c-mv1__inner .c-block-thanks > * h2.--wh > *,
.c-block-thanks > * .c-mv1 .c-mv1__inner h2.--wh > *, .--wh.c-ttl1 > * {
  --shadow-color: #fff;
  --distance: 1.5em;
  overflow: hidden;
  color: transparent;
  display: inline-block;
  text-shadow: 0 0 0 var(--shadow-color), 0 var(--distance) 0 var(--shadow-color);
  -webkit-animation: hover-shift 0.25s ease-out forwards;
          animation: hover-shift 0.25s ease-out forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.js-rollups.--wh.js-rollups-active > *, .c-mv1 .c-mv1__inner h1.--wh.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h2.--wh.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h2.--wh.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h3.--wh.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h3.--wh.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h4.--wh.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h4.--wh.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h5.--wh.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h5.--wh.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h6.--wh.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h6.--wh.js-rollups-active > *, .c-mv1 .c-mv1__inner .p-block-404 > * h2.--wh.js-rollups-active > *, .p-block-404 > * .c-mv1 .c-mv1__inner h2.--wh.js-rollups-active > *,
.c-mv1 .c-mv1__inner .c-block-thanks > * h2.--wh.js-rollups-active > *,
.c-block-thanks > * .c-mv1 .c-mv1__inner h2.--wh.js-rollups-active > *, .--wh.js-rollups-active.c-ttl1 > * {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.js-rollups.--accent > *, .c-mv1 .c-mv1__inner h1.--accent > *, .c-mv1 .c-mv1__inner .c-box1 h2.--accent > *, .c-box1 .c-mv1 .c-mv1__inner h2.--accent > *, .c-mv1 .c-mv1__inner .c-box1 h3.--accent > *, .c-box1 .c-mv1 .c-mv1__inner h3.--accent > *, .c-mv1 .c-mv1__inner .c-box1 h4.--accent > *, .c-box1 .c-mv1 .c-mv1__inner h4.--accent > *, .c-mv1 .c-mv1__inner .c-box1 h5.--accent > *, .c-box1 .c-mv1 .c-mv1__inner h5.--accent > *, .c-mv1 .c-mv1__inner .c-box1 h6.--accent > *, .c-box1 .c-mv1 .c-mv1__inner h6.--accent > *, .c-mv1 .c-mv1__inner .p-block-404 > * h2.--accent > *, .p-block-404 > * .c-mv1 .c-mv1__inner h2.--accent > *,
.c-mv1 .c-mv1__inner .c-block-thanks > * h2.--accent > *,
.c-block-thanks > * .c-mv1 .c-mv1__inner h2.--accent > *, .--accent.c-ttl1 > * {
  --shadow-color: #bdaa9f;
  --distance: 1.5em;
  overflow: hidden;
  color: transparent;
  display: inline-block;
  text-shadow: 0 0 0 var(--shadow-color), 0 var(--distance) 0 var(--shadow-color);
  -webkit-animation: hover-shift 0.25s ease-out forwards;
          animation: hover-shift 0.25s ease-out forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.js-rollups.--accent.js-rollups-active > *, .c-mv1 .c-mv1__inner h1.--accent.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h2.--accent.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h2.--accent.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h3.--accent.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h3.--accent.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h4.--accent.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h4.--accent.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h5.--accent.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h5.--accent.js-rollups-active > *, .c-mv1 .c-mv1__inner .c-box1 h6.--accent.js-rollups-active > *, .c-box1 .c-mv1 .c-mv1__inner h6.--accent.js-rollups-active > *, .c-mv1 .c-mv1__inner .p-block-404 > * h2.--accent.js-rollups-active > *, .p-block-404 > * .c-mv1 .c-mv1__inner h2.--accent.js-rollups-active > *,
.c-mv1 .c-mv1__inner .c-block-thanks > * h2.--accent.js-rollups-active > *,
.c-block-thanks > * .c-mv1 .c-mv1__inner h2.--accent.js-rollups-active > *, .--accent.js-rollups-active.c-ttl1 > * {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.js-parallax {
  /*
  position: relative;
  overflow: hidden;
  img {
    width: 100%;
    height: auto;
    transform: scale(1.4);
    will-change: transform;
    transition: all 0.5s ease-out;
  }
    */
}

/*----------------------------------------------------------------
  状態管理
-----------------------------------------------------------------*/
/* .is-
______________________________________________*/
@media screen and (min-width: 751px) {
  .is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 6.25vw;
  }
}

/* スクロールエリア */
.is-scrollable {
  overflow: auto; /* スクロール可能にする */
  scrollbar-width: thin; /* Firefox 用 */
  scrollbar-color: rgba(0, 0, 0, 0.5) transparent; /* Firefox 用 */
  /* Webkit（Chrome, Safari, Edge）用 */
}
.is-scrollable::-webkit-scrollbar {
  width: 10px; /* スクロールバーの幅 */
}
.is-scrollable::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5); /* スクロールバーの色 */
  border-radius: 5px; /* 角丸 */
}
.is-scrollable::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1); /* スクロールバーの背景 */
}

.is-tb,
.is-tb-flex,
.is-tb-inline-flex,
.is-tb-inline,
.is-tb-inline-block {
  display: none !important;
}

.is-sp,
.is-sp-flex,
.is-sp-inline-flex,
.is-sp-inline,
.is-sp-inline-block {
  display: none !important;
}

.is-pc {
  display: block !important;
}

.is-pc-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.is-pc-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.is-pc-inline {
  display: inline !important;
}

.is-pc-inline-block {
  display: inline-block !important;
}

@media only screen and (max-width: 750px) {
  .is-pc,
  .is-pc-flex,
  .is-pc-inline-flex,
  .is-pc-inline,
  .is-pc-inline-block {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .is-sp-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .is-sp-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .is-sp-inline {
    display: inline !important;
  }
  .is-sp-inline-block {
    display: inline-block !important;
  }
}
/*----------------------------------------------------------------
    Utilitys
-----------------------------------------------------------------*/
/* テキストの配置 */
.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

/* カラークラス */
.has-vivid-red-color {
  color: #cf2e2e;
}

.has-luminous-vivid-orange-color {
  color: #ff6900;
}

.has-luminous-vivid-amber-color {
  color: #fcb900;
}

.has-light-green-cyan-color {
  color: #7bdcb5;
}

.has-vivid-green-cyan-color {
  color: #00d084;
}

.has-pale-cyan-blue-color {
  color: #8ed1fc;
}

.has-vivid-cyan-blue-color {
  color: #0693e3;
}

.has-very-light-gray-color {
  color: #eeeeee;
}

.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.has-very-dark-gray-color {
  color: #313131;
}

/* 背景カラークラス */
.has-vivid-red-background-color {
  background-color: #cf2e2e;
}

.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}

.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}

.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}

.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}

.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}

.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}

.has-very-light-gray-background-color {
  background-color: #eeeeee;
}

.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}

.has-very-dark-gray-background-color {
  background-color: #313131;
}

/* フォントサイズクラス */
.has-small-font-size {
  font-size: 0.875em;
}

.has-medium-font-size {
  font-size: 1.125em;
}

.has-large-font-size {
  font-size: 2.25em;
}

.has-huge-font-size {
  font-size: 3em;
}

/* 配置クラス */
.alignfull {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.alignwide {
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

/* ボーダークラス */
.has-border {
  border: 1px solid #000;
}

.has-border-radius {
  border-radius: var(--wp--preset--border--radius, 0.5rem);
}

/* スペーシング */
.has-custom-spacing {
  margin: var(--wp--preset--spacing--margin, 0);
  padding: var(--wp--preset--spacing--padding, 0);
}

/* リンクカラー */
.has-link-color a {
  color: var(--wp--preset--color--link, #0000ee);
  text-decoration: underline;
}

/*----------------------------------------------------------------
    Utilitys
-----------------------------------------------------------------*/
/* テキストの配置 */
.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

/* カラークラス */
.has-vivid-red-color {
  color: #cf2e2e;
}

.has-luminous-vivid-orange-color {
  color: #ff6900;
}

.has-luminous-vivid-amber-color {
  color: #fcb900;
}

.has-light-green-cyan-color {
  color: #7bdcb5;
}

.has-vivid-green-cyan-color {
  color: #00d084;
}

.has-pale-cyan-blue-color {
  color: #8ed1fc;
}

.has-vivid-cyan-blue-color {
  color: #0693e3;
}

.has-very-light-gray-color {
  color: #eeeeee;
}

.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.has-very-dark-gray-color {
  color: #313131;
}

/* 背景カラークラス */
.has-vivid-red-background-color {
  background-color: #cf2e2e;
}

.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}

.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}

.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}

.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}

.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}

.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}

.has-very-light-gray-background-color {
  background-color: #eeeeee;
}

.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}

.has-very-dark-gray-background-color {
  background-color: #313131;
}

/* フォントサイズクラス */
.has-small-font-size {
  font-size: 0.875em;
}

.has-medium-font-size {
  font-size: 1.125em;
}

.has-large-font-size {
  font-size: 2.25em;
}

.has-huge-font-size {
  font-size: 3em;
}

/* 配置クラス */
.alignfull {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.alignwide {
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

/* ボーダークラス */
.has-border {
  border: 1px solid #000;
}

.has-border-radius {
  border-radius: var(--wp--preset--border--radius, 0.5rem);
}

/* スペーシング */
.has-custom-spacing {
  margin: var(--wp--preset--spacing--margin, 0);
  padding: var(--wp--preset--spacing--padding, 0);
}

/* リンクカラー */
.has-link-color a {
  color: var(--wp--preset--color--link, #0000ee);
  text-decoration: underline;
}

.u-flex-center {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/*----------------------------------------------------------------
	Print
-----------------------------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}