@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.js-breakpointSp {
  width: 750px;
}

.js-viewportWidthSp {
  width: 375px;
}

.js-viewportWidthTb {
  width: 1280px;
}

.js-viewportWidthPc {
  width: 1440px;
}

/*----------------------------------------------------------------
  reset
-----------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
body.en-US .c-form 入力してください。 .p-block-404 > * h2,
body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h3,
.c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h3,
body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h4,
.c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h4,
body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h5,
.c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h5,
body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h6,
.c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h6,
.c-block-thanks > * h2,
.c-block-thanks > * .c-box1 h3,
.c-box1 .c-block-thanks > * h3,
.c-block-thanks > * .c-box1 h4,
.c-box1 .c-block-thanks > * h4,
.c-block-thanks > * .c-box1 h5,
.c-box1 .c-block-thanks > * h5,
.c-block-thanks > * .c-box1 h6,
.c-box1 .c-block-thanks > * h6,
.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: 1280px;
  --theme-clr: #aaa;
}
html.js-modalOpen, html.is-hamburger-open {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 375px) {
  html {
    min-width: 0;
  }
}

body {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  color: #393939;
  background-color: #fff;
  min-height: 100%;
}
@media screen and (max-width: 375px) {
  body {
    font-size: 1.8rem;
    line-height: 1.8;
    overflow-x: hidden;
    padding-top: 77px;
  }
}

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

body.en-US p {
  line-height: 1.5;
}

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: #0378d2;
}

strong {
  color: #0378d2;
}

hr {
  border-top: 1px solid #ddd !important;
  margin: 3em 0;
}

h1, body.en-US .c-form 入力してください。 .p-block-404 > * h2, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h3, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h3, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h4, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h4, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h5, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h5, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h6, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h6,
.c-block-thanks > * h2,
.c-block-thanks > * .c-box1 h3,
.c-box1 .c-block-thanks > * h3,
.c-block-thanks > * .c-box1 h4,
.c-box1 .c-block-thanks > * h4,
.c-block-thanks > * .c-box1 h5,
.c-box1 .c-block-thanks > * h5,
.c-block-thanks > * .c-box1 h6,
.c-box1 .c-block-thanks > * h6, .c-box1 h2, .c-box1 h3, .c-box1 h4, .c-box1 h5, .c-box1 h6,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  line-height: 1.4;
}
h1 strong, body.en-US .c-form 入力してください。 .p-block-404 > * h2 strong, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h3 strong, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h3 strong, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h4 strong, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h4 strong, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h5 strong, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h5 strong, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h6 strong, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h6 strong,
.c-block-thanks > * h2 strong,
.c-block-thanks > * .c-box1 h3 strong,
.c-box1 .c-block-thanks > * h3 strong,
.c-block-thanks > * .c-box1 h4 strong,
.c-box1 .c-block-thanks > * h4 strong,
.c-block-thanks > * .c-box1 h5 strong,
.c-box1 .c-block-thanks > * h5 strong,
.c-block-thanks > * .c-box1 h6 strong,
.c-box1 .c-block-thanks > * h6 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: #0378d2;
}

h1, body.en-US .c-form 入力してください。 .p-block-404 > * h2, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h3, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h3, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h4, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h4, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h5, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h5, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h6, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h6,
.c-block-thanks > * h2,
.c-block-thanks > * .c-box1 h3,
.c-box1 .c-block-thanks > * h3,
.c-block-thanks > * .c-box1 h4,
.c-box1 .c-block-thanks > * h4,
.c-block-thanks > * .c-box1 h5,
.c-box1 .c-block-thanks > * h5,
.c-block-thanks > * .c-box1 h6,
.c-box1 .c-block-thanks > * h6, .c-box1 h2, .c-box1 h3, .c-box1 h4, .c-box1 h5, .c-box1 h6 {
  font-size: 3.2rem;
}
@media screen and (max-width: 375px) {
  h1, body.en-US .c-form 入力してください。 .p-block-404 > * h2, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h3, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h3, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h4, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h4, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h5, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h5, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h6, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h6,
  .c-block-thanks > * h2,
  .c-block-thanks > * .c-box1 h3,
  .c-box1 .c-block-thanks > * h3,
  .c-block-thanks > * .c-box1 h4,
  .c-box1 .c-block-thanks > * h4,
  .c-block-thanks > * .c-box1 h5,
  .c-box1 .c-block-thanks > * h5,
  .c-block-thanks > * .c-box1 h6,
  .c-box1 .c-block-thanks > * h6, .c-box1 h2, .c-box1 h3, .c-box1 h4, .c-box1 h5, .c-box1 h6 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

h2, .c-box1 h3, .c-box1 h4, .c-box1 h5, .c-box1 h6 {
  font-size: 2.4rem;
}
@media screen and (max-width: 375px) {
  h2, .c-box1 h3, .c-box1 h4, .c-box1 h5, .c-box1 h6 {
    font-size: 2.4rem;
  }
}

h3, .c-box1 h4, .c-box1 h5, .c-box1 h6 {
  font-size: 2rem;
}
@media screen and (max-width: 375px) {
  h3, .c-box1 h4, .c-box1 h5, .c-box1 h6 {
    font-size: 2rem;
  }
}

h4, .c-box1 h5, .c-box1 h6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 375px) {
  h4, .c-box1 h5, .c-box1 h6 {
    font-size: 1.4rem;
  }
}

h5, .c-box1 h6 {
  font-size: 1.4rem;
}
@media screen and (max-width: 375px) {
  h5, .c-box1 h6 {
    font-size: 1.2rem;
  }
}

table {
  width: 100%;
}
table th {
  text-align: left;
}

rt {
  line-height: 0;
}

/* 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: 375px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

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

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

/* 一旦Repot コンテンツ非表示
______________________________________________*/
.c-btn-download,
.c-btn-download-m,
.p-top-report {
  display: none !important;
}

/*----------------------------------------------------------------
  Wordpress エディター
-----------------------------------------------------------------*/
.editor-styles-wrapper {
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  color: #393939;
  background-color: white;
  min-height: 100%;
  padding: 2em 4em;
  max-width: 100%;
  position: relative;
}
.editor-styles-wrapper .wp-block-post-title {
  max-width: none;
}
.editor-styles-wrapper .wp-block-post-content {
  position: relative;
}
.editor-styles-wrapper .c-video {
  pointer-events: none;
}

html :where(.wp-block) {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
}

.editor-visual-editor__post-title-wrapper,
.edit-post-visual-editor__post-title-wrapper {
  padding: 1em 0;
  margin: 0 0 2em !important;
  border-bottom: solid 1px #ddd;
}
.editor-visual-editor__post-title-wrapper > *,
.edit-post-visual-editor__post-title-wrapper > * {
  position: relative;
  border: solid 1px #ddd;
  padding: 0.3em 1em;
  background-color: #f0f0f0;
  font-size: 1.2em;
  font-weight: normal;
}

/* エディタ上の追加ラッパーを中身だけ透過して前面に表示 */
/* ブロックエディタ内の button をリセット */
.acf-block-body .acf-block-preview button,
.acf-block-body .acf-block-preview input[type=submit],
.acf-block-body .acf-block-preview input[type=button],
.acf-block-body .acf-block-preview input[type=reset] {
  display: inline-block;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  color: #393939;
  text-decoration: none;
  text-align: left;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.acf-field textarea {
  border: solid 1px #ddd;
}

.e-block-btn {
  padding: 10px 20px;
  border-radius: 2px;
  border: solid 1px #222;
}

/*----------------------------------------------------------------
    layout
-----------------------------------------------------------------*/
/* inner
______________________________________________*/
.l-innerA, .l-inner1, .c-mv2 > *, .l-main__inner, .l-inner2, .p-top-service__inner, .p-top-news__inner, .f-service-nav > *, .f-container, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content,
.post-type-news .editor-styles-wrapper .wp-block-post-content,
.post-type-post .editor-styles-wrapper .wp-block-post-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 375px) {
  .l-innerA, .l-inner1, .c-mv2 > *, .l-main__inner, .l-inner2, .p-top-service__inner, .p-top-news__inner, .f-service-nav > *, .f-container, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content,
  .post-type-news .editor-styles-wrapper .wp-block-post-content,
  .post-type-post .editor-styles-wrapper .wp-block-post-content {
    max-width: none;
  }
}

.l-inner1, .c-mv2 > *, .l-main__inner, .l-inner2, .p-top-service__inner, .p-top-news__inner, .f-service-nav > *, .f-container, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content,
.post-type-news .editor-styles-wrapper .wp-block-post-content,
.post-type-post .editor-styles-wrapper .wp-block-post-content {
  max-width: 1040px;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 375px) {
  .l-inner1, .c-mv2 > *, .l-main__inner, .l-inner2, .p-top-service__inner, .p-top-news__inner, .f-service-nav > *, .f-container, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content,
  .post-type-news .editor-styles-wrapper .wp-block-post-content,
  .post-type-post .editor-styles-wrapper .wp-block-post-content {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.l-inner2, .p-top-service__inner, .p-top-news__inner, .f-service-nav > *, .f-container {
  max-width: 1400px;
}

.l-main {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 375px) {
  .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: 375px) {
  .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: 375px) {
  .l-btn-area1 {
    padding: 22px 0 0;
  }
}
@media screen and (max-width: 375px) {
  .l-btn-area1 .c-btn1-m {
    width: 100%;
  }
}

/*----------------------------------------------------------------
    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, .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-news .editor-styles-wrapper .wp-block-post-content h2,
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h3,
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h4,
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h5,
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h6,
.c-box1 .post-type-news .editor-styles-wrapper .wp-block-post-content h3,
.c-box1 .post-type-news .editor-styles-wrapper .wp-block-post-content h4,
.c-box1 .post-type-news .editor-styles-wrapper .wp-block-post-content h5,
.c-box1 .post-type-news .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), .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-news .editor-styles-wrapper .wp-block-post-content h2:nth-of-type(1),
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h3:nth-of-type(1),
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h4:nth-of-type(1),
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h5:nth-of-type(1),
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1),
.c-box1 .post-type-news .editor-styles-wrapper .wp-block-post-content h3:nth-of-type(1),
.c-box1 .post-type-news .editor-styles-wrapper .wp-block-post-content h4:nth-of-type(1),
.c-box1 .post-type-news .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1),
.c-box1 .post-type-news .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, .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-news .editor-styles-wrapper .wp-block-post-content h3,
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h4,
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h5,
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h6,
.c-box1 .post-type-news .editor-styles-wrapper .wp-block-post-content h4,
.c-box1 .post-type-news .editor-styles-wrapper .wp-block-post-content h5,
.c-box1 .post-type-news .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), .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-news .editor-styles-wrapper .wp-block-post-content h3:nth-of-type(1),
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h4:nth-of-type(1),
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h5:nth-of-type(1),
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1),
.c-box1 .post-type-news .editor-styles-wrapper .wp-block-post-content h4:nth-of-type(1),
.c-box1 .post-type-news .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1),
.c-box1 .post-type-news .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, .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-news .editor-styles-wrapper .wp-block-post-content h4,
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h5,
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h6,
.c-box1 .post-type-news .editor-styles-wrapper .wp-block-post-content h5,
.c-box1 .post-type-news .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), .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-news .editor-styles-wrapper .wp-block-post-content h4:nth-of-type(1),
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h5:nth-of-type(1),
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1),
.c-box1 .post-type-news .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1),
.c-box1 .post-type-news .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, .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-news .editor-styles-wrapper .wp-block-post-content h5,
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h6,
.c-box1 .post-type-news .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), .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-news .editor-styles-wrapper .wp-block-post-content h5:nth-of-type(1),
.post-type-news .editor-styles-wrapper .wp-block-post-content .c-box1 h6:nth-of-type(1),
.c-box1 .post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h6,
.post-type-news .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), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content h6:nth-of-type(1),
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content section,
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content > p,
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content a,
.post-type-news .editor-styles-wrapper .wp-block-post-content a,
.post-type-post .editor-styles-wrapper .wp-block-post-content a {
  color: #0378d2;
}
.c-post strong, .c-box2 strong, .c-box1 strong, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content strong,
.post-type-news .editor-styles-wrapper .wp-block-post-content strong,
.post-type-post .editor-styles-wrapper .wp-block-post-content strong {
  color: #0378d2;
}
.c-post em, .c-box2 em, .c-box1 em, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content em,
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote,
.post-type-news .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,
.post-type-testimonials .editor-styles-wrapper .wp-block-post-content q,
.post-type-news .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: 375px) {
  .c-post blockquote, .c-box2 blockquote, .c-box1 blockquote, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote,
  .post-type-news .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,
  .post-type-testimonials .editor-styles-wrapper .wp-block-post-content q,
  .post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote::before,
.post-type-news .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,
.post-type-testimonials .editor-styles-wrapper .wp-block-post-content q::before,
.post-type-news .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: 375px) {
  .c-post blockquote::before, .c-box2 blockquote::before, .c-box1 blockquote::before, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote::before,
  .post-type-news .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,
  .post-type-testimonials .editor-styles-wrapper .wp-block-post-content q::before,
  .post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote footer,
.post-type-news .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,
.post-type-testimonials .editor-styles-wrapper .wp-block-post-content q footer,
.post-type-news .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: 375px) {
  .c-post blockquote footer, .c-box2 blockquote footer, .c-box1 blockquote footer, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote footer,
  .post-type-news .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,
  .post-type-testimonials .editor-styles-wrapper .wp-block-post-content q footer,
  .post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content blockquote a,
.post-type-news .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,
.post-type-testimonials .editor-styles-wrapper .wp-block-post-content q a,
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content img,
.post-type-news .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;
  max-width: 712px !important;
  margin: 1.2em auto;
}
@media screen and (max-width: 375px) {
  .c-post img, .c-box2 img, .c-box1 img, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content img,
  .post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .wp-element-caption,
.post-type-news .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: 375px) {
  .c-post .wp-element-caption, .c-box2 .wp-element-caption, .c-box1 .wp-element-caption, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .wp-element-caption,
  .post-type-news .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), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard),
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ol,
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ol > li,
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ol > li::before,
.post-type-news .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: bold;
}
.c-post ol > li b, .c-box2 ol > li b, .c-box1 ol > li b, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content ol > li b,
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .checkerboard,
.post-type-news .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: 375px) {
  .c-post .checkerboard, .c-box2 .checkerboard, .c-box1 .checkerboard, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .checkerboard,
  .post-type-news .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 > *, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .checkerboard > *,
.post-type-news .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), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .checkerboard > *:nth-child(even),
.post-type-news .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: #fff;
}
.c-post .wp-caption, .c-box2 .wp-caption, .c-box1 .wp-caption, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .wp-caption,
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .wp-caption-dd,
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .imgBox,
.post-type-news .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: 375px) {
  .c-post .imgBox, .c-box2 .imgBox, .c-box1 .imgBox, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .imgBox,
  .post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table,
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table th,
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table ul,
.post-type-news .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, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content .is-layout-flex,
.post-type-news .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, .h-header {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

/*----------------------------------------------------------------
  Table
-----------------------------------------------------------------*/
/* table
______________________________________________*/
/* .c-table1
______________________________________________*/
.c-table1, .c-post table, .c-box2 table, .c-box1 table, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table,
.post-type-news .editor-styles-wrapper .wp-block-post-content table,
.post-type-post .editor-styles-wrapper .wp-block-post-content table, .wp-block-table table {
  width: 100%;
  line-height: 1.9;
}
@media screen and (max-width: 375px) {
  .c-table1, .c-post table, .c-box2 table, .c-box1 table, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table,
  .post-type-news .editor-styles-wrapper .wp-block-post-content table,
  .post-type-post .editor-styles-wrapper .wp-block-post-content table, .wp-block-table table {
    border-bottom: solid 1px #dddddd;
  }
}
.c-table1 > * > tr > th, .c-post table > * > tr > th, .c-box2 table > * > tr > th, .c-box1 table > * > tr > th, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table > * > tr > th,
.post-type-news .editor-styles-wrapper .wp-block-post-content table > * > tr > th,
.post-type-post .editor-styles-wrapper .wp-block-post-content table > * > tr > th, .wp-block-table table > * > tr > th,
.c-table1 > * > tr > td,
.c-post table > * > tr > td,
.c-box2 table > * > tr > td,
.c-box1 table > * > tr > td,
.post-type-testimonials .editor-styles-wrapper .wp-block-post-content table > * > tr > td,
.post-type-news .editor-styles-wrapper .wp-block-post-content table > * > tr > td,
.post-type-post .editor-styles-wrapper .wp-block-post-content table > * > tr > td,
.wp-block-table table > * > tr > td {
  padding: 0.6em 0.8em !important;
  border: none;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  text-align: left;
}
@media screen and (max-width: 375px) {
  .c-table1 > * > tr > th, .c-post table > * > tr > th, .c-box2 table > * > tr > th, .c-box1 table > * > tr > th, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table > * > tr > th,
  .post-type-news .editor-styles-wrapper .wp-block-post-content table > * > tr > th,
  .post-type-post .editor-styles-wrapper .wp-block-post-content table > * > tr > th, .wp-block-table table > * > tr > th,
  .c-table1 > * > tr > td,
  .c-post table > * > tr > td,
  .c-box2 table > * > tr > td,
  .c-box1 table > * > tr > td,
  .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table > * > tr > td,
  .post-type-news .editor-styles-wrapper .wp-block-post-content table > * > tr > td,
  .post-type-post .editor-styles-wrapper .wp-block-post-content table > * > tr > td,
  .wp-block-table table > * > tr > td {
    display: block;
  }
}
.c-table1 > * > tr > td:nth-child(1), .c-post table > * > tr > td:nth-child(1), .c-box2 table > * > tr > td:nth-child(1), .c-box1 table > * > tr > td:nth-child(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table > * > tr > td:nth-child(1),
.post-type-news .editor-styles-wrapper .wp-block-post-content table > * > tr > td:nth-child(1),
.post-type-post .editor-styles-wrapper .wp-block-post-content table > * > tr > td:nth-child(1), .wp-block-table table > * > tr > td:nth-child(1),
.c-table1 > * > tr > th,
.c-post table > * > tr > th,
.c-box2 table > * > tr > th,
.c-box1 table > * > tr > th,
.post-type-testimonials .editor-styles-wrapper .wp-block-post-content table > * > tr > th,
.post-type-news .editor-styles-wrapper .wp-block-post-content table > * > tr > th,
.post-type-post .editor-styles-wrapper .wp-block-post-content table > * > tr > th,
.wp-block-table table > * > tr > th {
  width: 200px;
  vertical-align: middle;
  background-color: #f2f8ff !important;
}
@media screen and (max-width: 375px) {
  .c-table1 > * > tr > td:nth-child(1), .c-post table > * > tr > td:nth-child(1), .c-box2 table > * > tr > td:nth-child(1), .c-box1 table > * > tr > td:nth-child(1), .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table > * > tr > td:nth-child(1),
  .post-type-news .editor-styles-wrapper .wp-block-post-content table > * > tr > td:nth-child(1),
  .post-type-post .editor-styles-wrapper .wp-block-post-content table > * > tr > td:nth-child(1), .wp-block-table table > * > tr > td:nth-child(1),
  .c-table1 > * > tr > th,
  .c-post table > * > tr > th,
  .c-box2 table > * > tr > th,
  .c-box1 table > * > tr > th,
  .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table > * > tr > th,
  .post-type-news .editor-styles-wrapper .wp-block-post-content table > * > tr > th,
  .post-type-post .editor-styles-wrapper .wp-block-post-content table > * > tr > th,
  .wp-block-table table > * > tr > th {
    width: 100%;
    border-bottom: none;
    padding: 1em 0 0;
  }
}
.c-table1 > * > tr > td, .c-post table > * > tr > td, .c-box2 table > * > tr > td, .c-box1 table > * > tr > td, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table > * > tr > td,
.post-type-news .editor-styles-wrapper .wp-block-post-content table > * > tr > td,
.post-type-post .editor-styles-wrapper .wp-block-post-content table > * > tr > td, .wp-block-table table > * > tr > td {
  padding: 1em 0 1em 1em;
}
@media screen and (max-width: 375px) {
  .c-table1 > * > tr > td, .c-post table > * > tr > td, .c-box2 table > * > tr > td, .c-box1 table > * > tr > td, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table > * > tr > td,
  .post-type-news .editor-styles-wrapper .wp-block-post-content table > * > tr > td,
  .post-type-post .editor-styles-wrapper .wp-block-post-content table > * > tr > td, .wp-block-table table > * > tr > td {
    padding: 0 0 1em;
    border-top: none;
    border-bottom: none;
  }
}
.c-table1 a, .c-post table a, .c-box2 table a, .c-box1 table a, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table a,
.post-type-news .editor-styles-wrapper .wp-block-post-content table a,
.post-type-post .editor-styles-wrapper .wp-block-post-content table a, .wp-block-table table a {
  color: #0378d2;
}
/*----------------------------------------------------------------
  HEADER
-----------------------------------------------------------------*/
/* .h-header
______________________________________________*/
.h-header {
  position: fixed;
  z-index: 20;
  min-width: 1280px;
  top: 15px;
  left: 20px;
  width: calc(100% - 40px);
  height: 80px;
  padding: 0 20px;
  gap: 130px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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: 375px) {
  .h-header {
    min-width: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 77px;
    padding: 0 16px;
    border-radius: 0;
    background-color: #fff;
  }
}

.h-inner-l {
  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: 30px;
}
@media screen and (max-width: 375px) {
  .h-inner-l {
    gap: 7px;
  }
}

@media screen and (max-width: 375px) {
  .h-inner-r {
    background-color: #0378d2;
    top: 77px;
    left: 0;
    width: 100%;
    max-height: calc(100% - 77px);
    overflow-y: scroll;
    z-index: 10;
    display: block !important;
    padding-bottom: 24px;
  }
  .h-inner-r .c-btn-download, .h-inner-r .c-btn-download-m {
    margin: 24px 0 0 24px;
    width: calc(100% - 48px);
  }
}

.h-btn1 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  gap: 10px;
  width: 50px;
  height: 33px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 3px;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
  text-decoration: none;
}
@media screen and (hover: hover) and (min-width: 376px) {
  .h-btn1 a:hover {
    background-color: #f3f3f3;
  }
}

.h-logo {
  width: 251px;
}
@media screen and (max-width: 375px) {
  .h-logo {
    width: 180px;
  }
}
.h-logo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 376px) {
  .is-scroll.is-scrollDown .h-header {
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
  }
}
.is-hamburger-open .h-bg,
.is-gnav-submenu-open .h-bg {
  opacity: 1;
  pointer-events: auto;
}

/* .h-gnav
______________________________________________*/
@media screen and (max-width: 375px) {
  .h-gnav {
    background-color: #0378d2;
  }
}
.h-gnav > ul {
  gap: 30px;
  margin-right: 40px;
  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: 375px) {
  .h-gnav > ul {
    display: block;
    height: auto;
    margin-right: 0;
    width: 100%;
  }
}
.h-gnav > ul > li {
  position: relative;
}
@media screen and (max-width: 375px) {
  .h-gnav > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.h-gnav > ul > li > a {
  height: 80px;
  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.6rem;
  color: #000000;
}
@media screen and (hover: hover) and (min-width: 376px) {
  .h-gnav > ul > li > a:hover {
    color: #0378d2;
  }
}
@media screen and (max-width: 375px) {
  .h-gnav > ul > li > a {
    height: 70px;
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 24px;
    font-weight: bold;
  }
}
@media screen and (min-width: 376px) {
  .h-gnav > ul > li.current-menu-item:not(.hash) > a, .h-gnav > ul > li.current-menu-parent:not(.hash) > a {
    color: #0378d2;
  }
}
@media screen and (max-width: 375px) {
  .h-gnav > ul > li.menu-item-has-children > a {
    background-image: url("../../../../uploads/icon-plus.svg");
    background-size: 19px auto;
    background-repeat: no-repeat;
    background-position: center right 26px;
  }
}
@media screen and (min-width: 376px) {
  .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: #0378d2;
  }
}
@media screen and (min-width: 376px) and (hover: hover) and (min-width: 376px) {
  .h-gnav > ul .sub-menu a:hover {
    color: #0378d2;
    text-decoration: underline !important;
  }
}
@media screen and (max-width: 375px) {
  .h-gnav > ul .sub-menu {
    padding: 0 24px;
    margin-top: -15px;
    margin-bottom: 18px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .h-gnav > ul .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .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;
    height: 45px;
    margin-bottom: 8px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: normal;
  }
}
@media screen and (max-width: 375px) {
  .h-gnav > ul .open.menu-item-has-children > a {
    background-image: url("../../../../uploads/icon-minus.svg");
  }
}
@media screen and (min-width: 376px) {
  .h-gnav > ul .open .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 375px) {
  .h-gnav > ul .open .sub-menu {
    max-height: 400px;
  }
}

@media screen and (max-width: 375px) {
  .js-hamburger-menu {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: fixed;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@media screen and (max-width: 375px) {
  .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: 375px) {
  .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: 45px;
    height: 45px;
    background-color: #0378d2;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 100;
    border-radius: 5px;
  }
  .js-hamburger-btn > i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18px;
    height: 16px;
    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: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.7rem;
    line-height: 1;
    color: #0378d2;
  }
}

.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-container {
  text-align: center;
  -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;
  padding-top: 80px;
  padding-bottom: 50px;
  font-size: 1.4rem;
}
@media screen and (max-width: 375px) {
  .f-container {
    padding-top: 60px;
    padding-bottom: 50px;
    line-height: 17px;
  }
}
.f-container hr {
  width: 100%;
  margin: 53px 0 15px !important;
}
@media screen and (max-width: 375px) {
  .f-container hr {
    margin: 36px 0 23px !important;
  }
}

.f-main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 375px) {
  .f-main-nav {
    padding: 6px 0 0;
  }
}
.f-main-nav a {
  color: #393939;
}

.f-logo {
  width: 139px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .f-logo {
    width: 100px;
  }
}

.f-logo-co {
  width: auto;
  height: 38px;
  display: block;
  margin: 51px auto 15px !important;
}
@media screen and (max-width: 375px) {
  .f-logo-co {
    height: 34px;
    margin: 35px auto 9px !important;
  }
}
.f-logo-co img {
  width: auto;
  height: 100%;
}

.f-bottom {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 375px) {
  .f-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.f-bottom__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 375px) {
  .f-bottom__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    width: 100%;
    padding-bottom: 29px;
  }
}
.f-bottom__nav a {
  color: #393939;
}

.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: 375px) {
  .f-copyright {
    text-align: left;
  }
}

/*----------------------------------------------------------------
  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: 375px) {
  .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: #f2f8ff;
}
@media screen and (max-width: 375px) {
  .c-box2 {
    padding: 16px !important;
  }
}
.c-box2 ul > li::before {
  background-color: #393939 !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: #0378d2;
}

/*----------------------------------------------------------------
    Block
-----------------------------------------------------------------*/
/* .c-hero
______________________________________________*/
.c-hero {
  position: relative;
  width: 100%;
  height: 725px;
  min-height: 400px;
}
@media screen and (max-width: 375px) {
  .c-hero {
    height: 558px;
  }
}
.c-hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-hero .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-hero-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
  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;
}
@media screen and (max-width: 375px) {
  .c-hero-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 40px 24px;
  }
}
.c-hero-inner .ttl1 {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .c-hero-inner .ttl1 {
    font-size: 3.1rem;
  }
}
.c-hero-inner .txt1 {
  color: #fff;
  margin: 18px 0 60px;
}
@media screen and (max-width: 375px) {
  .c-hero-inner .txt1 {
    font-size: 1.8rem;
    margin: auto 0 30px;
  }
  .c-hero-inner .txt1 br {
    display: none;
  }
}
.c-hero-inner .nav {
  gap: 22px;
}
@media screen and (max-width: 375px) {
  .c-hero-inner .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 8px;
  }
}

.c-cta {
  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;
  padding: 130px 60px;
  height: 474px;
  background: -webkit-gradient(linear, left bottom, left top, from(#102e41), to(#102e41)), rgba(0, 0, 0, 0.64);
  background: -webkit-linear-gradient(bottom, #102e41, #102e41), rgba(0, 0, 0, 0.64);
  background: linear-gradient(0deg, #102e41, #102e41), rgba(0, 0, 0, 0.64);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .c-cta {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 60px 24px;
    height: auto;
  }
}
.c-cta h2, .c-cta .c-box1 h3, .c-box1 .c-cta h3, .c-cta .c-box1 h4, .c-box1 .c-cta h4, .c-cta .c-box1 h5, .c-box1 .c-cta h5, .c-cta .c-box1 h6, .c-box1 .c-cta h6 {
  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: 2.2rem;
}
@media screen and (max-width: 375px) {
  .c-cta h2, .c-cta .c-box1 h3, .c-box1 .c-cta h3, .c-cta .c-box1 h4, .c-box1 .c-cta h4, .c-cta .c-box1 h5, .c-box1 .c-cta h5, .c-cta .c-box1 h6, .c-box1 .c-cta h6 {
    font-size: 1.6rem;
  }
}
.c-cta h3, .c-cta .c-box1 h4, .c-box1 .c-cta h4, .c-cta .c-box1 h5, .c-box1 .c-cta h5, .c-cta .c-box1 h6, .c-box1 .c-cta h6 {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #ffffff;
  margin: 8px 0 58px;
}
@media screen and (max-width: 375px) {
  .c-cta h3, .c-cta .c-box1 h4, .c-box1 .c-cta h4, .c-cta .c-box1 h5, .c-box1 .c-cta h5, .c-cta .c-box1 h6, .c-box1 .c-cta h6 {
    font-size: 2.4rem;
    margin: 8px 0 45px;
  }
}
.c-cta .nav {
  gap: 20px;
}
@media screen and (max-width: 375px) {
  .c-cta .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-mv1 {
  height: 450px;
  position: relative;
  z-index: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px;
}
@media screen and (max-width: 375px) {
  .c-mv1 {
    height: 180px;
    padding: 0 24px;
  }
}
.c-mv1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-mv1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-linear-gradient(356.81deg, rgba(3, 120, 210, 0.6) 25.95%, rgba(0, 0, 0, 0) 99.3%);
  background: linear-gradient(93.19deg, rgba(3, 120, 210, 0.6) 25.95%, rgba(0, 0, 0, 0) 99.3%);
}
.c-mv1 h1, .c-mv1 body.en-US .c-form 入力してください。 .p-block-404 > * h2, body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv1 h2, .c-mv1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h3, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv1 h3, .c-mv1 .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h3, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv1 h3, .c-mv1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h4, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv1 h4, .c-mv1 .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h4, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv1 h4, .c-mv1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h5, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv1 h5, .c-mv1 .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h5, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv1 h5, .c-mv1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h6, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv1 h6, .c-mv1 .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h6, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv1 h6,
.c-mv1 .c-block-thanks > * h2,
.c-block-thanks > * .c-mv1 h2,
.c-mv1 .c-block-thanks > * .c-box1 h3,
.c-block-thanks > * .c-box1 .c-mv1 h3,
.c-mv1 .c-box1 .c-block-thanks > * h3,
.c-box1 .c-block-thanks > * .c-mv1 h3,
.c-mv1 .c-block-thanks > * .c-box1 h4,
.c-block-thanks > * .c-box1 .c-mv1 h4,
.c-mv1 .c-box1 .c-block-thanks > * h4,
.c-box1 .c-block-thanks > * .c-mv1 h4,
.c-mv1 .c-block-thanks > * .c-box1 h5,
.c-block-thanks > * .c-box1 .c-mv1 h5,
.c-mv1 .c-box1 .c-block-thanks > * h5,
.c-box1 .c-block-thanks > * .c-mv1 h5,
.c-mv1 .c-block-thanks > * .c-box1 h6,
.c-block-thanks > * .c-box1 .c-mv1 h6,
.c-mv1 .c-box1 .c-block-thanks > * h6,
.c-box1 .c-block-thanks > * .c-mv1 h6, .c-mv1 .c-box1 h2, .c-box1 .c-mv1 h2, .c-mv1 .c-box1 h3, .c-box1 .c-mv1 h3, .c-mv1 .c-box1 h4, .c-box1 .c-mv1 h4, .c-mv1 .c-box1 h5, .c-box1 .c-mv1 h5, .c-mv1 .c-box1 h6, .c-box1 .c-mv1 h6 {
  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: 2rem;
  line-height: 24px;
  color: #ffffff;
}
.c-mv1 h1 strong, .c-mv1 body.en-US .c-form 入力してください。 .p-block-404 > * h2 strong, body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv1 h2 strong, .c-mv1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h3 strong, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv1 h3 strong, .c-mv1 .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h3 strong, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv1 h3 strong, .c-mv1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h4 strong, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv1 h4 strong, .c-mv1 .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h4 strong, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv1 h4 strong, .c-mv1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h5 strong, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv1 h5 strong, .c-mv1 .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h5 strong, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv1 h5 strong, .c-mv1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h6 strong, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv1 h6 strong, .c-mv1 .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h6 strong, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv1 h6 strong,
.c-mv1 .c-block-thanks > * h2 strong,
.c-block-thanks > * .c-mv1 h2 strong,
.c-mv1 .c-block-thanks > * .c-box1 h3 strong,
.c-block-thanks > * .c-box1 .c-mv1 h3 strong,
.c-mv1 .c-box1 .c-block-thanks > * h3 strong,
.c-box1 .c-block-thanks > * .c-mv1 h3 strong,
.c-mv1 .c-block-thanks > * .c-box1 h4 strong,
.c-block-thanks > * .c-box1 .c-mv1 h4 strong,
.c-mv1 .c-box1 .c-block-thanks > * h4 strong,
.c-box1 .c-block-thanks > * .c-mv1 h4 strong,
.c-mv1 .c-block-thanks > * .c-box1 h5 strong,
.c-block-thanks > * .c-box1 .c-mv1 h5 strong,
.c-mv1 .c-box1 .c-block-thanks > * h5 strong,
.c-box1 .c-block-thanks > * .c-mv1 h5 strong,
.c-mv1 .c-block-thanks > * .c-box1 h6 strong,
.c-block-thanks > * .c-box1 .c-mv1 h6 strong,
.c-mv1 .c-box1 .c-block-thanks > * h6 strong,
.c-box1 .c-block-thanks > * .c-mv1 h6 strong, .c-mv1 .c-box1 h2 strong, .c-box1 .c-mv1 h2 strong, .c-mv1 .c-box1 h3 strong, .c-box1 .c-mv1 h3 strong, .c-mv1 .c-box1 h4 strong, .c-box1 .c-mv1 h4 strong, .c-mv1 .c-box1 h5 strong, .c-box1 .c-mv1 h5 strong, .c-mv1 .c-box1 h6 strong, .c-box1 .c-mv1 h6 strong {
  color: #efef3f;
  font-weight: 600;
}
.c-mv1 h2, .c-mv1 .c-box1 h3, .c-box1 .c-mv1 h3, .c-mv1 .c-box1 h4, .c-box1 .c-mv1 h4, .c-mv1 .c-box1 h5, .c-box1 .c-mv1 h5, .c-mv1 .c-box1 h6, .c-box1 .c-mv1 h6 {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (max-width: 375px) {
  .c-mv1 h2, .c-mv1 .c-box1 h3, .c-box1 .c-mv1 h3, .c-mv1 .c-box1 h4, .c-box1 .c-mv1 h4, .c-mv1 .c-box1 h5, .c-box1 .c-mv1 h5, .c-mv1 .c-box1 h6, .c-box1 .c-mv1 h6 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.c-mv2 {
  min-height: 354px;
  background: #005fa3;
  color: #fff;
}
.c-mv2 > * {
  min-height: 0;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 10px;
}
@media screen and (max-width: 375px) {
  .c-mv2 > * {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.c-mv2 > * .date {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 2rem;
  line-height: 24px;
}
@media screen and (max-width: 375px) {
  .c-mv2 > * .date {
    margin-bottom: 13px;
  }
}
.c-mv2 > * h1, .c-mv2 > * body.en-US .c-form 入力してください。 .p-block-404 > * h2, body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv2 > * h2, .c-mv2 > * body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h3, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv2 > * h3, .c-mv2 > * .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h3, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv2 > * h3, .c-mv2 > * body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h4, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv2 > * h4, .c-mv2 > * .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h4, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv2 > * h4, .c-mv2 > * body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h5, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv2 > * h5, .c-mv2 > * .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h5, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv2 > * h5, .c-mv2 > * body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h6, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv2 > * h6, .c-mv2 > * .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h6, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv2 > * h6,
.c-mv2 > * .c-block-thanks > * h2,
.c-block-thanks > * .c-mv2 > * h2,
.c-mv2 > * .c-block-thanks > * .c-box1 h3,
.c-block-thanks > * .c-box1 .c-mv2 > * h3,
.c-mv2 > * .c-box1 .c-block-thanks > * h3,
.c-box1 .c-block-thanks > * .c-mv2 > * h3,
.c-mv2 > * .c-block-thanks > * .c-box1 h4,
.c-block-thanks > * .c-box1 .c-mv2 > * h4,
.c-mv2 > * .c-box1 .c-block-thanks > * h4,
.c-box1 .c-block-thanks > * .c-mv2 > * h4,
.c-mv2 > * .c-block-thanks > * .c-box1 h5,
.c-block-thanks > * .c-box1 .c-mv2 > * h5,
.c-mv2 > * .c-box1 .c-block-thanks > * h5,
.c-box1 .c-block-thanks > * .c-mv2 > * h5,
.c-mv2 > * .c-block-thanks > * .c-box1 h6,
.c-block-thanks > * .c-box1 .c-mv2 > * h6,
.c-mv2 > * .c-box1 .c-block-thanks > * h6,
.c-box1 .c-block-thanks > * .c-mv2 > * h6, .c-mv2 > * .c-box1 h2, .c-box1 .c-mv2 > * h2, .c-mv2 > * .c-box1 h3, .c-box1 .c-mv2 > * h3, .c-mv2 > * .c-box1 h4, .c-box1 .c-mv2 > * h4, .c-mv2 > * .c-box1 h5, .c-box1 .c-mv2 > * h5, .c-mv2 > * .c-box1 h6, .c-box1 .c-mv2 > * h6 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 375px) {
  .c-mv2 > * h1, .c-mv2 > * body.en-US .c-form 入力してください。 .p-block-404 > * h2, body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv2 > * h2, .c-mv2 > * body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h3, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv2 > * h3, .c-mv2 > * .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h3, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv2 > * h3, .c-mv2 > * body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h4, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv2 > * h4, .c-mv2 > * .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h4, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv2 > * h4, .c-mv2 > * body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h5, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv2 > * h5, .c-mv2 > * .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h5, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv2 > * h5, .c-mv2 > * body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h6, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 .c-mv2 > * h6, .c-mv2 > * .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h6, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * .c-mv2 > * h6,
  .c-mv2 > * .c-block-thanks > * h2,
  .c-block-thanks > * .c-mv2 > * h2,
  .c-mv2 > * .c-block-thanks > * .c-box1 h3,
  .c-block-thanks > * .c-box1 .c-mv2 > * h3,
  .c-mv2 > * .c-box1 .c-block-thanks > * h3,
  .c-box1 .c-block-thanks > * .c-mv2 > * h3,
  .c-mv2 > * .c-block-thanks > * .c-box1 h4,
  .c-block-thanks > * .c-box1 .c-mv2 > * h4,
  .c-mv2 > * .c-box1 .c-block-thanks > * h4,
  .c-box1 .c-block-thanks > * .c-mv2 > * h4,
  .c-mv2 > * .c-block-thanks > * .c-box1 h5,
  .c-block-thanks > * .c-box1 .c-mv2 > * h5,
  .c-mv2 > * .c-box1 .c-block-thanks > * h5,
  .c-box1 .c-block-thanks > * .c-mv2 > * h5,
  .c-mv2 > * .c-block-thanks > * .c-box1 h6,
  .c-block-thanks > * .c-box1 .c-mv2 > * h6,
  .c-mv2 > * .c-box1 .c-block-thanks > * h6,
  .c-box1 .c-block-thanks > * .c-mv2 > * h6, .c-mv2 > * .c-box1 h2, .c-box1 .c-mv2 > * h2, .c-mv2 > * .c-box1 h3, .c-box1 .c-mv2 > * h3, .c-mv2 > * .c-box1 h4, .c-box1 .c-mv2 > * h4, .c-mv2 > * .c-box1 h5, .c-box1 .c-mv2 > * h5, .c-mv2 > * .c-box1 h6, .c-box1 .c-mv2 > * h6 {
    font-size: 2rem;
  }
}

/*----------------------------------------------------------------
  Card
-----------------------------------------------------------------*/
/* .c-card
______________________________________________*/
/*----------------------------------------------------------------
  Navs
-----------------------------------------------------------------*/
/* .c-breadcrumb
______________________________________________*/
.c-breadcrumb {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 375px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb > * {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: 1.4rem;
  color: #ffffff;
  padding: 10px 32px;
  min-height: 70px;
  gap: 24px;
  background-color: #0378d2;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-radius: 0px 5px 0px 0px;
}
@media screen and (max-width: 375px) {
  .c-breadcrumb > * {
    display: none;
  }
}
.c-breadcrumb > * .separate {
  color: #b1b1b1;
}
.c-breadcrumb > * a {
  text-decoration: underline !important;
}
@media screen and (hover: hover) and (min-width: 376px) {
  .c-breadcrumb > * a:hover {
    text-decoration: none !important;
  }
}

body.single .c-breadcrumb {
  position: relative;
  background-color: #005fa3;
}
body.single .c-breadcrumb > * {
  -webkit-transform: none;
          transform: none;
}
body.single .c-breadcrumb > * > *:nth-last-child(-n+2) {
  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;
  font-weight: bold;
  margin: 92px 0 0;
  font-size: 2rem;
}
@media screen and (max-width: 375px) {
  .c-pager {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 375px) {
  .c-pager {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-pager br {
  display: none;
}
.c-pager .page-numbers {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 44px;
  color: #0378d2;
}
.c-pager .page-numbers.current {
  color: #9c9c9c !important;
}
@media screen and (hover: hover) and (min-width: 376px) {
  .c-pager .page-numbers:hover {
    text-decoration: underline !important;
  }
}
.c-pager .dots {
  border: none;
  color: #0378d2;
}
/* .f-service-nav
______________________________________________*/
.f-service-nav {
  border-top: 3px solid #0378d2;
  padding-top: 126px;
  padding-bottom: 130px;
}
@media screen and (max-width: 375px) {
  .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: 375px) {
  .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: 375px) {
  .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: 375px) {
  .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: 375px) {
  .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-m, .f-service-nav .nav > * .c-btn-download, .f-service-nav .nav > * .c-btn-download-m {
  width: 100%;
  margin-top: auto;
}
/*----------------------------------------------------------------
  Button
-----------------------------------------------------------------*/
/* .c-btn1
______________________________________________*/
.c-btn1, .c-btn1-m, .c-btn-download, .c-btn-download-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  gap: 10px;
  width: 200px;
  height: 53px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  border: solid 1px #0378d2;
  background: #0378d2;
  color: #ffffff;
}
@media screen and (hover: hover) and (min-width: 376px) {
  .c-btn1:hover, .c-btn1-m:hover, .c-btn-download:hover, .c-btn-download-m:hover {
    background: #fff;
    color: #0378d2;
  }
}
@media screen and (max-width: 375px) {
  .c-btn1, .c-btn1-m, .c-btn-download, .c-btn-download-m {
    width: 100%;
  }
}

.c-btn1--off, .f-service-nav .nav > *.current .c-btn1, .f-service-nav .nav > *.current .c-btn1-m, .f-service-nav .nav > *.current .c-btn-download, .f-service-nav .nav > *.current .c-btn-download-m {
  background: #f2f8ff;
  border-color: #f2f8ff;
  color: #9c9c9c;
  pointer-events: none;
}

.c-btn-m, .c-btn1-m, .c-btn-download-m {
  width: 300px;
  height: 70px;
  font-size: 1.8rem;
}
.c-btn-download, .c-btn-download-m {
  border-color: #efef3f;
  background: #efef3f;
  color: #000000;
}
@media screen and (hover: hover) and (min-width: 376px) {
  .c-btn-download:hover, .c-btn-download-m:hover {
    border-color: #f7f7ce;
    background: #f7f7ce;
    color: #000000;
  }
}

/*----------------------------------------------------------------
  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-news .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-table1 a::before, .c-post table a::before, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table a::before,
.post-type-news .editor-styles-wrapper .wp-block-post-content table a::before,
.post-type-post .editor-styles-wrapper .wp-block-post-content table a::before, .wp-block-table table a::before, .c-table1 a[target=_blank]::before, .c-post table a[target=_blank]::before, .wp-block-table table a[target=_blank]::before, .c-box1 a[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"])::before, .c-box1 table a::before, .c-box1 table a[target=_blank]::before, .c-box2 a[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"])::before, .c-box2 table a::before, .c-box2 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-news .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-table1 a.icon--after, .c-post table a.icon--after, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table a.icon--after,
.post-type-news .editor-styles-wrapper .wp-block-post-content table a.icon--after,
.post-type-post .editor-styles-wrapper .wp-block-post-content table a.icon--after, .wp-block-table table a.icon--after, .c-post table a.icon--after[target=_blank], .c-box1 a.icon--after[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"]), .c-box1 table a.icon--after, .c-box2 a.icon--after[target=_blank]:not([class^=c-btn]):not([class*=" c-btn"]), .c-box2 table a.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-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: #393939;
  /*
  [type="file"] {
    width: 320px !important;
    margin: 1em 0;
    padding: 1em 1.5em !important;
    line-height: 1;
    @media screen and (max-width: 375px) {
      width: 223px !important;
    }
    &::file-selector-button {
      display: none;
      @media screen and (max-width: 375px) {
        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: bold;
      font-size: 1.6rem;
      @media screen and (max-width: 375px) {
        width: 102px;
        right: -112px;
      }
    }
  }*/
  /* validation
  ______________________________________________*/
}
.c-form ::-webkit-input-placeholder {
  opacity: 0.5;
  color: #696969;
  font-size: 1.8rem;
}
.c-form ::-moz-placeholder {
  opacity: 0.5;
  color: #696969;
  font-size: 1.8rem;
}
.c-form :-ms-input-placeholder {
  opacity: 0.5;
  color: #696969;
  font-size: 1.8rem;
}
.c-form ::-ms-input-placeholder {
  opacity: 0.5;
  color: #696969;
  font-size: 1.8rem;
}
.c-form ::placeholder {
  opacity: 0.5;
  color: #696969;
  font-size: 1.8rem;
}
@media screen and (max-width: 375px) {
  .c-form ::-webkit-input-placeholder {
    font-size: 1.8rem;
  }
  .c-form ::-moz-placeholder {
    font-size: 1.8rem;
  }
  .c-form :-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .c-form ::-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .c-form ::placeholder {
    font-size: 1.8rem;
  }
}
.c-form :focus {
  border: solid 2px #0378d2 !important;
}
.c-form input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.c-form textarea {
  border-radius: 5px;
  background-color: #f2f8ff;
  border: solid 1px #ddd;
  width: 100%;
  padding: 0.5em 1.7em;
  height: 52px;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 375px) {
  .c-form input:not([type=radio]):not([type=checkbox]):not([type=submit]),
  .c-form textarea {
    font-size: 1.8rem;
  }
}
.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: #0378d2;
}
.c-form [type=checkbox] {
  border-radius: 3px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: solid 1px #ccc;
}
.c-form [type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 21px;
  height: 9px;
  border-left: solid 3px #0378d2;
  border-bottom: solid 3px #0378d2;
  -webkit-transform: rotate(-45deg) translate(1px, 0);
          transform: rotate(-45deg) translate(1px, 0);
}
.c-form [type=file] {
  width: 320px !important;
  margin: 1em 0;
  padding: 1em 1.5em !important;
  line-height: 1;
}
@media screen and (max-width: 375px) {
  .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: 375px) {
  .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: #0378d2;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 375px) {
  .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: 375px) {
  .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: 375px) {
  .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: 375px) {
  .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: 375px) {
  .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: 376px) {
  .c-form .policy a:hover {
    text-decoration: none;
  }
}
.c-form .note {
  font-size: 1.6rem;
}
@media screen and (max-width: 375px) {
  .c-form .note {
    font-size: 1.4rem;
  }
}
.c-form.active {
  background-color: #0378d2;
  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-news .editor-styles-wrapper .wp-block-post-content a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank],
.post-type-news .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-table1 a, .c-table1 .c-form a, .c-form .c-post table a, .c-post table .c-form a, .c-form .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table a, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table .c-form a,
.c-form .post-type-news .editor-styles-wrapper .wp-block-post-content table a,
.post-type-news .editor-styles-wrapper .wp-block-post-content table .c-form a,
.c-form .post-type-post .editor-styles-wrapper .wp-block-post-content table a,
.post-type-post .editor-styles-wrapper .wp-block-post-content table .c-form a, .c-form .wp-block-table table a, .wp-block-table table .c-form a, .c-form .c-post table a[target=_blank], .c-post 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 a, .c-box1 table .c-form a, .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 a, .c-box2 table .c-form a {
  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 #f87676 !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: 375px) {
  .c-form .formError {
    font-size: 1.4rem;
  }
}
.c-form .formError .formErrorContent {
  width: 100% !important;
  background: none !important;
  position: relative !important;
  color: #f87676 !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: 375px) {
  .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;
  margin-right: 1em;
}
.c-form .submit-wrap {
  position: relative;
  margin: 60px auto 0;
  font-weight: bold;
  width: 420px;
  height: 80px;
  border-radius: 5px;
  font-size: 1.8rem;
}
@media screen and (max-width: 375px) {
  .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: #f2f8ff;
  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: #0378d2;
  border: solid 1px #0378d2 !important;
  cursor: pointer;
  font-size: 1.8rem;
}
@media screen and (hover: hover) and (min-width: 376px) {
  .c-form .submit-wrap [type=submit]:hover {
    color: #0378d2 !important;
    border-color: #0378d2 !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: #0378d2;
}
@media screen and (max-width: 375px) {
  .c-form .note-bottm {
    text-align: left;
  }
  .c-form .note-bottm br {
    display: none;
  }
}
.c-form .wpcf7-list-item {
  margin: 0;
}

.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: 375px) {
  .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: #0378d2;
  color: #fff !important;
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (max-width: 375px) {
  .c-form-zip button {
    width: 102px;
    min-width: 102px;
  }
}

.c-form-header {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 375px) {
  .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 #0378d2;
}
.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: bold;
  color: #fff;
  background-color: #0378d2;
  width: 103px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 375px) {
  .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: 375px) {
  .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: #0378d2;
}
@media screen and (max-width: 375px) {
  .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: bold;
  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: #0378d2;
  text-decoration: none;
}
@media screen and (max-width: 375px) {
  .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: bold;
  padding: 1em 0 1em;
  line-height: 1.4;
  width: 272px;
  border-bottom: solid 1px #ddd;
  min-height: 100%;
}
@media screen and (max-width: 375px) {
  .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: 54px;
  width: 100%;
}
.c-form-table th,
.c-form-table td {
  padding: 24px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 375px) {
  .c-form-table th,
  .c-form-table td {
    display: block;
  }
}
.c-form-table th {
  width: 272px;
  font-weight: bold;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media screen and (max-width: 375px) {
  .c-form-table th {
    border: none;
    padding-bottom: 0;
    width: 100%;
    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-table th.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: 15px;
  white-space: nowrap;
  min-width: 60px;
  height: 30px;
  padding: 0 1em;
  background: #f87676;
  border-radius: 5px;
}
@media screen and (max-width: 375px) {
  .c-form-table td {
    border-top: none;
    padding-top: 17px;
  }
}

body.en-US .c-form-table th.c-required::before {
  content: "Required";
}

body.en-US .c-form 入力してください。 .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: 376px) {
  body.en-US .c-form 入力してください。 .p-block-404 > * h2 br, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h3 br, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h3 br, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h4 br, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h4 br, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h5 br, .c-box1 body.en-US .c-form 入力してください。 .p-block-404 > * h5 br, body.en-US .c-form 入力してください。 .p-block-404 > * .c-box1 h6 br, .c-box1 body.en-US .c-form 入力してください。 .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;
  }
}
body.en-US .c-form 入力してください。 .p-block-404 > * .text-block p,
.c-block-thanks > * .text-block p {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 375px) {
  body.en-US .c-form 入力してください。 .p-block-404 > * .text-block,
  .c-block-thanks > * .text-block {
    text-align: left;
  }
  body.en-US .c-form 入力してください。 .p-block-404 > * .text-block br,
  .c-block-thanks > * .text-block br {
    display: none;
  }
}
body.en-US .c-form 入力してください。 .p-block-404 > * .c-btn1, body.en-US .c-form 入力してください。 .p-block-404 > * .c-btn-download, body.en-US .c-form 入力してください。 .p-block-404 > * .c-btn-download-m, body.en-US .c-form 入力してください。 .p-block-404 > * .c-btn1-m,
.c-block-thanks > * .c-btn1,
.c-block-thanks > * .c-btn-download,
.c-block-thanks > * .c-btn-download-m,
.c-block-thanks > * .c-btn1-m {
  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-news
______________________________________________*/
.c-list-news {
  max-width: 100%;
  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: 375px) {
  .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: 375px) {
  .c-list-news > li a .title {
    white-space: normal;
  }
}
@media screen and (hover: hover) and (min-width: 376px) {
  .c-list-news > li a:hover .title {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
}

/*.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-news .editor-styles-wrapper .wp-block-post-content ul:not(.checkerboard),
.post-type-post .editor-styles-wrapper .wp-block-post-content 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-news .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-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: 375px) {
  .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-news .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-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-news .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-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: #0378d2;
}

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

/*----------------------------------------------------------------
  Text, Lead
-----------------------------------------------------------------*/
/* text
______________________________________________*/
.c-txt-s, .p-top-file-box {
  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: 9.6rem;
  color: #0378d2;
  white-space: nowrap !important;
}
@media screen and (max-width: 375px) {
  .c-ttl1 {
    font-size: 4rem;
  }
}

.c-ttl1-s {
  font-size: 1.4rem;
  line-height: 1.8;
}

/* .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-news .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-table1 a, .c-post table a, .post-type-testimonials .editor-styles-wrapper .wp-block-post-content table a,
.post-type-news .editor-styles-wrapper .wp-block-post-content table a,
.post-type-post .editor-styles-wrapper .wp-block-post-content table a, .wp-block-table table a, .c-table1 a[target=_blank], .c-post table a[target=_blank], .wp-block-table table a[target=_blank], .c-box1 a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-box1 table a, .c-box1 table a[target=_blank], .c-box2 a:not([class^=c-btn]):not([class*=" c-btn"])[target=_blank], .c-box2 table a, .c-box2 table a[target=_blank] {
  color: #0378d2;
}

.c-link1, .f-main-nav a, .f-bottom__nav a, .c-form a {
  text-decoration: underline !important;
}
@media screen and (hover: hover) and (min-width: 376px) {
  .c-link1:hover, .f-main-nav a:hover, .f-bottom__nav a:hover, .c-form a:hover {
    text-decoration: none !important;
  }
}
.c-link1[target=_blank]::after, .f-main-nav a[target=_blank]::after, .f-bottom__nav a[target=_blank]::after, .c-form 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: #0378d2;
  -webkit-transform: translateY(42%);
          transform: translateY(42%);
  margin-left: 0.4em;
  margin-right: 0.4em;
}

.c-link-map {
  color: #0378d2;
  font-weight: bold;
  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;
}

/*----------------------------------------------------------------
    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: 375px) {
  .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
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
  プロジェクト、ページ用ユニークスタイル .p-
-----------------------------------------------------------------*/
/* .p-top-news
______________________________________________*/
.p-top-news {
  padding-top: 152px;
  padding-bottom: 164px;
}
@media screen and (max-width: 375px) {
  .p-top-news {
    padding-top: 60px;
    padding-bottom: 142px;
  }
}

.p-top-news__inner {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  gap: 66px;
}
@media screen and (max-width: 375px) {
  .p-top-news__inner {
    display: block !important;
  }
}
.p-top-news__inner > *:nth-child(1) {
  display: block;
  width: 358px;
  min-width: 358px;
}
@media screen and (max-width: 375px) {
  .p-top-news__inner > *:nth-child(1) {
    width: 100%;
    min-width: 0;
  }
}
.p-top-news__inner > *:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
  max-width: calc(100% - 358px - 66px);
}
@media screen and (max-width: 375px) {
  .p-top-news__inner > *:nth-child(2) {
    max-width: none;
    width: 100%;
    min-width: 0;
  }
}
.p-top-news__inner .txt1 {
  margin: 40px 0 40px;
}
@media screen and (max-width: 375px) {
  .p-top-news__inner .txt1 {
    margin: 20px 0 14px;
  }
}
@media screen and (max-width: 375px) {
  .p-top-news__inner .c-btn1, .p-top-news__inner .c-btn-download, .p-top-news__inner .c-btn-download-m, .p-top-news__inner .c-btn1-m {
    position: absolute;
    bottom: -77px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 48px);
  }
}

.p-top-service {
  background-color: #f2f8ff;
  padding-bottom: 140px;
}
@media screen and (max-width: 375px) {
  .p-top-service {
    padding-bottom: 40px;
  }
}

.p-top-service__inner .p-top-header1 {
  padding: 150px 0 60px 0;
}
@media screen and (max-width: 375px) {
  .p-top-service__inner .p-top-header1 {
    padding: 60px 0 12px 0;
  }
}
.p-top-service__inner .p-top-header1 > *:nth-child(2) {
  padding: 15px 4px 0 0;
}
@media screen and (max-width: 375px) {
  .p-top-service__inner .p-top-header1 > *:nth-child(2) {
    padding: 23px 0 0 0;
  }
}

.p-top-header1 {
  padding: 150px 0 72px 0;
}
@media screen and (max-width: 375px) {
  .p-top-header1 {
    display: block !important;
    padding: 62px 0 72px 0;
  }
}
.p-top-header1 > *:nth-child(2) {
  max-width: 745px;
  padding: 50px 4px 0 0;
}
@media screen and (max-width: 375px) {
  .p-top-header1 > *:nth-child(2) {
    padding: 27px 0 0 0;
  }
}
.p-top-header1 .p-ttl1 {
  margin-bottom: 15px;
}
.p-ttl1 {
  font-size: 3.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 375px) {
  .p-ttl1 {
    font-size: 2.4rem;
  }
}

.c-card-service .title {
  font-size: 2.4rem;
  line-height: 1.6;
}
.c-card-service .txt {
  margin: 15px 0 26px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-card-service .body {
  padding: 47px 30px 30px;
}

.c-service-index-a:not(.wp-block) {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 375px) {
  .c-service-index-a:not(.wp-block) {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-service-index-a:not(.wp-block) .title {
  font-size: 2.4rem;
  line-height: 1.6;
}
.c-service-index-a:not(.wp-block) .description {
  margin: 15px 0 26px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-service-index-a:not(.wp-block) .body {
  padding: 47px 30px 30px;
}
@media screen and (max-width: 375px) {
  .c-service-index-a:not(.wp-block) .body {
    padding: 14px 0 16px;
  }
}

.p-top-about {
  padding-bottom: 160px;
}
@media screen and (max-width: 375px) {
  .p-top-about {
    padding-bottom: 62px;
  }
}
.p-top-about .p-top-header1 {
  padding-bottom: 72px;
}
@media screen and (max-width: 375px) {
  .p-top-about .p-top-header1 {
    padding-bottom: 0;
  }
}
.p-top-about .block1 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 48px 0 0;
}
@media screen and (max-width: 375px) {
  .p-top-about .block1 {
    display: block !important;
    padding: 26px 0 0;
  }
}
.p-top-about .block1 > *:nth-child(1) {
  border-left: solid 1px #ddd;
  padding: 0 20px 0 80px;
  width: 48%;
}
@media screen and (max-width: 375px) {
  .p-top-about .block1 > *:nth-child(1) {
    border-left: none;
    padding: 0;
    width: 100%;
  }
}
.p-top-about .block1 > *:nth-child(1) .ttl1 {
  min-width: 98px;
  height: 35px;
  background: #0378d2;
  border-radius: 3px;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ffffff;
  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;
  margin: 0;
  padding: 0 5px;
  white-space: nowrap;
}
.p-top-about .block1 > *:nth-child(1) .ttl1:not(:first-of-type) {
  margin-top: 59px;
}
@media screen and (max-width: 375px) {
  .p-top-about .block1 > *:nth-child(1) .ttl1:not(:first-of-type) {
    margin-top: 27px;
  }
}
.p-top-about .block1 > *:nth-child(1) .ttl2 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3;
  margin: 11px 0 14px;
}
@media screen and (max-width: 375px) {
  .p-top-about .block1 > *:nth-child(1) .ttl2 {
    font-size: 2.4rem;
    margin: 11px 0 14px;
  }
}
.p-top-about .block1 > *:nth-child(2) {
  width: 50%;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
@media screen and (max-width: 375px) {
  .p-top-about .block1 > *:nth-child(2) {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-top-about .block1 > *:nth-child(2) .p-about-block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 375px) {
  .p-top-about .block1 > *:nth-child(2) .p-about-block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 40px 0 0;
  }
}
.p-top-about .block1 > *:nth-child(2) .p-about-block2 {
  padding: 30px 87px 0;
}
@media screen and (max-width: 375px) {
  .p-top-about .block1 > *:nth-child(2) .p-about-block2 {
    padding: 30px 0 0;
  }
}

.p-top-report {
  background-color: #0378d2;
  color: #fff;
  padding-bottom: 1px;
}
.p-top-report .l-inner2, .p-top-report .f-container, .p-top-report .f-service-nav > *, .p-top-report .p-top-news__inner, .p-top-report .p-top-service__inner {
  margin-bottom: 160px;
}
@media screen and (max-width: 375px) {
  .p-top-report .l-inner2, .p-top-report .f-container, .p-top-report .f-service-nav > *, .p-top-report .p-top-news__inner, .p-top-report .p-top-service__inner {
    margin-bottom: 56px;
  }
}
.p-top-report .p-top-header1 {
  padding-bottom: 86px;
}
@media screen and (max-width: 375px) {
  .p-top-report .p-top-header1 {
    padding: 55px 0 25px 0;
  }
}
.p-top-report .p-top-header1 .c-ttl1 {
  color: #fff;
}
.p-top-report .c-btn-download-m {
  margin: 0 auto 0;
}
@media screen and (max-width: 375px) {
  .p-top-report .c-btn-download-m {
    width: 100%;
  }
}

.c-list-reports {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 80px;
  padding: 60px 0;
  margin-bottom: 80px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 375px) {
  .c-list-reports {
    border: none;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    margin-bottom: 40px;
  }
}

.c-card-report {
  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: 34px;
  color: #fff;
}
@media screen and (max-width: 375px) {
  .c-card-report {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
  }
}
.c-card-report > *:nth-child(1) {
  width: 47.5%;
  min-width: 47.5%;
}
@media screen and (max-width: 375px) {
  .c-card-report > *:nth-child(1) {
    width: 100%;
  }
}
.c-card-report .header {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.c-card-report .header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.c-card-report .header .ttl1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 3.2rem;
  font-weight: 400;
  white-space: nowrap !important;
  z-index: 1;
}
.c-card-report .header .ttl1 strong {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 400;
}
.c-card-report .body {
  font-size: 1.5rem;
}
.c-card-report .body .ttl2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (hover: hover) and (min-width: 376px) {
  .c-card-report:hover .header::after {
    opacity: 1;
  }
  .c-card-report:hover h4, .c-card-report:hover .c-box1 h5, .c-box1 .c-card-report:hover h5, .c-card-report:hover .c-box1 h6, .c-box1 .c-card-report:hover h6 {
    text-decoration: underline;
  }
}

.p-top-resources-papers {
  background-color: #f2f8ff;
  padding-bottom: 158px;
}
@media screen and (max-width: 375px) {
  .p-top-resources-papers {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 375px) {
  .p-top-resources-papers .c-ttl1 {
    line-height: 49px;
  }
}
.p-top-resources-papers .c-ttl1 br {
  display: none;
}
@media screen and (max-width: 375px) {
  .p-top-resources-papers .c-ttl1 br {
    display: block;
  }
}
.p-top-resources-papers .p-top-header1 {
  padding-bottom: 18px;
}
.p-top-resources-papers .block1 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-top: 6px;
}
@media screen and (max-width: 375px) {
  .p-top-resources-papers .block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px !important;
  }
}
.p-top-resources-papers .block1 > *:nth-child(1) {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  width: 43%;
  min-width: 43%;
}
@media screen and (max-width: 375px) {
  .p-top-resources-papers .block1 > *:nth-child(1) {
    -webkit-transform: none;
            transform: none;
    width: 100%;
    min-width: 0;
  }
}
.p-top-resources-papers .block1 > *:nth-child(2) {
  padding: 23px 77px 0 8px;
}
@media screen and (max-width: 375px) {
  .p-top-resources-papers .block1 > *:nth-child(2) {
    padding: 0;
  }
}
.p-top-resources-papers .block1 > *:nth-child(2) .p-ttl1 {
  margin-bottom: 12px;
}
.p-top-resources-papers .block1 > *:nth-child(2) .txt1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 375px) {
  .p-top-resources-papers .block1 > *:nth-child(2) .txt1 {
    margin-bottom: 22px;
  }
}

.p-top-file-box hr {
  margin: 26px 0;
}
.p-top-file-box .acf-file-download {
  position: relative;
  padding-left: 2em;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (hover: hover) and (min-width: 376px) {
  .p-top-file-box .acf-file-download:hover {
    text-decoration: underline !important;
  }
}
.p-top-file-box .acf-file-download::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.p-top-file-box .acf-file-download .file-meta {
  font-size: 0.8em;
  font-weight: normal;
}
.p-top-file-box .acf-file-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}

/*----------------------------------------------------------------
  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: 375px) {
  .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: 375px) {
  .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: 375px) {
  .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 #0378d2;
  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);
}

/*----------------------------------------------------------------
  状態管理
-----------------------------------------------------------------*/
/* .is-
______________________________________________*/
.is-hidden {
  display: none;
}

/* スクロールエリア */
.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;
}

/*----------------------------------------------------------------
	Print
-----------------------------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}