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

.js-viewportWidthSp {
  width: 375px;
}

.js-viewportWidthTb {
  width: 1280px;
}

.js-viewportWidthPc {
  width: 1500px;
}

/*----------------------------------------------------------------
  reset
-----------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
}

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;
  font-size: 100%;
  background: transparent;
}

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

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img,
svg {
  line-height: 0;
  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;
  font-size: 100%;
  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%;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*----------------------------------------------------------------
    base
-----------------------------------------------------------------*/
html {
  overflow: auto;
  font-size: 62.5%;
  /* 1px = .1rem */
  min-width: 1280px;
}
html.js-modalOpen, html.js-menuOpen {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  html {
    min-width: 0;
  }
}

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

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

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

img {
  max-width: 100%;
  font-size: 1em;
}

i.fa {
  margin: 0 0.3em;
}

mark {
  color: #e8c42d;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

hr {
  margin: 3em 0;
  border-color: #ddd;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  line-height: 1.5;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  color: #e8c42d;
}

h1 {
  font-size: 4.2rem;
}
@media screen and (max-width: 750px) {
  h1 {
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  h5 {
    font-size: 1.2rem;
  }
}

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

.attachment-post-thumbnail,
.size-post-thumbnail,
.wp-post-image {
  width: 100%;
  height: auto;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000 !important;
  background-color: #fff !important;
  padding: 0.5em;
  border: 1px solid #ccc;
  font-size: 16px; /* スマホで拡大防止 */
}

select:focus {
  color: #000 !important;
  background-color: #fff !important;
  outline: none;
}

select option {
  color: #000;
  background-color: #fff;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
  cursor: default;
}

/* Tel click off
______________________________________________*/
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  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;
}

.slick-arrow {
  z-index: 1 !important;
}

/*----------------------------------------------------------------
    layout
-----------------------------------------------------------------*/
/* inner
______________________________________________*/
.l-innerA, .l-inner1, .p-service-block2, .p-service-block1, .p-company-block1, .p-coop-brand, .c-block-brand, .p-news, .p-oem-product-cat, .p-oem-product-post, .p-oem-product, .p-oem-strength, .p-oem-index-flow, .p-oem-index-case_study > *, .p-oem-index-category > *, .c-oem-block-clr > *, .c-oem-block2, .c-oem-block1, .c-oem-coop__scheme .c-block-header1, .c-oem-coop__case, .c-oem-faq-block, .p-company-vision, .p-faq2, .p-faq, .p-document, .p-contact, .p-contact-form, .c-list-sheme, .c-mv4, .c-mv3, .c-mv2 .inner, .c-mv1, .c-bnr-area, .f-container, .c-nav1 > .inner, .c-nav-related > *, .l-menu-block, .l-block2, .l-col2, .l-inner4, .p-oem-flow, .p-oem-index-block1, .p-company-message-block1, .p-company-about-block1, .p-company-history-block1, .p-document-single, .l-inner3, .p-careers, .p-news-single, .p-oem-index-block1 .box1, .p-page, .c-mv5, .l-inner2, .p-top-service, .p-top-news > *, .p-top-journal, .f-cta > *, .l-block4, .l-block3, .l-block1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-innerA, .l-inner1, .p-service-block2, .p-service-block1, .p-company-block1, .p-coop-brand, .c-block-brand, .p-news, .p-oem-product-cat, .p-oem-product-post, .p-oem-product, .p-oem-strength, .p-oem-index-flow, .p-oem-index-case_study > *, .p-oem-index-category > *, .c-oem-block-clr > *, .c-oem-block2, .c-oem-block1, .c-oem-coop__scheme .c-block-header1, .c-oem-coop__case, .c-oem-faq-block, .p-company-vision, .p-faq2, .p-faq, .p-document, .p-contact, .p-contact-form, .c-list-sheme, .c-mv4, .c-mv3, .c-mv2 .inner, .c-mv1, .c-bnr-area, .f-container, .c-nav1 > .inner, .c-nav-related > *, .l-menu-block, .l-block2, .l-col2, .l-inner4, .p-oem-flow, .p-oem-index-block1, .p-company-message-block1, .p-company-about-block1, .p-company-history-block1, .p-document-single, .l-inner3, .p-careers, .p-news-single, .p-oem-index-block1 .box1, .p-page, .c-mv5, .l-inner2, .p-top-service, .p-top-news > *, .p-top-journal, .f-cta > *, .l-block4, .l-block3, .l-block1 {
    max-width: none;
  }
}

.l-inner1, .p-service-block2, .p-service-block1, .p-company-block1, .p-coop-brand, .c-block-brand, .p-news, .p-oem-product-cat, .p-oem-product-post, .p-oem-product, .p-oem-strength, .p-oem-index-flow, .p-oem-index-case_study > *, .p-oem-index-category > *, .c-oem-block-clr > *, .c-oem-block2, .c-oem-block1, .c-oem-coop__scheme .c-block-header1, .c-oem-coop__case, .c-oem-faq-block, .p-company-vision, .p-faq2, .p-faq, .p-document, .p-contact, .p-contact-form, .c-list-sheme, .c-mv4, .c-mv3, .c-mv2 .inner, .c-mv1, .c-bnr-area, .f-container, .c-nav1 > .inner, .c-nav-related > *, .l-menu-block, .l-block2, .l-col2, .l-inner4, .p-oem-flow, .p-oem-index-block1, .p-company-message-block1, .p-company-about-block1, .p-company-history-block1, .p-document-single, .l-inner3, .p-careers, .p-news-single, .p-oem-index-block1 .box1, .p-page, .c-mv5, .l-inner2, .p-top-service, .p-top-news > *, .p-top-journal, .f-cta > *, .l-block4, .l-block3, .l-block1 {
  max-width: 1320px;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 750px) {
  .l-inner1, .p-service-block2, .p-service-block1, .p-company-block1, .p-coop-brand, .c-block-brand, .p-news, .p-oem-product-cat, .p-oem-product-post, .p-oem-product, .p-oem-strength, .p-oem-index-flow, .p-oem-index-case_study > *, .p-oem-index-category > *, .c-oem-block-clr > *, .c-oem-block2, .c-oem-block1, .c-oem-coop__scheme .c-block-header1, .c-oem-coop__case, .c-oem-faq-block, .p-company-vision, .p-faq2, .p-faq, .p-document, .p-contact, .p-contact-form, .c-list-sheme, .c-mv4, .c-mv3, .c-mv2 .inner, .c-mv1, .c-bnr-area, .f-container, .c-nav1 > .inner, .c-nav-related > *, .l-menu-block, .l-block2, .l-col2, .l-inner4, .p-oem-flow, .p-oem-index-block1, .p-company-message-block1, .p-company-about-block1, .p-company-history-block1, .p-document-single, .l-inner3, .p-careers, .p-news-single, .p-oem-index-block1 .box1, .p-page, .c-mv5, .l-inner2, .p-top-service, .p-top-news > *, .p-top-journal, .f-cta > *, .l-block4, .l-block3, .l-block1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-inner2, .p-top-service, .p-top-news > *, .p-top-journal, .f-cta > *, .l-block4, .l-block3, .l-block1 {
  max-width: 1400px;
}

.l-inner3, .p-careers, .p-news-single, .p-oem-index-block1 .box1, .p-page, .c-mv5 {
  max-width: 1020px;
}

.l-inner4, .p-oem-flow, .p-oem-index-block1, .p-company-message-block1, .p-company-about-block1, .p-company-history-block1, .p-document-single {
  max-width: 1120px;
}

.l-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 74px;
}
@media screen and (max-width: 750px) {
  .l-col2 {
    display: block;
    padding-top: 57px;
  }
}
.l-col2 > *:nth-child(1) {
  width: 281px;
}
@media screen and (max-width: 750px) {
  .l-col2 > *:nth-child(1) {
    width: 100%;
  }
}
.l-col2 > *:nth-child(2) {
  width: calc(100% - 281px);
  padding: 0 0 120px;
}
@media screen and (max-width: 750px) {
  .l-col2 > *:nth-child(2) {
    width: 100%;
    padding: 0 0 40px;
  }
}

.l-block1 {
  padding-top: 140px;
}
@media screen and (max-width: 750px) {
  .l-block1 {
    padding-top: 55px;
  }
}

.l-block2 {
  padding-top: 140px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .l-block2 {
    padding-top: 46px;
    padding-bottom: 60px;
  }
}

.l-block3 {
  padding-top: 140px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .l-block3 {
    padding-top: 46px;
    padding-bottom: 60px;
  }
}

.l-block4 {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .l-block4 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.l-menu-block > *:not(.sidebar) {
  padding-right: 320px;
}
@media screen and (max-width: 750px) {
  .l-menu-block > *:not(.sidebar) {
    padding-right: 0;
  }
}
.l-menu-block .sidebar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .l-menu-block .sidebar {
    display: none;
  }
}

.js-sticky-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

/* .l-space1
______________________________________________*/
.l-space0 {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .l-space0 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/*----------------------------------------------------------------
    Page 
-----------------------------------------------------------------*/
/* .post  投稿用
______________________________________________*/
.c-page h1 {
  padding: 0 0 0.6em;
}
@media screen and (max-width: 750px) {
  .c-page h1 {
    font-size: 2.4rem;
  }
}
.c-page h2 {
  font-size: 2.2rem;
  margin: 3em 0 1em;
}
.c-page h3 {
  margin: 2em 0 1em;
}
.c-page h4 {
  margin: 1em 0 0.4em;
}
.c-page h5 {
  margin: 1em 0;
}
.c-page h6 {
  margin: 1em 0;
}
.c-page section {
  clear: both;
  padding-bottom: 1em;
}
.c-page > p {
  display: block;
  margin-bottom: 2em;
}
.c-page a:not(.notPstyle) {
  text-decoration: underline;
}
@media (hover: hover) {
  .c-page a:not(.notPstyle):where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 1;
    text-decoration: none;
  }
  .c-page a:not(.notPstyle):where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
    text-decoration: none;
  }
  .c-page a:not(.notPstyle):where(:any-link, :enabled, summary):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.c-page em {
  font-style: italic;
}
.c-page figcaption {
  font-size: 1.4rem;
  margin-top: -2em;
}
@media screen and (max-width: 750px) {
  .c-page figcaption {
    font-size: 1.3rem;
  }
}
.c-page blockquote,
.c-page q {
  color: #666;
  background-color: #fff;
  font-style: italic;
  padding: 2em 2em 2em 5em;
  position: relative;
  margin: 1em 0;
  border-left: solid 5px #ccc;
}
@media screen and (max-width: 750px) {
  .c-page blockquote,
  .c-page q {
    padding: 3em 2.5em 2em;
  }
}
.c-page blockquote::before,
.c-page q::before {
  content: "";
  display: block;
  background-image: url("../images/ico6.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 2em;
  top: 2em;
}
@media screen and (max-width: 750px) {
  .c-page blockquote::before,
  .c-page q::before {
    left: 2.5em;
    top: 0.3em;
  }
}
.c-page blockquote footer,
.c-page q footer {
  text-align: right;
  font-size: pxToEm(12);
}
@media screen and (max-width: 750px) {
  .c-page blockquote footer,
  .c-page q footer {
    font-size: 0.9em;
  }
}
.c-page blockquote a,
.c-page q a {
  color: #666;
}
.c-page ul:not(.checkerboard) {
  margin: 1em 0 2em;
}
.c-page ul:not(.checkerboard) > li:before {
  background-color: #333333 !important;
}
.c-page ol {
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
  counter-reset: item_a;
}
.c-page ol > li {
  padding-left: 1.2em;
  position: relative;
}
.c-page 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-page ol > li b {
  display: inline-block;
  margin-bottom: 0.5em;
}
.c-page .checkerboard {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .c-page .checkerboard {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-page .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-page .checkerboard > *:nth-child(even) {
  background-color: #fff;
}
.c-page .textcenter {
  text-align: center;
}
.c-page .textright {
  text-align: right;
}
.c-page .textleft {
  text-align: left;
}
.c-page .aligncenter {
  display: block;
}
.c-page .alignright {
  float: right;
}
.c-page .alignleft {
  float: left;
}
.c-page img {
  display: block;
  height: auto;
  max-width: 800px;
  margin: 4em auto;
}
@media screen and (max-width: 750px) {
  .c-page img {
    margin: 2em auto 1em;
  }
}
.c-page img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-page img.alignright {
  margin-left: 40px;
  display: inline;
}
@media screen and (max-width: 750px) {
  .c-page img.alignright {
    margin-left: 40px;
  }
}
.c-page img.alignleft {
  margin-right: 40px;
  display: inline;
}
@media screen and (max-width: 750px) {
  .c-page img.alignleft {
    margin-right: 40px;
  }
}
.c-page .wp-caption {
  max-width: 800px;
  margin: 0 auto;
}
.c-page .wp-caption-dd {
  font-size: 1.4rem;
}
.c-page .imgBox {
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (max-width: 750px) {
  .c-page .imgBox {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-page table {
  margin: 2em 0;
}
.c-page table th {
  vertical-align: top !important;
}
.c-page table ul {
  margin: 0 !important;
}
.c-page .wp-caption {
  width: 100% !important;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .c-page .wp-caption {
    max-width: 100%;
  }
}
.c-page .wp-caption img {
  height: auto;
}
.c-page .wp-caption-text {
  font-size: 1.4rem;
  margin: 0.5em 0 0;
}
@media screen and (max-width: 750px) {
  .c-page .wp-caption-text {
    font-size: 1.2rem;
  }
}
.c-page .btnarea {
  text-align: center;
  margin: 120px 0 0;
}
@media screen and (max-width: 750px) {
  .c-page .btnarea {
    margin: 60px 0 0;
  }
}
.c-page .grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .c-page .grid2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.c-page .pdf,
.c-page a.pdf {
  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;
  gap: 18px;
  min-height: 60px;
  border-radius: 30px;
  padding: 5px 18px 5px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #f7f7f7;
  color: #333333;
}
@media screen and (max-width: 750px) {
  .c-page .pdf,
  .c-page a.pdf {
    font-size: 1.4rem;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-page .pdf::after,
.c-page a.pdf::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: Clr1;
  background-image: url("../images/icon-svg/icon-pdf2.svg");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .c-page .pdf:where(:-webkit-any-link, :enabled, summary):hover, .c-page a.pdf:where(:-webkit-any-link, :enabled, summary):hover {
    color: Clr1;
  }
  .c-page .pdf:where(:-moz-any-link, :enabled, summary):hover, .c-page a.pdf:where(:-moz-any-link, :enabled, summary):hover {
    color: Clr1;
  }
  .c-page .pdf:where(:any-link, :enabled, summary):hover,
  .c-page a.pdf:where(:any-link, :enabled, summary):hover {
    color: Clr1;
  }
  .c-page .pdf:where(:-webkit-any-link, :enabled, summary):hover::after, .c-page a.pdf:where(:-webkit-any-link, :enabled, summary):hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-page .pdf:where(:-moz-any-link, :enabled, summary):hover::after, .c-page a.pdf:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: scale(1.2);
  }
  .c-page .pdf:where(:any-link, :enabled, summary):hover::after,
  .c-page a.pdf:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.p-testimonials-single .c-post h2, .p-testimonials-single .p-policy h2 {
  padding-bottom: 0;
  padding-left: 0.7em;
  border: none;
  border-left: solid 4px Clr1;
}
.p-testimonials-single .c-post h2::after, .p-testimonials-single .p-policy h2::after {
  display: none;
}

body.single-blog .c-post ul, body.single-blog .p-policy ul {
  padding: 1em 1em 1em 3em !important;
  border-radius: 10px;
  background-color: #fff;
}

/*----------------------------------------------------------------
    Post 投稿記事用
-----------------------------------------------------------------*/
/* .post  投稿用
______________________________________________*/
.c-post-mv {
  padding-bottom: 40px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .c-post-mv {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.c-post-mv h1 {
  font-size: 4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .c-post-mv h1 {
    font-size: 1.9rem;
    margin-bottom: 30px;
  }
}

body#tinymce.wp-editor.post-type-post,
body#tinymce.wp-editor.post-type-news,
body#tinymce.wp-editor.post-type-blog,
.c-post,
.p-policy {
  /*
    img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 800px;
      margin: 4em auto;
      @media screen and (max-width: 750px) {
        margin: 2em auto 1em;
      }
    }

    img.centered {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    img.alignright {
      margin-left: 40px;
      display: inline;
      @media screen and (max-width: 750px) {
        margin-left: 40px;
      }
    }

    img.alignleft {
      margin-right: 40px;
      display: inline;
      @media screen and (max-width: 750px) {
        margin-right: 40px;
      }
    }
  */
}
body#tinymce.wp-editor.post-type-post .writer,
body#tinymce.wp-editor.post-type-news .writer,
body#tinymce.wp-editor.post-type-blog .writer,
.c-post .writer,
.p-policy .writer {
  color: #e8c42d;
  text-decoration: underline;
}
body#tinymce.wp-editor.post-type-post a,
body#tinymce.wp-editor.post-type-news a,
body#tinymce.wp-editor.post-type-blog a,
.c-post a,
.p-policy a {
  word-break: break-all;
}
body#tinymce.wp-editor.post-type-post h1,
body#tinymce.wp-editor.post-type-post h2,
body#tinymce.wp-editor.post-type-news h1,
body#tinymce.wp-editor.post-type-news h2,
body#tinymce.wp-editor.post-type-blog h1,
body#tinymce.wp-editor.post-type-blog h2,
.c-post h1,
.p-policy h1,
.c-post h2,
.p-policy h2 {
  margin: 2em 0 1em;
}
body#tinymce.wp-editor.post-type-post h3,
body#tinymce.wp-editor.post-type-news h3,
body#tinymce.wp-editor.post-type-blog h3,
.c-post h3,
.p-policy h3 {
  margin: 2em 0 1em;
}
@media screen and (max-width: 750px) {
  body#tinymce.wp-editor.post-type-post h3,
  body#tinymce.wp-editor.post-type-news h3,
  body#tinymce.wp-editor.post-type-blog h3,
  .c-post h3,
  .p-policy h3 {
    font-size: 1.6rem;
  }
}
body#tinymce.wp-editor.post-type-post h4,
body#tinymce.wp-editor.post-type-news h4,
body#tinymce.wp-editor.post-type-blog h4,
.c-post h4,
.p-policy h4 {
  margin: 1em 0 0.4em;
}
body#tinymce.wp-editor.post-type-post h4 + p,
body#tinymce.wp-editor.post-type-news h4 + p,
body#tinymce.wp-editor.post-type-blog h4 + p,
.c-post h4 + p,
.p-policy h4 + p {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  body#tinymce.wp-editor.post-type-post h4,
  body#tinymce.wp-editor.post-type-news h4,
  body#tinymce.wp-editor.post-type-blog h4,
  .c-post h4,
  .p-policy h4 {
    font-size: 1.5rem;
  }
}
body#tinymce.wp-editor.post-type-post h5,
body#tinymce.wp-editor.post-type-news h5,
body#tinymce.wp-editor.post-type-blog h5,
.c-post h5,
.p-policy h5 {
  margin: 1em 0;
}
body#tinymce.wp-editor.post-type-post h6,
body#tinymce.wp-editor.post-type-news h6,
body#tinymce.wp-editor.post-type-blog h6,
.c-post h6,
.p-policy h6 {
  margin: 1em 0;
}
body#tinymce.wp-editor.post-type-post section,
body#tinymce.wp-editor.post-type-news section,
body#tinymce.wp-editor.post-type-blog section,
.c-post section,
.p-policy section {
  clear: both;
  padding-bottom: 1em;
}
body#tinymce.wp-editor.post-type-post > p,
body#tinymce.wp-editor.post-type-news > p,
body#tinymce.wp-editor.post-type-blog > p,
.c-post > p,
.p-policy > p {
  display: block;
  margin-bottom: 2em;
}
body#tinymce.wp-editor.post-type-post a:not(.notPstyle),
body#tinymce.wp-editor.post-type-news a:not(.notPstyle),
body#tinymce.wp-editor.post-type-blog a:not(.notPstyle),
.c-post a:not(.notPstyle),
.p-policy a:not(.notPstyle) {
  color: #e8c42d;
  text-decoration: underline;
}
@media (hover: hover) {
  body#tinymce.wp-editor.post-type-post a:not(.notPstyle):where(:-webkit-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-news a:not(.notPstyle):where(:-webkit-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-blog a:not(.notPstyle):where(:-webkit-any-link, :enabled, summary):hover, .c-post a:not(.notPstyle):where(:-webkit-any-link, :enabled, summary):hover, .p-policy a:not(.notPstyle):where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 1;
    text-decoration: none;
  }
  body#tinymce.wp-editor.post-type-post a:not(.notPstyle):where(:-moz-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-news a:not(.notPstyle):where(:-moz-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-blog a:not(.notPstyle):where(:-moz-any-link, :enabled, summary):hover, .c-post a:not(.notPstyle):where(:-moz-any-link, :enabled, summary):hover, .p-policy a:not(.notPstyle):where(:-moz-any-link, :enabled, summary):hover {
    opacity: 1;
    text-decoration: none;
  }
  body#tinymce.wp-editor.post-type-post a:not(.notPstyle):where(:any-link, :enabled, summary):hover,
  body#tinymce.wp-editor.post-type-news a:not(.notPstyle):where(:any-link, :enabled, summary):hover,
  body#tinymce.wp-editor.post-type-blog a:not(.notPstyle):where(:any-link, :enabled, summary):hover,
  .c-post a:not(.notPstyle):where(:any-link, :enabled, summary):hover,
  .p-policy a:not(.notPstyle):where(:any-link, :enabled, summary):hover {
    opacity: 1;
    text-decoration: none;
  }
}
body#tinymce.wp-editor.post-type-post a:active,
body#tinymce.wp-editor.post-type-news a:active,
body#tinymce.wp-editor.post-type-blog a:active,
.c-post a:active,
.p-policy a:active {
  color: #e8c42d;
}
body#tinymce.wp-editor.post-type-post strong,
body#tinymce.wp-editor.post-type-news strong,
body#tinymce.wp-editor.post-type-blog strong,
.c-post strong,
.p-policy strong {
  color: #333333;
}
body#tinymce.wp-editor.post-type-post em,
body#tinymce.wp-editor.post-type-news em,
body#tinymce.wp-editor.post-type-blog em,
.c-post em,
.p-policy em {
  font-style: italic;
}
body#tinymce.wp-editor.post-type-post figcaption,
body#tinymce.wp-editor.post-type-news figcaption,
body#tinymce.wp-editor.post-type-blog figcaption,
.c-post figcaption,
.p-policy figcaption {
  font-size: 1.4rem;
  margin-top: -2em;
}
@media screen and (max-width: 750px) {
  body#tinymce.wp-editor.post-type-post figcaption,
  body#tinymce.wp-editor.post-type-news figcaption,
  body#tinymce.wp-editor.post-type-blog figcaption,
  .c-post figcaption,
  .p-policy figcaption {
    font-size: 1.3rem;
  }
}
body#tinymce.wp-editor.post-type-post blockquote,
body#tinymce.wp-editor.post-type-post q,
body#tinymce.wp-editor.post-type-news blockquote,
body#tinymce.wp-editor.post-type-news q,
body#tinymce.wp-editor.post-type-blog blockquote,
body#tinymce.wp-editor.post-type-blog q,
.c-post blockquote,
.p-policy blockquote,
.c-post q,
.p-policy q {
  color: #666;
  background-color: #fff;
  font-style: italic;
  padding: 2em 2em 2em 5em;
  position: relative;
  margin: 1em 0;
  border-left: solid 5px #ccc;
}
@media screen and (max-width: 750px) {
  body#tinymce.wp-editor.post-type-post blockquote,
  body#tinymce.wp-editor.post-type-post q,
  body#tinymce.wp-editor.post-type-news blockquote,
  body#tinymce.wp-editor.post-type-news q,
  body#tinymce.wp-editor.post-type-blog blockquote,
  body#tinymce.wp-editor.post-type-blog q,
  .c-post blockquote,
  .p-policy blockquote,
  .c-post q,
  .p-policy q {
    padding: 3em 2.5em 2em;
  }
}
body#tinymce.wp-editor.post-type-post blockquote::before,
body#tinymce.wp-editor.post-type-post q::before,
body#tinymce.wp-editor.post-type-news blockquote::before,
body#tinymce.wp-editor.post-type-news q::before,
body#tinymce.wp-editor.post-type-blog blockquote::before,
body#tinymce.wp-editor.post-type-blog q::before,
.c-post blockquote::before,
.p-policy blockquote::before,
.c-post q::before,
.p-policy q::before {
  content: "";
  display: block;
  background-image: url("../images/ico6.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 2em;
  top: 2em;
}
@media screen and (max-width: 750px) {
  body#tinymce.wp-editor.post-type-post blockquote::before,
  body#tinymce.wp-editor.post-type-post q::before,
  body#tinymce.wp-editor.post-type-news blockquote::before,
  body#tinymce.wp-editor.post-type-news q::before,
  body#tinymce.wp-editor.post-type-blog blockquote::before,
  body#tinymce.wp-editor.post-type-blog q::before,
  .c-post blockquote::before,
  .p-policy blockquote::before,
  .c-post q::before,
  .p-policy q::before {
    left: 2.5em;
    top: 0.3em;
  }
}
body#tinymce.wp-editor.post-type-post blockquote footer,
body#tinymce.wp-editor.post-type-post q footer,
body#tinymce.wp-editor.post-type-news blockquote footer,
body#tinymce.wp-editor.post-type-news q footer,
body#tinymce.wp-editor.post-type-blog blockquote footer,
body#tinymce.wp-editor.post-type-blog q footer,
.c-post blockquote footer,
.p-policy blockquote footer,
.c-post q footer,
.p-policy q footer {
  text-align: right;
  font-size: pxToEm(12);
}
@media screen and (max-width: 750px) {
  body#tinymce.wp-editor.post-type-post blockquote footer,
  body#tinymce.wp-editor.post-type-post q footer,
  body#tinymce.wp-editor.post-type-news blockquote footer,
  body#tinymce.wp-editor.post-type-news q footer,
  body#tinymce.wp-editor.post-type-blog blockquote footer,
  body#tinymce.wp-editor.post-type-blog q footer,
  .c-post blockquote footer,
  .p-policy blockquote footer,
  .c-post q footer,
  .p-policy q footer {
    font-size: 0.9em;
  }
}
body#tinymce.wp-editor.post-type-post blockquote a,
body#tinymce.wp-editor.post-type-post q a,
body#tinymce.wp-editor.post-type-news blockquote a,
body#tinymce.wp-editor.post-type-news q a,
body#tinymce.wp-editor.post-type-blog blockquote a,
body#tinymce.wp-editor.post-type-blog q a,
.c-post blockquote a,
.p-policy blockquote a,
.c-post q a,
.p-policy q a {
  color: #666;
}
body#tinymce.wp-editor.post-type-post ul:not(.checkerboard),
body#tinymce.wp-editor.post-type-news ul:not(.checkerboard),
body#tinymce.wp-editor.post-type-blog ul:not(.checkerboard),
.c-post ul:not(.checkerboard),
.p-policy ul:not(.checkerboard) {
  margin: 1em 0 2em;
}
body#tinymce.wp-editor.post-type-post ol,
body#tinymce.wp-editor.post-type-news ol,
body#tinymce.wp-editor.post-type-blog ol,
.c-post ol,
.p-policy ol {
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
  counter-reset: item_a;
}
body#tinymce.wp-editor.post-type-post ol > li,
body#tinymce.wp-editor.post-type-news ol > li,
body#tinymce.wp-editor.post-type-blog ol > li,
.c-post ol > li,
.p-policy ol > li {
  padding-left: 1.2em;
  position: relative;
}
body#tinymce.wp-editor.post-type-post ol > li::before,
body#tinymce.wp-editor.post-type-news ol > li::before,
body#tinymce.wp-editor.post-type-blog ol > li::before,
.c-post ol > li::before,
.p-policy ol > li::before {
  content: counter(item_a) ".";
  counter-increment: item_a;
  font-weight: normal;
  position: absolute;
  top: 0.1em;
  left: 0%;
  color: #e8c42d;
  font-weight: bold;
}
body#tinymce.wp-editor.post-type-post ol > li b,
body#tinymce.wp-editor.post-type-news ol > li b,
body#tinymce.wp-editor.post-type-blog ol > li b,
.c-post ol > li b,
.p-policy ol > li b {
  display: inline-block;
  margin-bottom: 0.5em;
}
body#tinymce.wp-editor.post-type-post .checkerboard,
body#tinymce.wp-editor.post-type-news .checkerboard,
body#tinymce.wp-editor.post-type-blog .checkerboard,
.c-post .checkerboard,
.p-policy .checkerboard {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  body#tinymce.wp-editor.post-type-post .checkerboard,
  body#tinymce.wp-editor.post-type-news .checkerboard,
  body#tinymce.wp-editor.post-type-blog .checkerboard,
  .c-post .checkerboard,
  .p-policy .checkerboard {
    grid-template-columns: repeat(2, 1fr);
  }
}
body#tinymce.wp-editor.post-type-post .checkerboard > *,
body#tinymce.wp-editor.post-type-news .checkerboard > *,
body#tinymce.wp-editor.post-type-blog .checkerboard > *,
.c-post .checkerboard > *,
.p-policy .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;
}
body#tinymce.wp-editor.post-type-post .checkerboard > *:nth-child(even),
body#tinymce.wp-editor.post-type-news .checkerboard > *:nth-child(even),
body#tinymce.wp-editor.post-type-blog .checkerboard > *:nth-child(even),
.c-post .checkerboard > *:nth-child(even),
.p-policy .checkerboard > *:nth-child(even) {
  background-color: #fff;
}
body#tinymce.wp-editor.post-type-post .textcenter,
body#tinymce.wp-editor.post-type-news .textcenter,
body#tinymce.wp-editor.post-type-blog .textcenter,
.c-post .textcenter,
.p-policy .textcenter {
  text-align: center;
}
body#tinymce.wp-editor.post-type-post .textright,
body#tinymce.wp-editor.post-type-news .textright,
body#tinymce.wp-editor.post-type-blog .textright,
.c-post .textright,
.p-policy .textright {
  text-align: right;
}
body#tinymce.wp-editor.post-type-post .textleft,
body#tinymce.wp-editor.post-type-news .textleft,
body#tinymce.wp-editor.post-type-blog .textleft,
.c-post .textleft,
.p-policy .textleft {
  text-align: left;
}
body#tinymce.wp-editor.post-type-post .aligncenter,
body#tinymce.wp-editor.post-type-news .aligncenter,
body#tinymce.wp-editor.post-type-blog .aligncenter,
.c-post .aligncenter,
.p-policy .aligncenter {
  display: block;
}
body#tinymce.wp-editor.post-type-post img,
body#tinymce.wp-editor.post-type-news img,
body#tinymce.wp-editor.post-type-blog img,
.c-post img,
.p-policy img {
  display: block;
  height: auto;
  max-width: calc(100% - 60px);
  margin: 2em auto;
  float: none !important;
}
@media screen and (max-width: 750px) {
  body#tinymce.wp-editor.post-type-post img,
  body#tinymce.wp-editor.post-type-news img,
  body#tinymce.wp-editor.post-type-blog img,
  .c-post img,
  .p-policy img {
    max-width: none;
    max-width: 100%;
  }
}
body#tinymce.wp-editor.post-type-post .imgBox,
body#tinymce.wp-editor.post-type-news .imgBox,
body#tinymce.wp-editor.post-type-blog .imgBox,
.c-post .imgBox,
.p-policy .imgBox {
  padding-left: 2em;
  padding-right: 2em;
}
@media screen and (max-width: 750px) {
  body#tinymce.wp-editor.post-type-post .imgBox,
  body#tinymce.wp-editor.post-type-news .imgBox,
  body#tinymce.wp-editor.post-type-blog .imgBox,
  .c-post .imgBox,
  .p-policy .imgBox {
    padding-left: 0;
    padding-right: 0;
  }
}
body#tinymce.wp-editor.post-type-post .wp-caption,
body#tinymce.wp-editor.post-type-news .wp-caption,
body#tinymce.wp-editor.post-type-blog .wp-caption,
.c-post .wp-caption,
.p-policy .wp-caption {
  max-width: 100%;
  margin: 10px auto;
  text-align: center;
}
body#tinymce.wp-editor.post-type-post .wp-caption img,
body#tinymce.wp-editor.post-type-news .wp-caption img,
body#tinymce.wp-editor.post-type-blog .wp-caption img,
.c-post .wp-caption img,
.p-policy .wp-caption img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  width: auto;
}
body#tinymce.wp-editor.post-type-post table,
body#tinymce.wp-editor.post-type-news table,
body#tinymce.wp-editor.post-type-blog table,
.c-post table,
.p-policy table {
  margin: 2em 0;
}
body#tinymce.wp-editor.post-type-post table th,
body#tinymce.wp-editor.post-type-news table th,
body#tinymce.wp-editor.post-type-blog table th,
.c-post table th,
.p-policy table th {
  vertical-align: top !important;
}
body#tinymce.wp-editor.post-type-post table ul,
body#tinymce.wp-editor.post-type-news table ul,
body#tinymce.wp-editor.post-type-blog table ul,
.c-post table ul,
.p-policy table ul {
  margin: 0 !important;
}
body#tinymce.wp-editor.post-type-post .btnarea,
body#tinymce.wp-editor.post-type-news .btnarea,
body#tinymce.wp-editor.post-type-blog .btnarea,
.c-post .btnarea,
.p-policy .btnarea {
  text-align: center;
  margin: 120px 0 0;
}
@media screen and (max-width: 750px) {
  body#tinymce.wp-editor.post-type-post .btnarea,
  body#tinymce.wp-editor.post-type-news .btnarea,
  body#tinymce.wp-editor.post-type-blog .btnarea,
  .c-post .btnarea,
  .p-policy .btnarea {
    margin: 60px 0 0;
  }
}
body#tinymce.wp-editor.post-type-post .grid2,
body#tinymce.wp-editor.post-type-news .grid2,
body#tinymce.wp-editor.post-type-blog .grid2,
.c-post .grid2,
.p-policy .grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 750px) {
  body#tinymce.wp-editor.post-type-post .grid2,
  body#tinymce.wp-editor.post-type-news .grid2,
  body#tinymce.wp-editor.post-type-blog .grid2,
  .c-post .grid2,
  .p-policy .grid2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
body#tinymce.wp-editor.post-type-post .pdf,
body#tinymce.wp-editor.post-type-post a.pdf,
body#tinymce.wp-editor.post-type-news .pdf,
body#tinymce.wp-editor.post-type-news a.pdf,
body#tinymce.wp-editor.post-type-blog .pdf,
body#tinymce.wp-editor.post-type-blog a.pdf,
.c-post .pdf,
.p-policy .pdf,
.c-post a.pdf {
  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;
  gap: 18px;
  min-height: 60px;
  border-radius: 30px;
  padding: 5px 18px 5px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #f7f7f7;
  color: #333333;
}
@media screen and (max-width: 750px) {
  body#tinymce.wp-editor.post-type-post .pdf,
  body#tinymce.wp-editor.post-type-post a.pdf,
  body#tinymce.wp-editor.post-type-news .pdf,
  body#tinymce.wp-editor.post-type-news a.pdf,
  body#tinymce.wp-editor.post-type-blog .pdf,
  body#tinymce.wp-editor.post-type-blog a.pdf,
  .c-post .pdf,
  .p-policy .pdf,
  .c-post a.pdf {
    font-size: 1.4rem;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body#tinymce.wp-editor.post-type-post .pdf::after,
body#tinymce.wp-editor.post-type-post a.pdf::after,
body#tinymce.wp-editor.post-type-news .pdf::after,
body#tinymce.wp-editor.post-type-news a.pdf::after,
body#tinymce.wp-editor.post-type-blog .pdf::after,
body#tinymce.wp-editor.post-type-blog a.pdf::after,
.c-post .pdf::after,
.p-policy .pdf::after,
.c-post a.pdf::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e8c42d;
  background-image: url("../images/icon-svg/icon-pdf2.svg");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  body#tinymce.wp-editor.post-type-post .pdf:where(:-webkit-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-post a.pdf:where(:-webkit-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-news .pdf:where(:-webkit-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-news a.pdf:where(:-webkit-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-blog .pdf:where(:-webkit-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-blog a.pdf:where(:-webkit-any-link, :enabled, summary):hover, .c-post .pdf:where(:-webkit-any-link, :enabled, summary):hover, .p-policy .pdf:where(:-webkit-any-link, :enabled, summary):hover, .c-post a.pdf:where(:-webkit-any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
  body#tinymce.wp-editor.post-type-post .pdf:where(:-moz-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-post a.pdf:where(:-moz-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-news .pdf:where(:-moz-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-news a.pdf:where(:-moz-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-blog .pdf:where(:-moz-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-blog a.pdf:where(:-moz-any-link, :enabled, summary):hover, .c-post .pdf:where(:-moz-any-link, :enabled, summary):hover, .p-policy .pdf:where(:-moz-any-link, :enabled, summary):hover, .c-post a.pdf:where(:-moz-any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
  body#tinymce.wp-editor.post-type-post .pdf:where(:any-link, :enabled, summary):hover,
  body#tinymce.wp-editor.post-type-post a.pdf:where(:any-link, :enabled, summary):hover,
  body#tinymce.wp-editor.post-type-news .pdf:where(:any-link, :enabled, summary):hover,
  body#tinymce.wp-editor.post-type-news a.pdf:where(:any-link, :enabled, summary):hover,
  body#tinymce.wp-editor.post-type-blog .pdf:where(:any-link, :enabled, summary):hover,
  body#tinymce.wp-editor.post-type-blog a.pdf:where(:any-link, :enabled, summary):hover,
  .c-post .pdf:where(:any-link, :enabled, summary):hover,
  .p-policy .pdf:where(:any-link, :enabled, summary):hover,
  .c-post a.pdf:where(:any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
  body#tinymce.wp-editor.post-type-post .pdf:where(:-webkit-any-link, :enabled, summary):hover::after, body#tinymce.wp-editor.post-type-post a.pdf:where(:-webkit-any-link, :enabled, summary):hover::after, body#tinymce.wp-editor.post-type-news .pdf:where(:-webkit-any-link, :enabled, summary):hover::after, body#tinymce.wp-editor.post-type-news a.pdf:where(:-webkit-any-link, :enabled, summary):hover::after, body#tinymce.wp-editor.post-type-blog .pdf:where(:-webkit-any-link, :enabled, summary):hover::after, body#tinymce.wp-editor.post-type-blog a.pdf:where(:-webkit-any-link, :enabled, summary):hover::after, .c-post .pdf:where(:-webkit-any-link, :enabled, summary):hover::after, .p-policy .pdf:where(:-webkit-any-link, :enabled, summary):hover::after, .c-post a.pdf:where(:-webkit-any-link, :enabled, summary):hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  body#tinymce.wp-editor.post-type-post .pdf:where(:-moz-any-link, :enabled, summary):hover::after, body#tinymce.wp-editor.post-type-post a.pdf:where(:-moz-any-link, :enabled, summary):hover::after, body#tinymce.wp-editor.post-type-news .pdf:where(:-moz-any-link, :enabled, summary):hover::after, body#tinymce.wp-editor.post-type-news a.pdf:where(:-moz-any-link, :enabled, summary):hover::after, body#tinymce.wp-editor.post-type-blog .pdf:where(:-moz-any-link, :enabled, summary):hover::after, body#tinymce.wp-editor.post-type-blog a.pdf:where(:-moz-any-link, :enabled, summary):hover::after, .c-post .pdf:where(:-moz-any-link, :enabled, summary):hover::after, .p-policy .pdf:where(:-moz-any-link, :enabled, summary):hover::after, .c-post a.pdf:where(:-moz-any-link, :enabled, summary):hover::after {
    transform: scale(1.2);
  }
  body#tinymce.wp-editor.post-type-post .pdf:where(:any-link, :enabled, summary):hover::after,
  body#tinymce.wp-editor.post-type-post a.pdf:where(:any-link, :enabled, summary):hover::after,
  body#tinymce.wp-editor.post-type-news .pdf:where(:any-link, :enabled, summary):hover::after,
  body#tinymce.wp-editor.post-type-news a.pdf:where(:any-link, :enabled, summary):hover::after,
  body#tinymce.wp-editor.post-type-blog .pdf:where(:any-link, :enabled, summary):hover::after,
  body#tinymce.wp-editor.post-type-blog a.pdf:where(:any-link, :enabled, summary):hover::after,
  .c-post .pdf:where(:any-link, :enabled, summary):hover::after,
  .p-policy .pdf:where(:any-link, :enabled, summary):hover::after,
  .c-post a.pdf:where(:any-link, :enabled, summary):hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
body#tinymce.wp-editor.post-type-post .p-interview > div,
body#tinymce.wp-editor.post-type-news .p-interview > div,
body#tinymce.wp-editor.post-type-blog .p-interview > div,
.c-post .p-interview > div,
.p-policy .p-interview > div {
  font-weight: bold;
  margin-top: 2em;
}

.p-testimonials-single .c-post h2, .p-testimonials-single .p-policy h2 {
  padding-bottom: 0;
  padding-left: 0.7em;
  border: none;
  border-left: solid 4px #e8c42d;
}
.p-testimonials-single .c-post h2::after, .p-testimonials-single .p-policy h2::after {
  display: none;
}

body.single-blog .c-post ul, body.single-blog .p-policy ul {
  padding: 1em 1em 1em 3em !important;
  border-radius: 10px;
  background-color: #fff;
}

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

.c-shadow2, .c-card-service, .c-card-testimonials {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.c-line1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#1b9353), color-stop(70%, #1ab289));
  background-image: -webkit-linear-gradient(left, #1b9353, #1ab289 70%);
  background-image: linear-gradient(to right, #1b9353, #1ab289 70%);
}

.c-border1, .c-ttl6, .c-list-cases > li, .c-card-journal {
  position: relative;
}
.c-border1::before, .c-ttl6::before, .c-list-cases > li::before, .c-card-journal::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #e8c42d;
}
.c-border1::after, .c-ttl6::after, .c-list-cases > li::after, .c-card-journal::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 23px;
  width: calc(100% - 23px);
  height: 1px;
  background-color: #ddd;
}

.c-bg-line1, .c-hero__news {
  background-image: url("../images/common/icon-line1.svg");
  background-size: 32px 2px;
  background-repeat: no-repeat;
  background-position: top 2px left 20px;
}

.c-bg-shine, .c-hero .main .slide-l h1, .c-bg-shine-play, .c-mv2 .inner h1 strong, .c-mv2 .inner h1 {
  background-image: -webkit-linear-gradient(10deg, rgba(0, 0, 0, 0.9) 30%, #f5a12e 60%, rgba(0, 0, 0, 0.9) 100%);
  background-image: linear-gradient(80deg, rgba(0, 0, 0, 0.9) 30%, #f5a12e 60%, rgba(0, 0, 0, 0.9) 100%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.c-bg-shine-play, .c-mv2 .inner h1 strong, .c-mv2 .inner h1 {
  -webkit-animation: shine 3s 1s ease-out forwards;
          animation: shine 3s 1s ease-out forwards;
}

@-webkit-keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.c-hover1 .ttl, .c-card-news .ttl, .c-card-product--s .ttl, .c-card-journal--b .ttl, .c-card-journal .ttl {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.c-hover1 .img, .c-card-news .img, .c-card-product--s .img, .c-card-journal--b .img, .c-card-journal .img {
  overflow: hidden;
}
.c-hover1 .img img, .c-card-news .img img, .c-card-product--s .img img, .c-card-journal--b .img img, .c-card-journal .img img {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .c-hover1:where(:-webkit-any-link, :enabled, summary):hover, .c-card-news:where(:-webkit-any-link, :enabled, summary):hover, .c-card-product--s:where(:-webkit-any-link, :enabled, summary):hover, .c-card-journal--b:where(:-webkit-any-link, :enabled, summary):hover, .c-card-journal:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #fcfaf4 !important;
    border-color: #e8c42d !important;
  }
  .c-hover1:where(:-moz-any-link, :enabled, summary):hover, .c-card-news:where(:-moz-any-link, :enabled, summary):hover, .c-card-product--s:where(:-moz-any-link, :enabled, summary):hover, .c-card-journal--b:where(:-moz-any-link, :enabled, summary):hover, .c-card-journal:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fcfaf4 !important;
    border-color: #e8c42d !important;
  }
  .c-hover1:where(:any-link, :enabled, summary):hover, .c-card-news:where(:any-link, :enabled, summary):hover, .c-card-product--s:where(:any-link, :enabled, summary):hover, .c-card-journal--b:where(:any-link, :enabled, summary):hover, .c-card-journal:where(:any-link, :enabled, summary):hover {
    background-color: #fcfaf4 !important;
    border-color: #e8c42d !important;
  }
  .c-hover1:where(:-webkit-any-link, :enabled, summary):hover .ttl, .c-card-news:where(:-webkit-any-link, :enabled, summary):hover .ttl, .c-card-product--s:where(:-webkit-any-link, :enabled, summary):hover .ttl, .c-card-journal--b:where(:-webkit-any-link, :enabled, summary):hover .ttl, .c-card-journal:where(:-webkit-any-link, :enabled, summary):hover .ttl {
    color: #e8c42d;
  }
  .c-hover1:where(:-moz-any-link, :enabled, summary):hover .ttl, .c-card-news:where(:-moz-any-link, :enabled, summary):hover .ttl, .c-card-product--s:where(:-moz-any-link, :enabled, summary):hover .ttl, .c-card-journal--b:where(:-moz-any-link, :enabled, summary):hover .ttl, .c-card-journal:where(:-moz-any-link, :enabled, summary):hover .ttl {
    color: #e8c42d;
  }
  .c-hover1:where(:any-link, :enabled, summary):hover .ttl, .c-card-news:where(:any-link, :enabled, summary):hover .ttl, .c-card-product--s:where(:any-link, :enabled, summary):hover .ttl, .c-card-journal--b:where(:any-link, :enabled, summary):hover .ttl, .c-card-journal:where(:any-link, :enabled, summary):hover .ttl {
    color: #e8c42d;
  }
  .c-hover1:where(:-webkit-any-link, :enabled, summary):hover .img img, .c-card-news:where(:-webkit-any-link, :enabled, summary):hover .img img, .c-card-product--s:where(:-webkit-any-link, :enabled, summary):hover .img img, .c-card-journal--b:where(:-webkit-any-link, :enabled, summary):hover .img img, .c-card-journal:where(:-webkit-any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .c-hover1:where(:-moz-any-link, :enabled, summary):hover .img img, .c-card-news:where(:-moz-any-link, :enabled, summary):hover .img img, .c-card-product--s:where(:-moz-any-link, :enabled, summary):hover .img img, .c-card-journal--b:where(:-moz-any-link, :enabled, summary):hover .img img, .c-card-journal:where(:-moz-any-link, :enabled, summary):hover .img img {
    transform: scale(1.07);
  }
  .c-hover1:where(:any-link, :enabled, summary):hover .img img, .c-card-news:where(:any-link, :enabled, summary):hover .img img, .c-card-product--s:where(:any-link, :enabled, summary):hover .img img, .c-card-journal--b:where(:any-link, :enabled, summary):hover .img img, .c-card-journal:where(:any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}

/*----------------------------------------------------------------
  Navs
-----------------------------------------------------------------*/
.c-hash-nav {
  padding: 30px;
  border-radius: 5px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 750px) {
  .c-hash-nav {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.c-hash-nav a {
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .c-slide-nav {
    margin-top: 60px;
  }
}
.c-slide-nav .slick-arrow {
  z-index: 100;
  top: -100px;
  right: 30px;
  left: auto;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  background-image: url("../images/common/icon-btn-arrow-bk.svg");
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 750px) {
  .c-slide-nav .slick-arrow {
    opacity: 1;
    top: -50px;
    right: 0;
  }
}
.c-slide-nav .slick-arrow::before {
  display: none;
}
.c-slide-nav .slick-arrow.slick-prev {
  right: 84px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 750px) {
  .c-slide-nav .slick-arrow.slick-prev {
    right: 50px;
  }
}
@media (hover: hover) {
  .c-slide-nav .slick-arrow:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #000;
    background-image: url("../images/common/icon-btn-arrow-wh.svg");
  }
  .c-slide-nav .slick-arrow:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #000;
    background-image: url("../images/common/icon-btn-arrow-wh.svg");
  }
  .c-slide-nav .slick-arrow:where(:any-link, :enabled, summary):hover {
    background-color: #000;
    background-image: url("../images/common/icon-btn-arrow-wh.svg");
  }
}

.c-nav-right {
  padding-top: 60px;
  padding-bottom: 120px;
  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;
}
@media screen and (max-width: 750px) {
  .c-nav-right {
    padding-top: 48px;
    padding-bottom: 72px;
  }
}

/* .c-nav-related
______________________________________________*/
.c-nav-related {
  background-color: #f7f7f7;
  padding: 120px 0;
}
@media screen and (max-width: 750px) {
  .c-nav-related {
    padding: 47px 0 40px;
  }
}
.c-nav-related > * h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .c-nav-related > * h2 {
    margin-bottom: 32px;
  }
}
.c-nav-related > * .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .c-nav-related > * .list {
    width: calc(100% + 20px);
    gap: 15px;
    padding: 0 20px 20px 0;
    overflow-x: scroll;
  }
}
.c-nav-related > * .list > * > * {
  height: 100%;
}

/* .c-nav-news-cat
______________________________________________*/
.c-nav-news-cat > ul {
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 35px;
}
@media screen and (max-width: 750px) {
  .c-nav-news-cat > ul {
    -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;
    gap: 13px 30px;
  }
}
.c-nav-news-cat > ul a,
.c-nav-news-cat > ul button {
  color: #333333;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}
@media (hover: hover) {
  .c-nav-news-cat > ul a:where(:-webkit-any-link, :enabled, summary):hover, .c-nav-news-cat > ul button:where(:-webkit-any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
  .c-nav-news-cat > ul a:where(:-moz-any-link, :enabled, summary):hover, .c-nav-news-cat > ul button:where(:-moz-any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
  .c-nav-news-cat > ul a:where(:any-link, :enabled, summary):hover,
  .c-nav-news-cat > ul button:where(:any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
}
.c-nav-news-cat > ul .current-cat * {
  color: #e8c42d;
  border-bottom: solid 1px #e8c42d;
  pointer-events: none;
}

/* .c-nav-index1
______________________________________________*/
.c-nav-index1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .c-nav-index1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.c-nav-index1 a {
  min-height: 324px;
  padding: 54px 28px 40px;
}
@media screen and (max-width: 750px) {
  .c-nav-index1 a {
    min-height: auto;
    padding: 33px 28px 50px;
  }
}
.c-nav-index1 a h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .c-nav-index1 a h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.c-nav-index1 a .c-btn1, .c-nav-index1 a .c-btn1--l, .c-nav-index1 a .c-pager-b .prev a, .c-pager-b .prev .c-nav-index1 a a, .c-nav-index1 a .c-btn1--r, .c-nav-index1 a .c-pager-b .next a, .c-pager-b .next .c-nav-index1 a a, .c-nav-index1 a .c-btn1--wh {
  padding-top: 20px;
  margin: auto 0 0;
}
@media screen and (max-width: 750px) {
  .c-nav-index1 a .c-btn1, .c-nav-index1 a .c-btn1--l, .c-nav-index1 a .c-pager-b .prev a, .c-pager-b .prev .c-nav-index1 a a, .c-nav-index1 a .c-btn1--r, .c-nav-index1 a .c-pager-b .next a, .c-pager-b .next .c-nav-index1 a a, .c-nav-index1 a .c-btn1--wh {
    padding-top: 30px;
  }
}

/* .c-nav-index2
______________________________________________*/
.c-nav-index2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .c-nav-index2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.c-nav-index2 a {
  padding: 29px 40px 29px 29px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  gap: 38px;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .c-nav-index2 a {
    padding: 29px 20px 35px;
  }
}
.c-nav-index2 a .img {
  width: 201px;
  min-width: 201px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-nav-index2 a .img {
    width: 100%;
    aspect-ratio: 295/190;
    min-width: 0;
  }
}
.c-nav-index2 a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-nav-index2 a h3 {
  font-size: 2.8rem !important;
  margin: 10px 0 15px;
}
@media screen and (max-width: 750px) {
  .c-nav-index2 a h3 {
    font-size: 2.2rem !important;
    margin: 19px 0 15px;
  }
}
.c-nav-index2 a .c-btn1, .c-nav-index2 a .c-btn1--l, .c-nav-index2 a .c-pager-b .prev a, .c-pager-b .prev .c-nav-index2 a a, .c-nav-index2 a .c-btn1--r, .c-nav-index2 a .c-pager-b .next a, .c-pager-b .next .c-nav-index2 a a, .c-nav-index2 a .c-btn1--wh {
  margin: 32px 0 0 auto;
  float: right;
}
@media screen and (max-width: 750px) {
  .c-nav-index2 a .c-btn1, .c-nav-index2 a .c-btn1--l, .c-nav-index2 a .c-pager-b .prev a, .c-pager-b .prev .c-nav-index2 a a, .c-nav-index2 a .c-btn1--r, .c-nav-index2 a .c-pager-b .next a, .c-pager-b .next .c-nav-index2 a a, .c-nav-index2 a .c-btn1--wh {
    margin: 28px 0 0 auto;
  }
}

/* .c-nav1
______________________________________________*/
.c-nav1 {
  border-top: solid 1px #ddd;
}
.c-nav1 > .inner {
  padding-top: 92px;
  padding-bottom: 97px;
}
@media screen and (max-width: 750px) {
  .c-nav1 > .inner {
    padding-top: 42px;
    padding-bottom: 45px;
  }
}
.c-nav1 h2 {
  margin-bottom: 52px;
}
@media screen and (max-width: 750px) {
  .c-nav1 h2 {
    margin-bottom: 32px;
  }
}
.c-nav1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 750px) {
  .c-nav1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 9px;
  }
}
/* .c-breadcrumb
______________________________________________*/
.c-breadcrumb {
  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-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.3rem;
  z-index: 1;
  line-height: 1;
  white-space: nowrap;
  height: 79px;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb {
    height: 40px;
    font-size: 1.2rem;
  }
}
.c-breadcrumb > * {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  max-width: 100%;
  padding: 16px 25px;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb > * {
    padding: 12px 20px;
  }
}
.c-breadcrumb .separate {
  display: block;
  border-right: solid 1px #ddd;
  width: 1px;
  height: 1.1em;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin: 0 1em;
}
.c-breadcrumb a {
  opacity: 0.5;
}
.c-breadcrumb a:hover {
  opacity: 1;
}
.c-breadcrumb .current-item {
  opacity: 1;
}

/* .c-pager
______________________________________________*/
.c-pager {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin: 95px 0 0;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .c-pager {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 58px 0 80px;
    gap: 5px;
  }
}
.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: 50px;
  height: 50px;
  border: solid 1px #cccccc;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .c-pager .page-numbers {
    width: 37px;
    height: 37px;
    border-radius: 4px;
  }
}
.c-pager > .current {
  background-color: #e8c42d;
  border-color: #e8c42d;
  color: #fff !important;
}
.c-pager .dots {
  border: none;
  color: #e8c42d;
}
@media (hover: hover) {
  .c-pager a:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #333333;
    color: #fff;
  }
  .c-pager a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #333333;
    color: #fff;
  }
  .c-pager a:where(:any-link, :enabled, summary):hover {
    background-color: #333333;
    color: #fff;
  }
}

/* .c-pager-b
______________________________________________*/
.c-pager-b {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 54px 0 130px;
  border-top: solid 1px #ddd;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-pager-b {
    padding: 54px 0 170px;
  }
}
@media screen and (max-width: 750px) {
  .c-pager-b .back {
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-pager-b .back a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 60px;
  border: solid 1px #ddd;
  font-weight: bold;
  gap: 1em;
}
@media screen and (max-width: 750px) {
  .c-pager-b .back a {
    width: 182px;
  }
}
.c-pager-b .back a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("../images/common/icon-menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (hover: hover) {
  .c-pager-b .back a:where(:-webkit-any-link, :enabled, summary):hover {
    border-color: #e8c42d;
    background-color: #fcfaf4;
  }
  .c-pager-b .back a:where(:-moz-any-link, :enabled, summary):hover {
    border-color: #e8c42d;
    background-color: #fcfaf4;
  }
  .c-pager-b .back a:where(:any-link, :enabled, summary):hover {
    border-color: #e8c42d;
    background-color: #fcfaf4;
  }
}

/* ..c-nav-contact-index
______________________________________________*/
.c-nav-contact-index {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .c-nav-contact-index {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-nav-contact-index > * {
  padding: 75px 60px 88px;
  border: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .c-nav-contact-index > * {
    padding: 40px 20px 30px;
  }
}
.c-nav-contact-index > *:not(:first-child) {
  border-left: none;
}
@media screen and (max-width: 750px) {
  .c-nav-contact-index > *:not(:first-child) {
    border-left: solid 1px #ddd;
  }
}
.c-nav-contact-index > *:first-child {
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 750px) {
  .c-nav-contact-index > *:first-child {
    border-radius: 5px;
    margin-bottom: 20px;
  }
}
.c-nav-contact-index > *:last-child {
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 750px) {
  .c-nav-contact-index > *:last-child {
    border-radius: 5px;
  }
}
.c-nav-contact-index > * h2 {
  font-size: 2.8rem;
  margin-bottom: 44px;
}
@media screen and (max-width: 750px) {
  .c-nav-contact-index > * h2 {
    font-size: 1.9rem;
    margin-bottom: 35px;
  }
}
.c-nav-contact-index > * .c-btn3-l-wh {
  margin-bottom: 20px;
}

.c-nav-contact-index2 h2 {
  font-size: 2.8rem;
  margin: 70px 0 44px;
}
@media screen and (max-width: 750px) {
  .c-nav-contact-index2 h2 {
    font-size: 1.9rem;
    margin: 0 0 35px;
  }
}
.c-nav-contact-index2 nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 750px) {
  .c-nav-contact-index2 nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

/*----------------------------------------------------------------
  Table
-----------------------------------------------------------------*/
/* .c-table1
______________________________________________*/
.c-table1 {
  width: 100%;
  line-height: 1.9;
}
.c-table1 > * > tr > th,
.c-table1 > * > tr > td {
  padding: 0.6em 0.9em;
  border: solid 1px #dddddd;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .c-table1 > * > tr > th,
  .c-table1 > * > tr > td {
    padding: 0.2em 0.8em;
    display: block;
    border: none;
  }
}
@media screen and (max-width: 750px) {
  .c-table1 > * > tr > td {
    padding: 0.8em 0;
  }
}
.c-table1 > * > tr > th {
  font-weight: bold;
  background-color: #f7f7f7;
  vertical-align: top !important;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .c-table1 > * > tr > th {
    white-space: nowrap;
  }
}

/* .c-table2 // for form
______________________________________________*/
.c-table2, .c-page table, body#tinymce.wp-editor.post-type-post table,
body#tinymce.wp-editor.post-type-news table,
body#tinymce.wp-editor.post-type-blog table,
.c-post table,
.p-policy table {
  width: 100%;
}
.c-table2 th, .c-page table th, body#tinymce.wp-editor.post-type-post table th,
body#tinymce.wp-editor.post-type-news table th,
body#tinymce.wp-editor.post-type-blog table th,
.c-post table th,
.p-policy table th,
.c-table2 td,
.c-page table td,
body#tinymce.wp-editor.post-type-post table td,
body#tinymce.wp-editor.post-type-news table td,
body#tinymce.wp-editor.post-type-blog table td,
.c-post table td,
.p-policy table td {
  padding: 1.7em 0;
  border-top: solid 1px #ddd;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .c-table2 th, .c-page table th, body#tinymce.wp-editor.post-type-post table th,
  body#tinymce.wp-editor.post-type-news table th,
  body#tinymce.wp-editor.post-type-blog table th,
  .c-post table th,
  .p-policy table th,
  .c-table2 td,
  .c-page table td,
  body#tinymce.wp-editor.post-type-post table td,
  body#tinymce.wp-editor.post-type-news table td,
  body#tinymce.wp-editor.post-type-blog table td,
  .c-post table td,
  .p-policy table td {
    display: block;
    padding: 1em 0;
    border-top: none;
  }
}
@media screen and (max-width: 750px) {
  .c-table2 td, .c-page table td, body#tinymce.wp-editor.post-type-post table td,
  body#tinymce.wp-editor.post-type-news table td,
  body#tinymce.wp-editor.post-type-blog table td,
  .c-post table td,
  .p-policy table td {
    border-top: none;
    padding-top: 0;
    font-size: 1.4rem;
    border-bottom: solid 1px #ddd;
  }
}
.c-table2 th, .c-page table th, body#tinymce.wp-editor.post-type-post table th,
body#tinymce.wp-editor.post-type-news table th,
body#tinymce.wp-editor.post-type-blog table th,
.c-post table th,
.p-policy table th {
  font-weight: bold;
  white-space: nowrap;
  padding-right: 1em;
  width: 30%;
}
@media screen and (max-width: 750px) {
  .c-table2 th, .c-page table th, body#tinymce.wp-editor.post-type-post table th,
  body#tinymce.wp-editor.post-type-news table th,
  body#tinymce.wp-editor.post-type-blog table th,
  .c-post table th,
  .p-policy table th {
    width: 100%;
    border-bottom: none;
    font-size: 1.6rem;
    padding-bottom: 0.5em;
  }
}
.c-table2 p, .c-page table p, body#tinymce.wp-editor.post-type-post table p,
body#tinymce.wp-editor.post-type-news table p,
body#tinymce.wp-editor.post-type-blog table p,
.c-post table p,
.p-policy table p {
  text-decoration: none !important;
}
@media (hover: hover) {
  .c-table2 a:where(:-webkit-any-link, :enabled, summary):hover, .c-page table a:where(:-webkit-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-post table a:where(:-webkit-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-news table a:where(:-webkit-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-blog table a:where(:-webkit-any-link, :enabled, summary):hover, .c-post table a:where(:-webkit-any-link, :enabled, summary):hover, .p-policy table a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
  .c-table2 a:where(:-moz-any-link, :enabled, summary):hover, .c-page table a:where(:-moz-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-post table a:where(:-moz-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-news table a:where(:-moz-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-blog table a:where(:-moz-any-link, :enabled, summary):hover, .c-post table a:where(:-moz-any-link, :enabled, summary):hover, .p-policy table a:where(:-moz-any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
  .c-table2 a:where(:any-link, :enabled, summary):hover, .c-page table a:where(:any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-post table a:where(:any-link, :enabled, summary):hover,
  body#tinymce.wp-editor.post-type-news table a:where(:any-link, :enabled, summary):hover,
  body#tinymce.wp-editor.post-type-blog table a:where(:any-link, :enabled, summary):hover,
  .c-post table a:where(:any-link, :enabled, summary):hover,
  .p-policy table a:where(:any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
}

/* .c-table3 // for form
______________________________________________*/
.c-table3 {
  width: 100%;
}
.c-table3 th,
.c-table3 td {
  padding: 1.1em 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .c-table3 th,
  .c-table3 td {
    display: block;
    padding: 1em 0;
  }
}
@media screen and (max-width: 750px) {
  .c-table3 td {
    border-top: none;
    padding-top: 0;
    font-size: 1.4rem;
  }
}
.c-table3 th {
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 1em;
  width: 30%;
  position: relative;
}
.c-table3 th::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #e8c42d;
}
@media screen and (max-width: 750px) {
  .c-table3 th {
    width: 100%;
    border-bottom: none;
    font-size: 1.6rem;
  }
}
.c-table3 th > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .c-table3 th > * {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-table3 th strong {
  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: 55px;
  height: 25px;
  border-radius: 3px;
  background-color: #333333;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c-table3 th strong {
    margin-left: 14px;
  }
}
.c-table3 .v-top {
  vertical-align: top;
}

/*----------------------------------------------------------------
  HEADER
-----------------------------------------------------------------*/
/* .h-header
______________________________________________*/
.h-header {
  z-index: 20;
  min-width: 1280px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding: 0 18px 0 36px;
  border-bottom: solid 1px #ddd;
  background-color: #fff;
}
.h-header::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .h-header {
    height: 86px;
    min-width: 0;
    padding: 0 0 0 20px;
  }
}

.js-menuOpen .h-header {
  border-bottom: none;
}

.is-gnav-submenu-open .h-header::before {
  opacity: 1;
}

.h-logo {
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 195px;
}
@media screen and (max-width: 750px) {
  .h-logo {
    width: 169px;
  }
}
.h-logo img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* .h-gnav
______________________________________________*/
@media screen and (max-width: 750px) {
  .h-header .h-gnav {
    position: fixed;
    top: 86px;
    left: 0;
    max-height: calc(100% - 86px);
    overflow-y: scroll;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 10;
    padding: 25px 20px 0;
    background-color: #f7f7f7;
    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-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .h-header .h-gnav > * {
    max-width: calc(100vw - 40px);
  }
}
@media screen and (min-width: 751px) {
  .h-header .h-gnav .slug-home {
    display: none;
  }
}

.h-gnav {
  height: 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;
}
@media screen and (max-width: 750px) {
  .h-gnav {
    display: block;
  }
  .h-gnav .en,
  .h-gnav .img {
    display: none !important;
  }
}
.h-gnav .main-gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  height: 100%;
  gap: 39px;
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
.h-gnav .main-gnav > li {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav > li {
    height: auto;
    border-bottom: solid 1px #dddddd;
  }
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav > li.menu-item-has-children > a {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.h-gnav .main-gnav > li.menu-item-has-children > a::before {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-top: 0.3em;
  width: 0.6em !important;
  height: 0.6em !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav > li.menu-item-has-children > a::before {
    -webkit-mask-image: url("../images/icon-svg/plus.svg") !important;
            mask-image: url("../images/icon-svg/plus.svg") !important;
    width: 20px !important;
    height: 20px !important;
  }
}
@media screen and (min-width: 751px) {
  .h-gnav .main-gnav > li.menu-item-has-children.open > a::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav > li.menu-item-has-children.open > a::before {
    -webkit-mask-image: url("../images/icon-svg/minus.svg") !important;
            mask-image: url("../images/icon-svg/minus.svg") !important;
  }
}
@media screen and (min-width: 751px) {
  .h-gnav .main-gnav > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    position: relative;
  }
  .h-gnav .main-gnav > li > a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #e8c42d;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .h-gnav .main-gnav > li > a > * {
    display: block;
    text-align: center;
    font-size: 1.2rem;
  }
  .h-gnav .main-gnav > li > a > *.en {
    font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.2em;
  }
}
@media (hover: hover) {
  .h-gnav .main-gnav > li > a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
  .h-gnav .main-gnav > li > a:where(:-moz-any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
  .h-gnav .main-gnav > li > a:where(:any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
  .h-gnav .main-gnav > li > a:where(:-webkit-any-link, :enabled, summary):hover::after {
    width: 100%;
  }
  .h-gnav .main-gnav > li > a:where(:-moz-any-link, :enabled, summary):hover::after {
    width: 100%;
  }
  .h-gnav .main-gnav > li > a:where(:any-link, :enabled, summary):hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav > li > a {
    height: 69px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    font-size: 1.6rem;
    font-weight: bold;
    background-image: url("../images/common/icon-menu-arrow.svg");
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: right center;
  }
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav > li.menu-item-has-children > a {
    background-image: url("../images/common/icon-menu-open.svg");
  }
  .h-gnav .main-gnav > li.menu-item-has-children.open > a {
    background-image: url("../images/common/icon-menu-close.svg");
  }
  .h-gnav .main-gnav > li.menu-item-has-children > div {
    padding-bottom: 20px;
  }
  .h-gnav .main-gnav > li.menu-item-has-children > div > a {
    display: none;
  }
  .h-gnav .main-gnav > li.menu-item-has-children > div > ul > li > a {
    font-size: 1.5rem;
    padding-left: 10px;
    margin-bottom: 24px;
    display: block;
  }
  .h-gnav .main-gnav > li.menu-item-has-children > div > ul > li > a::before {
    content: "- ";
  }
  .h-gnav .main-gnav > li.menu-item-has-children > div > ul > li > ul > li > a {
    font-size: 1.4rem;
    opacity: 0.51;
    padding-left: 20px;
    display: block;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 751px) {
  .h-gnav .main-gnav > li.current-menu-ancestor > a::after, .h-gnav .main-gnav > li.current-menu-parent > a::after, .h-gnav .main-gnav > li.current-menu-item > a::after {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav > li .sub-menu {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .h-gnav .main-gnav > li .sub-menu {
    position: fixed;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 30px 30px 40px;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .h-gnav .main-gnav > li .sub-menu.open {
    opacity: 1;
    pointer-events: auto;
  }
  .h-gnav .main-gnav > li .sub-menu > a {
    background-image: url("../images/common/icon-line1.svg");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: top left;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0 5px 0;
    margin-right: 70px;
    position: relative;
  }
  .h-gnav .main-gnav > li .sub-menu > a::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .h-gnav .main-gnav > li .sub-menu > a::after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-color: #e8c42d;
    background-image: url("../images/common/icon-btn-arrow-wh.svg");
    background-size: 11px auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask-image: url("../images/common/icon-circle.svg");
            mask-image: url("../images/common/icon-circle.svg");
    -webkit-mask-size: 28px auto;
            mask-size: 28px auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: absolute;
    right: -45px;
    bottom: -12px;
  }
  .h-gnav .main-gnav > li .sub-menu > a:hover::before {
    width: 100%;
  }
  .h-gnav .main-gnav > li .sub-menu > a:hover::after {
    -webkit-mask-size: 34px auto;
            mask-size: 34px auto;
  }
  .h-gnav .main-gnav > li .sub-menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a {
    display: block;
    width: 200px;
    position: relative;
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a .img {
    aspect-ratio: 2/1;
    overflow: hidden;
    border-radius: 5px;
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a .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;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 20px;
    position: relative;
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a .btn > span {
    display: inline-block;
    position: relative;
    padding: 5px 0;
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a .btn > span::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a::after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-color: #e8c42d;
    background-image: url("../images/common/icon-btn-arrow-wh.svg");
    background-size: 11px auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask-image: url("../images/common/icon-circle.svg");
            mask-image: url("../images/common/icon-circle.svg");
    -webkit-mask-size: 28px auto;
            mask-size: 28px auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: absolute;
    right: -12px;
    bottom: -12px;
  }
}
@media screen and (min-width: 751px) and (hover: hover) {
  .h-gnav .main-gnav > li .sub-menu > ul > li > a:where(:-webkit-any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a:where(:-moz-any-link, :enabled, summary):hover .img img {
    transform: scale(1.1);
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a:where(:any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a:where(:-webkit-any-link, :enabled, summary):hover .btn > span::before {
    width: 100%;
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a:where(:-moz-any-link, :enabled, summary):hover .btn > span::before {
    width: 100%;
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a:where(:any-link, :enabled, summary):hover .btn > span::before {
    width: 100%;
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a:where(:-webkit-any-link, :enabled, summary):hover::after {
    -webkit-mask-size: 34px auto;
            mask-size: 34px auto;
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a:where(:-moz-any-link, :enabled, summary):hover::after {
    mask-size: 34px auto;
  }
  .h-gnav .main-gnav > li .sub-menu > ul > li > a:where(:any-link, :enabled, summary):hover::after {
    -webkit-mask-size: 34px auto;
            mask-size: 34px auto;
  }
}
@media screen and (min-width: 751px) {
  .h-gnav .main-gnav > li .sub-menu > ul > li > ul {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .h-gnav .main-gnav > li .sub-menu::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    border-radius: 5px;
  }
}
@media screen and (min-width: 751px) {
  .h-gnav .main-gnav > li.slug-company .sub-menu > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
  }
  .h-gnav .main-gnav > li.slug-company .sub-menu > ul > li {
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
  }
  .h-gnav .main-gnav > li.slug-company .sub-menu > ul > li > a {
    height: 68px;
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .h-gnav .main-gnav > li.slug-company .sub-menu > ul > li > a .btn {
    margin: auto auto auto 0;
  }
  .h-gnav .main-gnav > li.slug-company .sub-menu > ul > li > a .img {
    display: none;
  }
  .h-gnav .main-gnav > li.slug-company .sub-menu > ul > li > a::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  .h-gnav .main-gnav > li.slug-company .sub-menu::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    border-radius: 5px;
  }
}
.h-gnav .main-gnav2 {
  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;
  height: 100%;
  gap: 15px;
  margin: 0 26px 0 40px;
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav2 {
    height: auto;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
    background-color: #e8c42d;
    width: 100vw;
    margin: 0;
    padding: 34px 20px 90px;
  }
}
.h-gnav .main-gnav2 > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav2 > li {
    width: 100%;
    height: auto;
  }
}
.h-gnav .main-gnav2 > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  text-align: center;
  width: 120px;
  height: 70px;
  border-radius: 3px;
  background-color: #e8c42d;
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav2 > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    background-color: #fff;
    color: #333333;
    font-size: 1.6rem;
  }
}
.h-gnav .main-gnav2 > li > a::before {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav2 > li > a::before {
    display: block !important;
  }
}
.h-gnav .main-gnav2 > li > a > * {
  display: block;
}
.h-gnav .main-gnav2 > li > a > *.en {
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.2em;
}
@media (hover: hover) {
  .h-gnav .main-gnav2 > li > a:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #000 !important;
    color: #fff;
  }
  .h-gnav .main-gnav2 > li > a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #000 !important;
    color: #fff;
  }
  .h-gnav .main-gnav2 > li > a:where(:any-link, :enabled, summary):hover {
    background-color: #000 !important;
    color: #fff;
  }
}
.h-gnav .main-gnav2 > li:last-child > a {
  background-color: #333333;
  color: #fff;
}
.h-gnav .main-gnav2 .sub-menu {
  display: none;
}
.h-gnav .main-gnav3 {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav3 {
    font-size: 1.5rem;
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100px;
    min-height: 100px;
    gap: 1em;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.h-gnav .main-gnav3 .btn1,
.h-gnav .main-gnav3 .btn2 {
  display: none;
}
@media screen and (max-width: 750px) {
  .h-gnav .main-gnav3 .btn1,
  .h-gnav .main-gnav3 .btn2 {
    display: block;
  }
}
@media (hover: hover) {
  .h-gnav .main-gnav3 a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
  .h-gnav .main-gnav3 a:where(:-moz-any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
  .h-gnav .main-gnav3 a:where(:any-link, :enabled, summary):hover {
    color: #e8c42d;
  }
}

.h-header .main-gnav .slug-contact,
.h-header .main-gnav .slug-document,
.h-header .main-gnav .slug-faq {
  display: none;
}
@media screen and (max-width: 750px) {
  .h-header .main-gnav .slug-faq {
    display: block;
  }
}

.icon-blank2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.icon-blank2::before {
  font-size: 8px;
}

.js-menuOpen .h-gnav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* .h-menu-btn
______________________________________________*/
.h-menu-btn {
  display: none;
}
@media screen and (max-width: 750px) {
  .h-menu-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 50%;
    margin-right: 20px;
    background-color: #e8c42d;
    border-radius: 5px;
  }
  .h-menu-btn > i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18px;
    height: 14px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  .h-menu-btn > i::before, .h-menu-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;
  }
  .h-menu-btn > i::before {
    opacity: 0;
  }
  .h-menu-btn > * {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 7px;
    line-height: 1;
    color: #e8c42d;
  }
}

.js-menuOpen .h-menu-btn {
  background-color: #333333;
}
.js-menuOpen .h-menu-btn > * {
  border-color: transparent;
}
.js-menuOpen .h-menu-btn > *::before {
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-menuOpen .h-menu-btn > *::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*----------------------------------------------------------------
  Footer
-----------------------------------------------------------------*/
/* f CTA
______________________________________________*/
.f-cta {
  background-color: #e8c42d;
  padding: 65px 40px 83px;
}
@media screen and (max-width: 750px) {
  .f-cta {
    padding: 49px 0 44px;
  }
}
.f-cta > * {
  margin: 0 auto;
}
.f-cta h2 {
  font-size: 2rem;
  color: #fff;
  padding-left: 30px;
  border-left: solid 2px #fff;
}
.f-cta h3 {
  font-size: 2.8rem;
  margin-left: 68px;
}
@media screen and (max-width: 750px) {
  .f-cta h3 {
    font-size: 1.8rem;
    margin-left: 0;
    white-space: nowrap;
  }
}
.f-cta .main {
  border-left: solid 2px rgba(255, 255, 255, 0.38);
  padding: 18px 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 750px) {
  .f-cta .main {
    display: block;
    padding: 35px 20px 28px;
  }
}

.f-cta__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  .f-cta__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 38px;
  }
}
.f-cta__nav > * {
  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;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .f-cta__nav > * {
    height: 70px;
  }
}
.f-cta__nav > *.btn-download {
  background-color: #333333;
  color: #fff;
}
@media (hover: hover) {
  .f-cta__nav > *:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #000 !important;
    color: #fff;
  }
  .f-cta__nav > *:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #000 !important;
    color: #fff;
  }
  .f-cta__nav > *:where(:any-link, :enabled, summary):hover {
    background-color: #000 !important;
    color: #fff;
  }
}

/* f footer
______________________________________________*/
.h-gnav .monitor_none {
  display: none;
}

@media screen and (max-width: 750px) {
  .f-container {
    padding-top: 30px;
  }
}
@media (hover: hover) {
  .f-container a:where(:-webkit-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .f-container a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .f-container a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
.f-container .h-gnav {
  display: none;
}
@media screen and (max-width: 750px) {
  .f-container .h-gnav {
    display: block;
  }
  .f-container .h-gnav .main-gnav2 {
    display: none;
  }
  .f-container .h-gnav .monitor_none {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .f-container .main-gnav3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.f-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 62px 0 57px;
}
@media screen and (max-width: 750px) {
  .f-main {
    padding: 30px 0 0;
  }
}
.f-main .info h3 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 20px 0 0;
}

.f-logo {
  width: 196px;
}

.f-copyright {
  font-size: 1.2rem;
}

.f-nav1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 73px;
  line-height: 1;
  margin: 22px 0 0;
  color: #333;
}
@media screen and (max-width: 750px) {
  .f-nav1 {
    display: none;
  }
}
.f-nav1 > ul > li {
  margin-bottom: 33px;
}
.f-nav1 > ul > li > a {
  font-size: 1.6rem;
  font-weight: bold;
}
.f-nav1 > ul > li > div > a {
  display: none;
}
.f-nav1 > ul > li > div > ul {
  padding: 18px 0 0 8px;
}
.f-nav1 > ul > li > div > ul > li {
  margin-bottom: 18px;
}
.f-nav1 > ul > li > div > ul > li > a {
  font-size: 1.5rem;
}
.f-nav1 > ul > li > div > ul > li > a::before {
  content: "- ";
}
.f-nav1 > ul > li > div > ul > li > ul {
  padding: 10px 0 0 11px;
}
.f-nav1 > ul > li > div > ul > li > ul > li {
  margin-bottom: 10px;
}
.f-nav1 > ul > li > div > ul > li > ul > li > a {
  font-size: 1.4rem;
  opacity: 0.51;
}
.f-nav1 .img,
.f-nav1 .en {
  display: none;
}
@media (hover: hover) {
  .f-nav1 a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #e8c42d;
    text-decoration: none !important;
  }
  .f-nav1 a:where(:-moz-any-link, :enabled, summary):hover {
    color: #e8c42d;
    text-decoration: none !important;
  }
  .f-nav1 a:where(:any-link, :enabled, summary):hover {
    color: #e8c42d;
    text-decoration: none !important;
  }
}

.f-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .f-bottom {
    border-top: none;
    padding: 10px 0 30px;
  }
}
.f-bottom nav {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
@media (hover: hover) {
  .f-bottom nav a:where(:-webkit-any-link, :enabled, summary):hover {
    color: #e8c42d;
    text-decoration: none !important;
  }
  .f-bottom nav a:where(:-moz-any-link, :enabled, summary):hover {
    color: #e8c42d;
    text-decoration: none !important;
  }
  .f-bottom nav a:where(:any-link, :enabled, summary):hover {
    color: #e8c42d;
    text-decoration: none !important;
  }
}
@media screen and (max-width: 750px) {
  .f-bottom nav {
    display: none;
  }
}

/*----------------------------------------------------------------
  SIDEBAR
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
    Box
-----------------------------------------------------------------*/
.c-box1, .c-list-numbers > li, .c-card-product_cat, .c-nav-index1 a, .c-nav-index2 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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: solid 1px #ddd;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-box1, .c-list-numbers > li, .c-card-product_cat, .c-nav-index1 a, .c-nav-index2 a {
    display: block;
  }
}
.c-box1::before, .c-list-numbers > li::before, .c-card-product_cat::before, .c-nav-index1 a::before, .c-nav-index2 a::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-image: url("../images/common/icon-line1.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 20px;
  z-index: 1;
}
.c-box1 .img, .c-list-numbers > li .img, .c-card-product_cat .img, .c-nav-index1 a .img, .c-nav-index2 a .img {
  overflow: hidden;
}
.c-box1 .img img, .c-list-numbers > li .img img, .c-card-product_cat .img img, .c-nav-index1 a .img img, .c-nav-index2 a .img img {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

@media (hover: hover) {
  a.c-box1:where(:-webkit-any-link, :enabled, summary):hover, a.c-card-product_cat:where(:-webkit-any-link, :enabled, summary):hover, .c-nav-index1 a:where(:-webkit-any-link, :enabled, summary):hover, .c-nav-index2 a:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #fcfaf4;
    border-color: #e8c42d;
  }
  a.c-box1:where(:-moz-any-link, :enabled, summary):hover, a.c-card-product_cat:where(:-moz-any-link, :enabled, summary):hover, .c-nav-index1 a:where(:-moz-any-link, :enabled, summary):hover, .c-nav-index2 a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fcfaf4;
    border-color: #e8c42d;
  }
  a.c-box1:where(:any-link, :enabled, summary):hover, a.c-card-product_cat:where(:any-link, :enabled, summary):hover, .c-nav-index1 a:where(:any-link, :enabled, summary):hover, .c-nav-index2 a:where(:any-link, :enabled, summary):hover {
    background-color: #fcfaf4;
    border-color: #e8c42d;
  }
  a.c-box1:where(:-webkit-any-link, :enabled, summary):hover .img img, a.c-card-product_cat:where(:-webkit-any-link, :enabled, summary):hover .img img, .c-nav-index1 a:where(:-webkit-any-link, :enabled, summary):hover .img img, .c-nav-index2 a:where(:-webkit-any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  a.c-box1:where(:-moz-any-link, :enabled, summary):hover .img img, a.c-card-product_cat:where(:-moz-any-link, :enabled, summary):hover .img img, .c-nav-index1 a:where(:-moz-any-link, :enabled, summary):hover .img img, .c-nav-index2 a:where(:-moz-any-link, :enabled, summary):hover .img img {
    transform: scale(1.07);
  }
  a.c-box1:where(:any-link, :enabled, summary):hover .img img, a.c-card-product_cat:where(:any-link, :enabled, summary):hover .img img, .c-nav-index1 a:where(:any-link, :enabled, summary):hover .img img, .c-nav-index2 a:where(:any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}

/*----------------------------------------------------------------
    Block
-----------------------------------------------------------------*/
/*.c-bnr-area
______________________________________________*/
.c-bnr-area {
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .c-bnr-area {
    padding-bottom: 60px;
  }
}
.c-bnr-area a {
  display: block;
  max-width: 728px;
  margin: 0 auto;
}
@media (hover: hover) {
  .c-bnr-area a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .c-bnr-area a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  .c-bnr-area a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

/* .c-hero 
______________________________________________*/
.c-hero {
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-hero {
    padding-bottom: 20px;
  }
}
.c-hero .main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c-hero .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-hero .main .slide-l {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-hero .main .slide-l {
    width: 100%;
  }
}
.c-hero .main .slide-l .slider {
  width: 100%;
  padding-top: calc(100vh - 800px);
}
@media screen and (max-width: 750px) {
  .c-hero .main .slide-l .slider {
    padding-top: 60px;
  }
}
.c-hero .main .slide-l .item-l {
  padding: 200px 70px 70px 133px;
  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;
  min-height: 600px;
}
@media screen and (max-width: 750px) {
  .c-hero .main .slide-l .item-l {
    padding: 0;
    display: block;
    height: auto;
    padding: 20px;
    min-height: 0;
    margin-bottom: 30px;
  }
}
.c-hero .main .slide-l .item-l .btn1 {
  margin-top: 63px;
}
@media screen and (max-width: 750px) {
  .c-hero .main .slide-l .item-l .btn1 {
    margin-top: 48px;
  }
}
.c-hero .main .slide-l .txt {
  font-size: 1.319vw;
}
@media (max-width: 1280px) {
  .c-hero .main .slide-l .txt {
    font-size: 1.687rem;
  }
}
@media screen and (max-width: 750px) {
  .c-hero .main .slide-l .txt {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  .c-hero .main .slide-l .txt br {
    display: none;
  }
}
.c-hero .main .slide-l h1 {
  font-size: 4.375vw;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  padding-bottom: 35px;
  min-width: 100vw;
}
@media (max-width: 1280px) {
  .c-hero .main .slide-l h1 {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 750px) {
  .c-hero .main .slide-l h1 {
    font-size: 3.6rem;
    line-height: 1.1;
    padding-bottom: 21px;
  }
}
.c-hero .main .slide-l h1 .no-shine {
  color: #333333 !important;
}
.c-hero .main .slide-l h1.onScroll {
  -webkit-animation: shine 4s ease-out forwards;
          animation: shine 4s ease-out forwards;
  opacity: 1;
  letter-spacing: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-hero .main .slide-r {
  width: 50%;
  height: calc(100vh - 100px);
  background-color: #e8c42d;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  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;
  overflow: hidden;
  /* .current クラスが付いているときは入場アニメーション */
  /* .current クラスがないときは退場アニメーション */
}
@media screen and (max-width: 750px) {
  .c-hero .main .slide-r {
    width: 100%;
    height: 442px;
    position: relative;
    top: auto;
  }
}
.c-hero .main .slide-r .slider {
  width: 100%;
}
.c-hero .main .slide-r .txts > * {
  position: absolute;
  top: 66px;
  right: 40px;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .c-hero .main .slide-r .txts > * {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 305px;
  }
}
.c-hero .main .slide-r .txts > * h2 {
  font-size: 2.222vw;
  letter-spacing: 0.25em;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 1280px) {
  .c-hero .main .slide-r .txts > * h2 {
    font-size: 2.844rem;
  }
}
@media screen and (max-width: 750px) {
  .c-hero .main .slide-r .txts > * h2 {
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 2.8rem;
  }
}
.c-hero .main .slide-r .txts > *.current {
  -webkit-animation: enter 0.8s 0.3s ease-out forwards;
          animation: enter 0.8s 0.3s ease-out forwards;
}
@media screen and (max-width: 750px) {
  .c-hero .main .slide-r .txts > *.current {
    -webkit-animation: enter-sp 0.8s 0.3s ease-out forwards;
            animation: enter-sp 0.8s 0.3s ease-out forwards;
  }
}
.c-hero .main .slide-r .txts > *.exit {
  -webkit-animation: exit 0.6s ease-out forwards;
          animation: exit 0.6s ease-out forwards;
}
@media screen and (max-width: 750px) {
  .c-hero .main .slide-r .txts > *.exit {
    -webkit-animation: exit-sp 0.6s ease-out forwards;
            animation: exit-sp 0.6s ease-out forwards;
  }
}

@-webkit-keyframes enter {
  from {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes enter {
  from {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes enter-sp {
  from {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes enter-sp {
  from {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes exit {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0;
  }
}
@keyframes exit {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0;
  }
}
@-webkit-keyframes exit-sp {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
}
@keyframes exit-sp {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
}
.js-gl-slider-nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 750px) {
  .js-gl-slider-nav {
    bottom: 15px;
    left: auto;
    right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.js-gl-slider-nav button {
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 750px) {
  .js-gl-slider-nav button {
    width: 23px;
    height: 2px;
  }
}
.js-gl-slider-nav button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.js-gl-slider-nav button.current::after {
  -webkit-animation: animation1 3s 0.25s linear forwards;
          animation: animation1 3s 0.25s linear forwards;
}

@-webkit-keyframes animation1 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes animation1 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.c-hero__news {
  z-index: 10;
  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;
  right: 20px;
  bottom: 20px;
  width: 390px;
  height: 112px;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 40px 20px 20px;
  gap: 15px;
}
@media screen and (max-width: 750px) {
  .c-hero__news {
    right: 0;
    width: 100%;
    bottom: -105px;
    width: 100%;
    height: 105px;
    border-radius: 0;
    border-bottom: solid 1px #ddd;
  }
}
.c-hero__news::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 11px;
  bottom: 10px;
  right: 8px;
  background-image: url("../images/common/icon-btn-arrow-bk.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-hero__news::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 35px;
  height: 1px;
  background-color: #ddd;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hero__news .img {
  width: 123px;
  min-width: 123px;
  height: 72px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-hero__news .img {
    width: 110px;
    min-width: 110px;
    height: 64px;
  }
}
.c-hero__news .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.c-hero__news .ttl {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 3行で省略 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (hover: hover) {
  .c-hero__news:where(:-webkit-any-link, :enabled, summary):hover {
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
            box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    border-color: #e8c42d;
    background-color: #fcfaf4;
  }
  .c-hero__news:where(:-moz-any-link, :enabled, summary):hover {
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    border-color: #e8c42d;
    background-color: #fcfaf4;
  }
  .c-hero__news:where(:any-link, :enabled, summary):hover {
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
            box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    border-color: #e8c42d;
    background-color: #fcfaf4;
  }
  .c-hero__news:where(:-webkit-any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-hero__news:where(:-moz-any-link, :enabled, summary):hover .img img {
    transform: scale(1.1);
  }
  .c-hero__news:where(:any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* c-scrollDown
______________________________________________*/
.c-scrollDown {
  left: 43px;
  bottom: 85px;
  line-height: 1;
  font-size: 1.4rem;
  position: -webkit-sticky;
  position: sticky;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 10;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media screen and (max-width: 750px) {
  .c-scrollDown {
    display: none;
  }
}
.c-scrollDown::before, .c-scrollDown::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #333333;
  position: absolute;
  bottom: -80px;
  left: 50%;
}
.c-scrollDown::after {
  background-color: #e8c42d;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: scroll_anime 2s cubic-bezier(0.415, 0.15, 0.15, 1) infinite;
          animation: scroll_anime 2s cubic-bezier(0.415, 0.15, 0.15, 1) infinite;
}

@-webkit-keyframes scroll_anime {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  30% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  40% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  65% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

@keyframes scroll_anime {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  30% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  40% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  65% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
/* .c-mv1
______________________________________________*/
.c-mv1 {
  height: 242px;
  padding-top: 30px;
}
@media screen and (max-width: 750px) {
  .c-mv1 {
    height: auto;
    padding-top: 30px;
  }
}

/* .c-mv2
______________________________________________*/
.c-mv2 .inner {
  height: 251px;
  padding-top: 33px;
}
@media screen and (max-width: 750px) {
  .c-mv2 .inner {
    height: 150px;
  }
}
.c-mv2 .inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 60px;
  width: 63px;
  height: 4px;
  background-image: url("../images/common/icon-line1.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 750px) {
  .c-mv2 .inner::after {
    bottom: 6px;
    left: 20px;
    width: 40px;
    height: 3px;
  }
}
.c-mv2 .inner h1 {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .c-mv2 .inner h1 {
    font-size: 1.3rem;
  }
}
.c-mv2 .inner h1 strong {
  font-size: 8rem;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .c-mv2 .inner h1 strong {
    font-size: 4.8rem;
    margin-bottom: 8px;
  }
}
.c-mv2 .mv {
  position: relative;
  height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-mv2 .mv {
    height: 350px;
  }
}
.c-mv2 .mv .img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .c-mv2 .mv .img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-mv2 .mv .txt-slide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 136px;
  mix-blend-mode: overlay;
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .c-mv2 .mv .txt-slide {
    height: 120px;
    bottom: -30px;
  }
}
.c-mv2 .mv .txt-slide .item {
  width: 2217px;
  margin: 0 100px;
}
@media screen and (max-width: 750px) {
  .c-mv2 .mv .txt-slide .item {
    width: 1525px;
  }
}

/* .c-mv3
______________________________________________*/
.c-mv3 {
  height: 812px;
}
@media screen and (max-width: 750px) {
  .c-mv3 {
    width: 100%;
    height: auto;
    font-size: 1.5rem;
    padding-bottom: 62px;
  }
}
.c-mv3 .main {
  width: 490px;
  padding-top: 30px;
}
@media screen and (max-width: 750px) {
  .c-mv3 .main {
    width: 100%;
    padding-top: 25px;
  }
}
.c-mv3 h2 {
  font-size: 2.8rem;
  margin: 63px 0 29px;
}
@media screen and (max-width: 750px) {
  .c-mv3 h2 {
    font-size: 1.9rem;
    margin: 34px 0 22px;
  }
}
.c-mv3 .c-btn3, .c-mv3 .c-btn3-l, .c-mv3 .c-btn3-l-wh, .c-mv3 .c-btn3-bk {
  width: 260px;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .c-mv3 .c-btn3, .c-mv3 .c-btn3-l, .c-mv3 .c-btn3-l-wh, .c-mv3 .c-btn3-bk {
    margin-top: 36px;
    width: 100%;
  }
}
.c-mv3 .img {
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  width: calc(50vw + 50px);
  height: 670px;
  border-radius: 5px 0 0 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .c-mv3 .img {
    display: none;
  }
}
.c-mv3 .img-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-mv3 .img-sp {
    max-width: none;
    width: 355px;
    display: block;
    border-radius: 5px 0 0 5px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-mv3.p-coop-business-mv h2 {
  margin: 44px 0 23px;
}
@media screen and (max-width: 750px) {
  .c-mv3.p-coop-business-mv h2 {
    margin: 37px 0 21px;
  }
}
.c-mv3.p-coop-business-mv .c-list-check {
  margin: 32px 0 34px;
}
@media screen and (max-width: 750px) {
  .c-mv3.p-coop-business-mv .c-list-check {
    margin: 25px 0 34px;
  }
}
.c-mv3 .c-mav-nav {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .c-mv3 .c-mav-nav {
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .c-mv3 .c-mav-nav .c-btn3, .c-mv3 .c-mav-nav .c-btn3-l, .c-mv3 .c-mav-nav .c-btn3-l-wh, .c-mv3 .c-mav-nav .c-btn3-bk {
    margin-top: 15px;
  }
}

/* .c-mv4
______________________________________________*/
.c-mv4 {
  height: 248px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .c-mv4 {
    height: auto;
    display: block;
    padding-bottom: 60px;
  }
}
.c-mv4 .c-ttl1 {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .c-mv4 .c-ttl1 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 750px) {
  .c-mv4 .c-mav-nav {
    display: block;
    margin-top: 37px;
  }
  .c-mv4 .c-mav-nav .c-btn3-bk {
    margin-bottom: 16px;
  }
}

.c-mav-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 51px;
}
@media screen and (max-width: 750px) {
  .c-mav-nav {
    display: block;
    margin-top: 51px;
  }
}

/* .c-mv5
______________________________________________*/
.c-mv5 {
  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: 246px;
  padding-bottom: 37px;
}
@media screen and (max-width: 750px) {
  .c-mv5 {
    height: 120px;
    padding-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

/*----------------------------------------------------------------
  Card
-----------------------------------------------------------------*/
/* .c-card-document
______________________________________________*/
.c-card-document {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #ddd;
}
.c-card-document .img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.c-card-document .img img {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-document .ttl {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c-card-document .ttl {
    font-size: 1.9rem;
    margin-bottom: 6px;
  }
}
.c-card-document .txt {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 3行で省略 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card-document .body {
  padding: 30px 30px 50px;
}
@media screen and (max-width: 750px) {
  .c-card-document .body {
    padding: 20px 20px 30px;
  }
}
.c-card-document .c-btn3, .c-card-document .c-btn3-l, .c-card-document .c-btn3-l-wh, .c-card-document .c-btn3-bk {
  margin: 30px auto 0;
  width: 100%;
  height: 70px;
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  .c-card-document .c-btn3, .c-card-document .c-btn3-l, .c-card-document .c-btn3-l-wh, .c-card-document .c-btn3-bk {
    height: 60px;
    padding-left: 20px;
  }
}
@media (hover: hover) {
  .c-card-document:where(:-webkit-any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-card-document:where(:-moz-any-link, :enabled, summary):hover .img img {
    transform: scale(1.1);
  }
  .c-card-document:where(:any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* .c-card
______________________________________________*/
.c-card-journal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px 20px 0;
  gap: 25px;
  /*
  @include hover {
    box-shadow: 0 0 20px rgba(#333, 0.1);
    .img {
      img {
        transform: scale(1.1);
      }
    }
  }*/
}
@media screen and (max-width: 750px) {
  .c-card-journal {
    gap: 20px;
    padding: 20px 0 20px 0;
  }
}
.c-card-journal .img {
  width: 180px;
  min-width: 180px;
  aspect-ratio: 180/120;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .c-card-journal .img {
    width: 130px;
    min-width: 130px;
  }
}
.c-card-journal .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.c-card-journal .c-news-header .date {
  font-size: 1.4rem;
}
.c-card-journal .ttl {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 3行で省略 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5rem;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .c-card-journal .ttl {
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .c-card-journal:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: transparent !important;
  }
  .c-card-journal:where(:-moz-any-link, :enabled, summary):hover {
    background-color: transparent !important;
  }
  .c-card-journal:where(:any-link, :enabled, summary):hover {
    background-color: transparent !important;
  }
}

.c-card-journal--b {
  display: block;
}
@media screen and (max-width: 750px) {
  .c-card-journal--b {
    padding-bottom: 30px;
  }
}
.c-card-journal--b .img {
  overflow: hidden;
  border-radius: 5px;
}
.c-card-journal--b .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.c-card-journal--b .c-news-header {
  margin: 1em 0;
}
@media screen and (max-width: 750px) {
  .c-card-journal--b .c-news-header {
    margin: 10px 0 10px;
  }
}
@media (hover: hover) {
  .c-card-journal--b:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #fff !important;
  }
  .c-card-journal--b:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff !important;
  }
  .c-card-journal--b:where(:any-link, :enabled, summary):hover {
    background-color: #fff !important;
  }
}

/* .c-card1
______________________________________________*/
.c-card1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.c-card1 .img {
  aspect-ratio: 1;
  width: 250px;
  min-width: 250px;
  height: 100%;
}
.c-card1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card1 .body {
  padding: 30px;
}
.c-card1 .ttl {
  font-size: 1.9rem;
  margin: 7px 0 19px;
}
.c-card1 .txt {
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/*______________________________________________*/
@media screen and (max-width: 750px) {
  .c-card2 {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px 20px 26px;
    margin-bottom: 15px;
    border: solid 1px #ddd;
  }
  .c-card2 .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .c-card2 .ttl {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .c-card2 .txt {
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 3行で省略 */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .c-card2 .img {
    aspect-ratio: 1;
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
  .c-card2 .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* .c-card-product_cat
______________________________________________*/
.c-card-product_cat::before {
  left: 30px;
}
.c-card-product_cat .header {
  background-color: #fcfaf4;
  padding: 30px;
  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;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .c-card-product_cat .header {
    display: block;
    padding: 20px;
    gap: 20px;
  }
}
.c-card-product_cat .header .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.c-card-product_cat .header .imgs .img {
  width: 220px;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .c-card-product_cat .header .imgs .img {
    width: 100%;
  }
}
.c-card-product_cat .header h3 {
  font-size: 2.8rem;
}
@media screen and (max-width: 750px) {
  .c-card-product_cat .header h3 {
    font-size: 2.2rem;
    margin: 18px 0 0;
  }
}
.c-card-product_cat .header h3 small {
  font-size: 1.3rem;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
}
.c-card-product_cat .body {
  padding: 28px;
}
@media screen and (max-width: 750px) {
  .c-card-product_cat .body {
    padding: 10px 20px 20px;
  }
}
.c-card-product_cat .description {
  padding: 0 0 40px;
}
@media screen and (max-width: 750px) {
  .c-card-product_cat .description {
    padding: 0 0 0;
  }
}
.c-card-product_cat .c-list1, .c-card-product_cat .c-page ul:not(.checkerboard), .c-page .c-card-product_cat ul:not(.checkerboard), .c-card-product_cat body#tinymce.wp-editor.post-type-post ul:not(.checkerboard), body#tinymce.wp-editor.post-type-post .c-card-product_cat ul:not(.checkerboard),
.c-card-product_cat body#tinymce.wp-editor.post-type-news ul:not(.checkerboard),
body#tinymce.wp-editor.post-type-news .c-card-product_cat ul:not(.checkerboard),
.c-card-product_cat body#tinymce.wp-editor.post-type-blog ul:not(.checkerboard),
body#tinymce.wp-editor.post-type-blog .c-card-product_cat ul:not(.checkerboard),
.c-card-product_cat .c-post ul:not(.checkerboard),
.c-card-product_cat .p-policy ul:not(.checkerboard),
.c-post .c-card-product_cat ul:not(.checkerboard),
.p-policy .c-card-product_cat ul:not(.checkerboard) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.3em 1em;
}
@media screen and (max-width: 750px) {
  .c-card-product_cat .c-list1 > li, .c-card-product_cat .c-page ul:not(.checkerboard) > li, .c-page .c-card-product_cat ul:not(.checkerboard) > li, .c-card-product_cat body#tinymce.wp-editor.post-type-post ul:not(.checkerboard) > li, body#tinymce.wp-editor.post-type-post .c-card-product_cat ul:not(.checkerboard) > li,
  .c-card-product_cat body#tinymce.wp-editor.post-type-news ul:not(.checkerboard) > li,
  body#tinymce.wp-editor.post-type-news .c-card-product_cat ul:not(.checkerboard) > li,
  .c-card-product_cat body#tinymce.wp-editor.post-type-blog ul:not(.checkerboard) > li,
  body#tinymce.wp-editor.post-type-blog .c-card-product_cat ul:not(.checkerboard) > li,
  .c-card-product_cat .c-post ul:not(.checkerboard) > li,
  .c-card-product_cat .p-policy ul:not(.checkerboard) > li,
  .c-post .c-card-product_cat ul:not(.checkerboard) > li,
  .p-policy .c-card-product_cat ul:not(.checkerboard) > li {
    line-height: 1.7;
  }
}
.c-card-product_cat .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3em;
}
@media screen and (max-width: 750px) {
  .c-card-product_cat .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 35px;
  }
}
.c-card-product_cat .btn-area a {
  margin: 2em 0;
}
@media screen and (max-width: 750px) {
  .c-card-product_cat .btn-area a {
    margin: 0;
  }
  .c-card-product_cat .btn-area a:first-child {
    margin-top: 10px;
  }
  .c-card-product_cat .btn-area a:last-child {
    margin-bottom: 10px;
  }
}

.product_cat.others .header .imgs .img:last-child {
  display: none;
}
@media screen and (max-width: 750px) {
  .product_cat.others .header .imgs .img:last-child {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .product_cat.others .header .imgs .img:not(:last-child) {
    display: none;
  }
}

/* .c-card-product--s
______________________________________________*/
.c-card-product--s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #ddd;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .c-card-product--s {
    display: block;
  }
}
.c-card-product--s .body {
  padding: 25px 30px 25px 37px;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .c-card-product--s .body {
    padding: 20px;
  }
}
.c-card-product--s .c-list-cat {
  margin-bottom: 6px;
}
.c-card-product--s .ttl {
  font-size: 1.9rem;
  margin-bottom: 12px;
  line-height: 1.4736842105;
}
.c-card-product--s .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.c-card-product--s .img {
  width: 248px;
  min-width: 248px;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-card-product--s .img {
    width: 100%;
    min-width: 0;
  }
}
.c-card-product--s .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .c-card-news
______________________________________________*/
.c-card-news {
  border-radius: 5px;
  border: solid 1px #ddd;
  display: block;
  background-color: #fff;
  /*
  @include hover {
    box-shadow: 0 0 20px rgba(#333, 0.1);
    .img {
      img {
        transform: scale(1.1);
      }
    }
  }
    */
}
.c-card-news .img {
  aspect-ratio: 380/222;
  overflow: hidden;
}
.c-card-news .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.c-card-news .body {
  padding: 20px 30px 30px;
}
@media screen and (max-width: 750px) {
  .c-card-news .body {
    padding: 20px 20px 30px;
  }
}
.c-card-news .ttl {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 3行で省略 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5rem;
  margin-top: 1em;
}

.c-news-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.c-news-header .date {
  font-size: 1.5rem;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  color: #777777;
}
@media screen and (max-width: 750px) {
  .c-news-header .date {
    font-size: 1.4rem;
  }
}

/* .c-card-service
______________________________________________*/
.c-card-service, .c-card-testimonials {
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
.c-card-service .img, .c-card-testimonials .img {
  overflow: hidden;
}
.c-card-service .img img, .c-card-testimonials .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.c-card-service h3, .c-card-testimonials h3 {
  font-size: 2.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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5em;
}
@media screen and (max-width: 750px) {
  .c-card-service h3, .c-card-testimonials h3 {
    font-size: 2.2rem;
  }
}
.c-card-service .description, .c-card-testimonials .description {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .c-card-service .description, .c-card-testimonials .description {
    margin-top: 16px;
  }
}
.c-card-service .body, .c-card-testimonials .body {
  padding: 32px 25px 30px;
}
@media screen and (max-width: 750px) {
  .c-card-service .body, .c-card-testimonials .body {
    padding: 24px 25px 40px;
  }
}
@media (hover: hover) {
  .c-card-service:where(:-webkit-any-link, :enabled, summary):hover .img img, .c-card-testimonials:where(:-webkit-any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-card-service:where(:-moz-any-link, :enabled, summary):hover .img img, .c-card-testimonials:where(:-moz-any-link, :enabled, summary):hover .img img {
    transform: scale(1.2);
  }
  .c-card-service:where(:any-link, :enabled, summary):hover .img img, .c-card-testimonials:where(:any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.c-card-testimonials .c-lis-cat--s {
  margin-bottom: 10px;
}
.c-card-testimonials .body {
  padding: 32px 0 30px;
}
@media screen and (max-width: 750px) {
  .c-card-testimonials .body {
    padding: 24px 0 40px;
  }
}

.c-card-case {
  display: block;
  padding: 26px 30px 30px;
  border-radius: 5px;
  border: solid 2px #ddd;
  background-color: #fff;
  width: 270px;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .c-card-case {
    width: 162px;
    padding: 19px 13px 14px;
  }
}
.c-card-case .ttl1 {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-card-case .ttl1 {
    font-size: 1.6rem;
  }
}
.c-card-case .ttl2 {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin: 2px 0 0;
}
@media screen and (max-width: 750px) {
  .c-card-case .ttl2 {
    font-size: 1.2rem;
  }
}
.c-card-case .txt1 {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-top: -5px;
}
@media screen and (max-width: 750px) {
  .c-card-case .txt1 {
    font-size: 1rem;
  }
}
.c-card-case .txt1 strong {
  font-size: 5.6rem;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (max-width: 750px) {
  .c-card-case .txt1 strong {
    font-size: 3.6rem;
  }
}
.c-card-case .txt1 span {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 750px) {
  .c-card-case .txt1 span {
    font-size: 0.9rem;
  }
}
.c-card-case .txt2 {
  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;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
  margin: 10px auto 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .c-card-case .txt2 {
    font-size: 1.1rem;
  }
}
.c-card-case .txt2 strong {
  display: inline-block;
  border-bottom: solid 2px #e8c42d;
}
.c-card-case .list1 {
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  .c-card-case .list1 {
    font-size: 0.9rem;
  }
}

/*----------------------------------------------------------------
  Button
-----------------------------------------------------------------*/
/* .c-btn1
______________________________________________*/
.c-btn1, .c-btn1--l, .c-pager-b .prev a, .c-btn1--r, .c-pager-b .next a, .c-btn1--wh {
  font-weight: bold;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 55px;
  position: relative;
}
.c-btn1::after, .c-btn1--l::after, .c-pager-b .prev a::after, .c-btn1--r::after, .c-pager-b .next a::after, .c-btn1--wh::after {
  content: "";
  display: block;
  width: calc(100% - 55px);
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: -3px;
  left: 55px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.c-btn1::before, .c-btn1--l::before, .c-pager-b .prev a::before, .c-btn1--r::before, .c-pager-b .next a::before, .c-btn1--wh::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-color: #e8c42d;
  background-image: url("../images/common/icon-btn-arrow-wh.svg");
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-mask-image: url("../images/common/icon-circle.svg");
          mask-image: url("../images/common/icon-circle.svg");
  -webkit-mask-size: 44px auto;
          mask-size: 44px auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  left: -5px;
  bottom: -12px;
}
.c-btn1:hover::after, .c-btn1--l:hover::after, .c-pager-b .prev a:hover::after, .c-btn1--r:hover::after, .c-pager-b .next a:hover::after, .c-btn1--wh:hover::after {
  -webkit-animation: animation1 0.25s ease-out forwards;
          animation: animation1 0.25s ease-out forwards;
}
.c-btn1:hover::before, .c-btn1--l:hover::before, .c-pager-b .prev a:hover::before, .c-btn1--r:hover::before, .c-pager-b .next a:hover::before, .c-btn1--wh:hover::before {
  -webkit-mask-size: 50px auto;
          mask-size: 50px auto;
}

@media (hover: hover) {
  a:where(:-webkit-any-link, :enabled, summary):hover .c-btn1::after, a:where(:-webkit-any-link, :enabled, summary):hover .c-btn1--l::after, a:where(:-webkit-any-link, :enabled, summary):hover .c-pager-b .prev a::after, .c-pager-b .prev a:where(:-webkit-any-link, :enabled, summary):hover a::after, a:where(:-webkit-any-link, :enabled, summary):hover .c-btn1--r::after, a:where(:-webkit-any-link, :enabled, summary):hover .c-pager-b .next a::after, .c-pager-b .next a:where(:-webkit-any-link, :enabled, summary):hover a::after, a:where(:-webkit-any-link, :enabled, summary):hover .c-btn1--wh::after {
    -webkit-animation: animation1 0.25s ease-out forwards;
            animation: animation1 0.25s ease-out forwards;
  }
  a:where(:-moz-any-link, :enabled, summary):hover .c-btn1::after, a:where(:-moz-any-link, :enabled, summary):hover .c-btn1--l::after, a:where(:-moz-any-link, :enabled, summary):hover .c-pager-b .prev a::after, .c-pager-b .prev a:where(:-moz-any-link, :enabled, summary):hover a::after, a:where(:-moz-any-link, :enabled, summary):hover .c-btn1--r::after, a:where(:-moz-any-link, :enabled, summary):hover .c-pager-b .next a::after, .c-pager-b .next a:where(:-moz-any-link, :enabled, summary):hover a::after, a:where(:-moz-any-link, :enabled, summary):hover .c-btn1--wh::after {
    animation: animation1 0.25s ease-out forwards;
  }
  a:where(:any-link, :enabled, summary):hover .c-btn1::after, a:where(:any-link, :enabled, summary):hover .c-btn1--l::after, a:where(:any-link, :enabled, summary):hover .c-pager-b .prev a::after, .c-pager-b .prev a:where(:any-link, :enabled, summary):hover a::after, a:where(:any-link, :enabled, summary):hover .c-btn1--r::after, a:where(:any-link, :enabled, summary):hover .c-pager-b .next a::after, .c-pager-b .next a:where(:any-link, :enabled, summary):hover a::after, a:where(:any-link, :enabled, summary):hover .c-btn1--wh::after {
    -webkit-animation: animation1 0.25s ease-out forwards;
            animation: animation1 0.25s ease-out forwards;
  }
  a:where(:-webkit-any-link, :enabled, summary):hover .c-btn1::before, a:where(:-webkit-any-link, :enabled, summary):hover .c-btn1--l::before, a:where(:-webkit-any-link, :enabled, summary):hover .c-pager-b .prev a::before, .c-pager-b .prev a:where(:-webkit-any-link, :enabled, summary):hover a::before, a:where(:-webkit-any-link, :enabled, summary):hover .c-btn1--r::before, a:where(:-webkit-any-link, :enabled, summary):hover .c-pager-b .next a::before, .c-pager-b .next a:where(:-webkit-any-link, :enabled, summary):hover a::before, a:where(:-webkit-any-link, :enabled, summary):hover .c-btn1--wh::before {
    -webkit-mask-size: 50px auto;
            mask-size: 50px auto;
  }
  a:where(:-moz-any-link, :enabled, summary):hover .c-btn1::before, a:where(:-moz-any-link, :enabled, summary):hover .c-btn1--l::before, a:where(:-moz-any-link, :enabled, summary):hover .c-pager-b .prev a::before, .c-pager-b .prev a:where(:-moz-any-link, :enabled, summary):hover a::before, a:where(:-moz-any-link, :enabled, summary):hover .c-btn1--r::before, a:where(:-moz-any-link, :enabled, summary):hover .c-pager-b .next a::before, .c-pager-b .next a:where(:-moz-any-link, :enabled, summary):hover a::before, a:where(:-moz-any-link, :enabled, summary):hover .c-btn1--wh::before {
    mask-size: 50px auto;
  }
  a:where(:any-link, :enabled, summary):hover .c-btn1::before, a:where(:any-link, :enabled, summary):hover .c-btn1--l::before, a:where(:any-link, :enabled, summary):hover .c-pager-b .prev a::before, .c-pager-b .prev a:where(:any-link, :enabled, summary):hover a::before, a:where(:any-link, :enabled, summary):hover .c-btn1--r::before, a:where(:any-link, :enabled, summary):hover .c-pager-b .next a::before, .c-pager-b .next a:where(:any-link, :enabled, summary):hover a::before, a:where(:any-link, :enabled, summary):hover .c-btn1--wh::before {
    -webkit-mask-size: 50px auto;
            mask-size: 50px auto;
  }
}

@keyframes animation1 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.c-btn1--wh::before {
  background-image: url("../images/common/icon-btn-arrow-bk.svg");
  background-color: #fff;
}

.c-btn1--r, .c-pager-b .next a {
  padding-left: 0 !important;
  padding-right: 55px !important;
}
.c-btn1--r::before, .c-pager-b .next a::before {
  left: auto !important;
  right: -5px !important;
}
.c-btn1--r::after, .c-pager-b .next a::after {
  left: 0 !important;
}

.c-btn1--l::before, .c-pager-b .prev a::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.c-btn2, .c-nav1 ul 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: 70px;
  padding: 0 20px;
  font-size: 1.7rem;
  font-weight: bold;
  background-image: url("../images/common/icon-menu-arrow.svg");
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: center right 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .c-btn2, .c-nav1 ul a {
    height: 60px;
    padding: 0 20px;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .c-btn2:where(:-webkit-any-link, :enabled, summary):hover, .c-nav1 ul a:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #fcfaf4;
    border-color: #e8c42d;
  }
  .c-btn2:where(:-moz-any-link, :enabled, summary):hover, .c-nav1 ul a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fcfaf4;
    border-color: #e8c42d;
  }
  .c-btn2:where(:any-link, :enabled, summary):hover, .c-nav1 ul a:where(:any-link, :enabled, summary):hover {
    background-color: #fcfaf4;
    border-color: #e8c42d;
  }
}
.c-btn2.current, .c-nav1 ul a.current {
  background-color: #fcfaf4;
  border-color: #e8c42d;
  opacity: 0.5;
  pointer-events: none;
}

.c-btn3, .c-btn3-l, .c-btn3-l-wh, .c-btn3-bk {
  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;
  width: 235px;
  height: 60px;
  border-radius: 5px;
  background-color: #e8c42d;
  padding: 0 50px 0 20px;
  background-image: url("../images/common/icon-menu-arrow-wh.svg");
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: center right 20px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.7rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 750px) {
  .c-btn3, .c-btn3-l, .c-btn3-l-wh, .c-btn3-bk {
    width: 100%;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .c-btn3:where(:-webkit-any-link, :enabled, summary):hover, .c-btn3-l:where(:-webkit-any-link, :enabled, summary):hover, .c-btn3-l-wh:where(:-webkit-any-link, :enabled, summary):hover, .c-btn3-bk:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #000;
    color: #fff;
  }
  .c-btn3:where(:-moz-any-link, :enabled, summary):hover, .c-btn3-l:where(:-moz-any-link, :enabled, summary):hover, .c-btn3-l-wh:where(:-moz-any-link, :enabled, summary):hover, .c-btn3-bk:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #000;
    color: #fff;
  }
  .c-btn3:where(:any-link, :enabled, summary):hover, .c-btn3-l:where(:any-link, :enabled, summary):hover, .c-btn3-l-wh:where(:any-link, :enabled, summary):hover, .c-btn3-bk:where(:any-link, :enabled, summary):hover {
    background-color: #000;
    color: #fff;
  }
}

a:hover .c-btn3, a:hover .c-btn3-l, a:hover .c-btn3-l-wh, a:hover .c-btn3-bk {
  background-color: #000;
  color: #fff;
}

.c-btn3-bk {
  background-color: #333333;
  color: #fff;
}

.c-btn3-l, .c-btn3-l-wh {
  width: 440px;
  height: 70px;
  font-size: 1.9rem;
}
@media screen and (max-width: 750px) {
  .c-btn3-l, .c-btn3-l-wh {
    width: 100%;
    font-size: 1.5rem;
    height: 60px;
  }
}

.c-btn3-l-wh {
  border: solid 1px #ddd;
  background-color: #fff;
  background-image: url("../images/common/icon-menu-arrow.svg");
}

.c-float-bnr {
  position: fixed;
  right: 10px;
  bottom: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  height: 120px;
  border-radius: 5px;
  background-color: #333333;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3157894737;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
@media (hover: hover) {
  .c-float-bnr:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #000;
  }
  .c-float-bnr:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #000;
  }
  .c-float-bnr:where(:any-link, :enabled, summary):hover {
    background-color: #000;
  }
}
@media screen and (max-width: 750px) {
  .c-float-bnr {
    width: 120px;
    height: 93px;
    font-size: 1.4rem;
  }
}

html:not(.is-scroll-footer) .c-float-bnr {
  opacity: 1;
  pointer-events: auto;
}

.c-btn3.btn-download, .btn-download.c-btn3-bk, .btn-download.c-btn3-l, .btn-download.c-btn3-l-wh {
  background-image: url("../images/common/icon-download.svg");
  background-size: 1em;
}
@media (hover: hover) {
  .c-btn3.btn-download:where(:-webkit-any-link, :enabled, summary):hover, .btn-download.c-btn3-bk:where(:-webkit-any-link, :enabled, summary):hover, .btn-download.c-btn3-l:where(:-webkit-any-link, :enabled, summary):hover, .btn-download.c-btn3-l-wh:where(:-webkit-any-link, :enabled, summary):hover {
    background-image: url("../images/common/icon-download-wh.svg");
  }
  .c-btn3.btn-download:where(:-moz-any-link, :enabled, summary):hover, .btn-download.c-btn3-bk:where(:-moz-any-link, :enabled, summary):hover, .btn-download.c-btn3-l:where(:-moz-any-link, :enabled, summary):hover, .btn-download.c-btn3-l-wh:where(:-moz-any-link, :enabled, summary):hover {
    background-image: url("../images/common/icon-download-wh.svg");
  }
  .c-btn3.btn-download:where(:any-link, :enabled, summary):hover, .btn-download.c-btn3-bk:where(:any-link, :enabled, summary):hover, .btn-download.c-btn3-l:where(:any-link, :enabled, summary):hover, .btn-download.c-btn3-l-wh:where(:any-link, :enabled, summary):hover {
    background-image: url("../images/common/icon-download-wh.svg");
  }
}

/*----------------------------------------------------------------
  Icons
-----------------------------------------------------------------*/
.icon-pdf-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-pdf-b::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-pdf-b.svg");
  -webkit-mask-image: url("../images/icon-svg/icon-pdf-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;
}
.icon-pdf-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-hatena {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-hatena::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-hatena.svg");
  -webkit-mask-image: url("../images/icon-svg/icon-hatena.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
}
.icon-hatena.icon--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-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-circle-arrow::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-circle-arrow.svg");
  -webkit-mask-image: url("../images/icon-svg/icon-circle-arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
}
.icon-circle-arrow.icon--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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-earth::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-earth.svg");
  -webkit-mask-image: url("../images/icon-svg/icon-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;
}
.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-checkseet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-checkseet::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-checkseet.svg");
  -webkit-mask-image: url("../images/icon-svg/icon-checkseet.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
}
.icon-checkseet.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-volunteer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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-heart-hand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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, .c-link-pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-pdf::before, .c-link-pdf::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-pdf.svg");
  -webkit-mask-image: url("../images/icon-svg/icon-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;
}
.icon-pdf.icon--after, .icon--after.c-link-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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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, .c-pager .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-arrow-b-r::before, .c-pager .next::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;
}
.icon-arrow-b-r.icon--after, .c-pager .icon--after.next {
  -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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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, .c-pager .prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-arrow-b-l::before, .c-pager .prev::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;
}
.icon-arrow-b-l.icon--after, .c-pager .icon--after.prev {
  -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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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, .c-list-brand > * a, .icon-blank2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-blank::before, .c-list-brand > * a::before, .icon-blank2::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-blank.svg");
  -webkit-mask-image: url("../images/icon-svg/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;
  width: 1em;
  height: 1em;
  background-color: currentColor;
}
.icon-blank.icon--after, .c-list-brand > * a.icon--after, .icon--after.icon-blank2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-building {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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, .h-gnav .main-gnav2 > li:last-child > a, .c-float-bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-file::before, .h-gnav .main-gnav2 > li:last-child > a::before, .c-float-bnr::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;
}
.icon-file.icon--after, .h-gnav .main-gnav2 > li:last-child > a.icon--after, .icon--after.c-float-bnr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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, .h-gnav .main-gnav2 > 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: 0.3em;
}
.icon-mail::before, .h-gnav .main-gnav2 > li > a::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-mail.svg");
  -webkit-mask-image: url("../images/icon-svg/icon-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;
}
.icon-mail.icon--after, .h-gnav .main-gnav2 > li > 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-minus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-minus::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-minus.svg");
  -webkit-mask-image: url("../images/icon-svg/icon-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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-phone::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-phone.svg");
  -webkit-mask-image: url("../images/icon-svg/icon-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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-pin::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;
}
.icon-pin.icon--after {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.icon-plus::before {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-plus.svg");
  -webkit-mask-image: url("../images/icon-svg/icon-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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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, .c-hash-nav 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: 0.3em;
}
.icon-arrow-down::before, .c-hash-nav a::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;
}
.icon-arrow-down.icon--after, .c-hash-nav 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-arrow-down-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
.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;
}
.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: #333333;
  /*
  [type="file"] {
    width: 320px !important;
    margin: 1em 0;
    padding: 1em 1.5em !important;
    line-height: 1;
    @media screen and (max-width: 750px) {
      width: 223px !important;
    }
    &::file-selector-button {
      display: none;
      @media screen and (max-width: 750px) {
        display: block;
        font-size: 0.8em !important;
      }
    }
    &::after {
      content: "参照";
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      right: -130px;
      width: 120px;
      height: 60px;
      transform: translateY(-50%);
      background-color: $mainClr1;
      border-radius: 4px;
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-size: 1.6rem;
      @media screen and (max-width: 750px) {
        width: 102px;
        right: -112px;
      }
    }
  }*/
  /* validation
  ______________________________________________*/
}
.c-form ::-webkit-input-placeholder {
  opacity: 0.5;
  color: #696969;
}
.c-form ::-moz-placeholder {
  opacity: 0.5;
  color: #696969;
}
.c-form :-ms-input-placeholder {
  opacity: 0.5;
  color: #696969;
}
.c-form ::-ms-input-placeholder {
  opacity: 0.5;
  color: #696969;
}
.c-form ::placeholder {
  opacity: 0.5;
  color: #696969;
}
.c-form :focus {
  border: solid 2px #e8c42d !important;
}
.c-form input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.c-form textarea {
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #ddd;
  width: 100%;
  padding: 0.5em 0.9em;
  height: 50px;
}
.c-form input:not([type=radio]):not([type=checkbox]):not([type=submit]).ss,
.c-form textarea.ss {
  width: 5em;
}
.c-form textarea {
  height: 309px;
  width: 100%;
}
.c-form [type=text] {
  height: 50px;
}
.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: #e8c42d;
}
.c-form [type=checkbox] {
  border-radius: 3px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: solid 1px #ccc;
  margin-right: 5px;
}
.c-form [type=checkbox]:checked {
  background-color: #e8c42d;
  border-color: #e8c42d;
}
.c-form [type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 21px;
  height: 9px;
  border-left: solid 3px #333333;
  border-bottom: solid 3px #333333;
  -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: 750px) {
  .c-form [type=file] {
    width: 274px !important;
    margin: 0.5em 0 !important;
    padding: 1em 0.5em !important;
    font-size: 0.8em !important;
  }
}
.c-form [type=file]::-webkit-file-upload-button {
  display: none;
}
.c-form [type=file]::file-selector-button {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-form [type=file]::-webkit-file-upload-button {
    display: block;
    font-size: 0.8em !important;
  }
  .c-form [type=file]::file-selector-button {
    display: block;
    font-size: 0.8em !important;
  }
}
.c-form [type=file]::after {
  content: "参照";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: -130px;
  width: 120px;
  height: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #e8c42d;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .c-form [type=file]::after {
    width: 60px;
    right: -64px;
    font-size: 1.6rem;
  }
}
.c-form .file-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 150px;
}
@media screen and (max-width: 750px) {
  .c-form .file-block {
    display: block;
    margin: 2em 0;
  }
}
.c-form select {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.174%22%20height%3D%228.891%22%20viewBox%3D%220%200%2015.174%208.891%22%3E%3Cg%20transform%3D%22translate(-25.622%2064.344)%22%3E%3Cpath%20d%3D%22M39.216-64.344l-6.026,5.768-6.062-5.732L25.622-62.8l7.532,7.348L40.8-62.765Z%22%20fill%3D%22%23333%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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: 60px;
  border: solid 1px #ddd;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
@media screen and (max-width: 750px) {
  .c-form select {
    padding: 0.5em 2.2em 0.5em 1em;
    margin-right: 3px;
    background-position: center right 14px;
  }
}
.c-form select:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .c-form select:not(:first-child) {
    margin-left: 5px;
  }
}
.c-form select * {
  color: #333333 !important;
}
.c-form .middle {
  width: 340px !important;
}
.c-form .policy {
  margin: 60px 0 60px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-form .policy {
    font-size: 1.4rem;
    text-align: left;
  }
}
.c-form .policy input {
  margin-right: 0.5em;
}
.c-form .policy a {
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .c-form .policy a:hover {
    text-decoration: none;
  }
}
.c-form .note {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .c-form .note {
    font-size: 1.4rem;
  }
}
.c-form.active {
  background-color: #e8c42d;
  pointer-events: auto;
}
.c-form.active::after {
  content: "この内容で送信する";
  color: #fff;
}
.c-form .wpcf7-response-output {
  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: 600px;
  height: 120px;
  text-align: center;
  background-color: #ff4602;
  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):not(.wpcf7-select),
.c-form [id^=form-validation-field-] {
  background-image: url("data:image/svg+xml,%3Csvg id='页面-1' 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='%23F5A12E'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: top 12px right 10px;
}
.c-form .wpcf7-not-valid:not(.wpcf7-checkbox):not(.validate-ok),
.c-form .formError-targe:not(.validate-ok) {
  border: solid 2px red !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='%23ce0000'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: top 12px right 10px;
}
.c-form .formError {
  position: relative !important;
  top: 100% !important;
  left: 0 !important;
  margin-top: 0 !important;
  pointer-events: none !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .c-form .formError {
    font-size: 1.4rem;
  }
}
.c-form .formError .formErrorContent {
  width: 100% !important;
  background: none !important;
  position: relative !important;
  color: red !important;
  min-width: 0 !important;
  font-size: 1em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  white-space: nowrap;
}
.c-form .formErrorArrow {
  display: none;
}
.c-form .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-form .policy .formError {
  position: absolute !important;
  bottom: 20px;
  white-space: nowrap;
}
.c-form .policy > * {
  position: relative;
}
.c-form .header {
  margin-bottom: 110px;
}
@media screen and (max-width: 750px) {
  .c-form .header {
    margin-bottom: 60px;
  }
}
.c-form hr {
  margin-bottom: 30px;
}
.c-form .policy-check {
  text-align: center;
}
.c-form .policy-check .txt {
  display: inline-block;
  -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;
  text-align: center;
}
.c-form .policy-check .txt a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #333333;
  margin-right: 0.5em;
}
.c-form .policy-check .wpcf7-list-item {
  margin: 1em auto 0;
}
.c-form .submit-wrap {
  position: relative;
  width: 440px;
  margin: 60px auto 0;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c-form .submit-wrap {
    width: 100%;
    margin: 40px auto 0;
    font-size: 1.6rem;
  }
}
.c-form .submit-wrap::after {
  content: "入力が完了していません";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
  background-color: #e5e5e5;
  border-radius: 5px;
  color: #adadad;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .c-form .submit-wrap::after {
    width: 100%;
    height: 60px;
    border-radius: 30px;
  }
}
.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: 440px;
  height: 80px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 5px;
  color: #333333;
  background-color: #ffdd4a;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .c-form .submit-wrap [type=submit] {
    width: 100%;
    height: 60px;
    border-radius: 30px;
  }
}

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

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

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

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

[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 #e8c42d;
}
.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: #e8c42d;
  width: 103px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 750px) {
  .c-form-search [type=submit] {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 60px;
    margin-top: 12px;
  }
}

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

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

/* list
______________________________________________*/
.c-form-list .note {
  padding: 2em 0;
  border-bottom: solid 1px #ddd;
  margin-bottom: 2em;
}
.c-form-list .w-50 {
  width: 50%;
  display: inline-block;
}
.c-form-list dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px 0 16px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .c-form-list dt {
    font-size: 1.7rem;
  }
}
.c-form-list dt.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;
  gap: 10px;
}
.c-form-list dt.required::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;
  width: 40px;
  height: 20px;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  margin-right: 10px;
  white-space: nowrap;
  background-color: #f5a12e;
}
.c-form-list dd {
  margin-bottom: 16px;
  position: relative;
}
.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-list .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.c-form-list .wpcf7-checkbox > * {
  margin: 0;
}
.c-form-list .col2 > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-form-list .col2 br {
  display: none;
}
.c-form-list .col2-2 > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .c-form-list .col2-2 > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.c-form-list .col2-2 > * > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-form-list .col2-2 > * > *:nth-child(1) {
  max-width: 200px;
}
@media screen and (max-width: 750px) {
  .c-form-list .col2-2 > * > *:nth-child(1) {
    max-width: none;
  }
}

.c-form-thanks {
  text-align: center;
}
.c-form-thanks h2 {
  margin-bottom: 40px;
}
.c-form-thanks .c-btn1, .c-form-thanks .c-btn1--wh, .c-form-thanks .c-btn1--r, .c-form-thanks .c-pager-b .next a, .c-pager-b .next .c-form-thanks a, .c-form-thanks .c-btn1--l, .c-form-thanks .c-pager-b .prev a, .c-pager-b .prev .c-form-thanks a {
  margin: 40px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-form-complete .c-form {
  padding: 60px 0 !important;
}

body.en-US .c-form-list dt.c-required::after {
  content: "Required";
}

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

.submit-wrap::after {
  display: none !important;
}

/*----------------------------------------------------------------
グリッドのコンポーネント
-----------------------------------------------------------------*/
.c-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-1 {
    grid-column: span 1;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .col-sm-5 {
    grid-column: span 5;
  }
  .col-sm-6 {
    grid-column: span 6;
  }
  .col-sm-7 {
    grid-column: span 7;
  }
  .col-sm-8 {
    grid-column: span 8;
  }
  .col-sm-9 {
    grid-column: span 9;
  }
  .col-sm-10 {
    grid-column: span 10;
  }
  .col-sm-11 {
    grid-column: span 11;
  }
  .col-sm-12 {
    grid-column: span 12;
  }
}
@media (min-width: 750px) {
  .col-md-1 {
    grid-column: span 1;
  }
  .col-md-2 {
    grid-column: span 2;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .col-md-5 {
    grid-column: span 5;
  }
  .col-md-6 {
    grid-column: span 6;
  }
  .col-md-7 {
    grid-column: span 7;
  }
  .col-md-8 {
    grid-column: span 8;
  }
  .col-md-9 {
    grid-column: span 9;
  }
  .col-md-10 {
    grid-column: span 10;
  }
  .col-md-11 {
    grid-column: span 11;
  }
  .col-md-12 {
    grid-column: span 12;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    grid-column: span 1;
  }
  .col-lg-2 {
    grid-column: span 2;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .col-lg-5 {
    grid-column: span 5;
  }
  .col-lg-6 {
    grid-column: span 6;
  }
  .col-lg-7 {
    grid-column: span 7;
  }
  .col-lg-8 {
    grid-column: span 8;
  }
  .col-lg-9 {
    grid-column: span 9;
  }
  .col-lg-10 {
    grid-column: span 10;
  }
  .col-lg-11 {
    grid-column: span 11;
  }
  .col-lg-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    grid-column: span 1;
  }
  .col-xl-2 {
    grid-column: span 2;
  }
  .col-xl-3 {
    grid-column: span 3;
  }
  .col-xl-4 {
    grid-column: span 4;
  }
  .col-xl-5 {
    grid-column: span 5;
  }
  .col-xl-6 {
    grid-column: span 6;
  }
  .col-xl-7 {
    grid-column: span 7;
  }
  .col-xl-8 {
    grid-column: span 8;
  }
  .col-xl-9 {
    grid-column: span 9;
  }
  .col-xl-10 {
    grid-column: span 10;
  }
  .col-xl-11 {
    grid-column: span 11;
  }
  .col-xl-12 {
    grid-column: span 12;
  }
}
.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 1px;
}

.gap-2 {
  gap: 2px;
}

.gap-3 {
  gap: 3px;
}

.gap-4 {
  gap: 4px;
}

.gap-5 {
  gap: 5px;
}

.gap-6 {
  gap: 6px;
}

.gap-7 {
  gap: 7px;
}

.gap-8 {
  gap: 8px;
}

.gap-9 {
  gap: 9px;
}

.gap-10 {
  gap: 10px;
}

.gap-11 {
  gap: 11px;
}

.gap-12 {
  gap: 12px;
}

.gap-13 {
  gap: 13px;
}

.gap-14 {
  gap: 14px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-17 {
  gap: 17px;
}

.gap-18 {
  gap: 18px;
}

.gap-19 {
  gap: 19px;
}

.gap-20 {
  gap: 20px;
}

.gap-21 {
  gap: 21px;
}

.gap-22 {
  gap: 22px;
}

.gap-23 {
  gap: 23px;
}

.gap-24 {
  gap: 24px;
}

.gap-25 {
  gap: 25px;
}

.gap-26 {
  gap: 26px;
}

.gap-27 {
  gap: 27px;
}

.gap-28 {
  gap: 28px;
}

.gap-29 {
  gap: 29px;
}

.gap-30 {
  gap: 30px;
}

.gap-31 {
  gap: 31px;
}

.gap-32 {
  gap: 32px;
}

.gap-33 {
  gap: 33px;
}

.gap-34 {
  gap: 34px;
}

.gap-35 {
  gap: 35px;
}

.gap-36 {
  gap: 36px;
}

.gap-37 {
  gap: 37px;
}

.gap-38 {
  gap: 38px;
}

.gap-39 {
  gap: 39px;
}

.gap-40 {
  gap: 40px;
}

.gap-41 {
  gap: 41px;
}

.gap-42 {
  gap: 42px;
}

.gap-43 {
  gap: 43px;
}

.gap-44 {
  gap: 44px;
}

.gap-45 {
  gap: 45px;
}

.gap-46 {
  gap: 46px;
}

.gap-47 {
  gap: 47px;
}

.gap-48 {
  gap: 48px;
}

.gap-49 {
  gap: 49px;
}

.gap-50 {
  gap: 50px;
}

.gap-51 {
  gap: 51px;
}

.gap-52 {
  gap: 52px;
}

.gap-53 {
  gap: 53px;
}

.gap-54 {
  gap: 54px;
}

.gap-55 {
  gap: 55px;
}

.gap-56 {
  gap: 56px;
}

.gap-57 {
  gap: 57px;
}

.gap-58 {
  gap: 58px;
}

.gap-59 {
  gap: 59px;
}

.gap-60 {
  gap: 60px;
}

.gap-61 {
  gap: 61px;
}

.gap-62 {
  gap: 62px;
}

.gap-63 {
  gap: 63px;
}

.gap-64 {
  gap: 64px;
}

.gap-65 {
  gap: 65px;
}

.gap-66 {
  gap: 66px;
}

.gap-67 {
  gap: 67px;
}

.gap-68 {
  gap: 68px;
}

.gap-69 {
  gap: 69px;
}

.gap-70 {
  gap: 70px;
}

.gap-71 {
  gap: 71px;
}

.gap-72 {
  gap: 72px;
}

.gap-73 {
  gap: 73px;
}

.gap-74 {
  gap: 74px;
}

.gap-75 {
  gap: 75px;
}

.gap-76 {
  gap: 76px;
}

.gap-77 {
  gap: 77px;
}

.gap-78 {
  gap: 78px;
}

.gap-79 {
  gap: 79px;
}

.gap-80 {
  gap: 80px;
}

.gap-81 {
  gap: 81px;
}

.gap-82 {
  gap: 82px;
}

.gap-83 {
  gap: 83px;
}

.gap-84 {
  gap: 84px;
}

.gap-85 {
  gap: 85px;
}

.gap-86 {
  gap: 86px;
}

.gap-87 {
  gap: 87px;
}

.gap-88 {
  gap: 88px;
}

.gap-89 {
  gap: 89px;
}

.gap-90 {
  gap: 90px;
}

.gap-91 {
  gap: 91px;
}

.gap-92 {
  gap: 92px;
}

.gap-93 {
  gap: 93px;
}

.gap-94 {
  gap: 94px;
}

.gap-95 {
  gap: 95px;
}

.gap-96 {
  gap: 96px;
}

.gap-97 {
  gap: 97px;
}

.gap-98 {
  gap: 98px;
}

.gap-99 {
  gap: 99px;
}

.gap-100 {
  gap: 100px;
}

@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0px;
  }
  .gap-sm-1 {
    gap: 1px;
  }
  .gap-sm-2 {
    gap: 2px;
  }
  .gap-sm-3 {
    gap: 3px;
  }
  .gap-sm-4 {
    gap: 4px;
  }
  .gap-sm-5 {
    gap: 5px;
  }
  .gap-sm-6 {
    gap: 6px;
  }
  .gap-sm-7 {
    gap: 7px;
  }
  .gap-sm-8 {
    gap: 8px;
  }
  .gap-sm-9 {
    gap: 9px;
  }
  .gap-sm-10 {
    gap: 10px;
  }
  .gap-sm-11 {
    gap: 11px;
  }
  .gap-sm-12 {
    gap: 12px;
  }
  .gap-sm-13 {
    gap: 13px;
  }
  .gap-sm-14 {
    gap: 14px;
  }
  .gap-sm-15 {
    gap: 15px;
  }
  .gap-sm-16 {
    gap: 16px;
  }
  .gap-sm-17 {
    gap: 17px;
  }
  .gap-sm-18 {
    gap: 18px;
  }
  .gap-sm-19 {
    gap: 19px;
  }
  .gap-sm-20 {
    gap: 20px;
  }
  .gap-sm-21 {
    gap: 21px;
  }
  .gap-sm-22 {
    gap: 22px;
  }
  .gap-sm-23 {
    gap: 23px;
  }
  .gap-sm-24 {
    gap: 24px;
  }
  .gap-sm-25 {
    gap: 25px;
  }
  .gap-sm-26 {
    gap: 26px;
  }
  .gap-sm-27 {
    gap: 27px;
  }
  .gap-sm-28 {
    gap: 28px;
  }
  .gap-sm-29 {
    gap: 29px;
  }
  .gap-sm-30 {
    gap: 30px;
  }
  .gap-sm-31 {
    gap: 31px;
  }
  .gap-sm-32 {
    gap: 32px;
  }
  .gap-sm-33 {
    gap: 33px;
  }
  .gap-sm-34 {
    gap: 34px;
  }
  .gap-sm-35 {
    gap: 35px;
  }
  .gap-sm-36 {
    gap: 36px;
  }
  .gap-sm-37 {
    gap: 37px;
  }
  .gap-sm-38 {
    gap: 38px;
  }
  .gap-sm-39 {
    gap: 39px;
  }
  .gap-sm-40 {
    gap: 40px;
  }
  .gap-sm-41 {
    gap: 41px;
  }
  .gap-sm-42 {
    gap: 42px;
  }
  .gap-sm-43 {
    gap: 43px;
  }
  .gap-sm-44 {
    gap: 44px;
  }
  .gap-sm-45 {
    gap: 45px;
  }
  .gap-sm-46 {
    gap: 46px;
  }
  .gap-sm-47 {
    gap: 47px;
  }
  .gap-sm-48 {
    gap: 48px;
  }
  .gap-sm-49 {
    gap: 49px;
  }
  .gap-sm-50 {
    gap: 50px;
  }
  .gap-sm-51 {
    gap: 51px;
  }
  .gap-sm-52 {
    gap: 52px;
  }
  .gap-sm-53 {
    gap: 53px;
  }
  .gap-sm-54 {
    gap: 54px;
  }
  .gap-sm-55 {
    gap: 55px;
  }
  .gap-sm-56 {
    gap: 56px;
  }
  .gap-sm-57 {
    gap: 57px;
  }
  .gap-sm-58 {
    gap: 58px;
  }
  .gap-sm-59 {
    gap: 59px;
  }
  .gap-sm-60 {
    gap: 60px;
  }
  .gap-sm-61 {
    gap: 61px;
  }
  .gap-sm-62 {
    gap: 62px;
  }
  .gap-sm-63 {
    gap: 63px;
  }
  .gap-sm-64 {
    gap: 64px;
  }
  .gap-sm-65 {
    gap: 65px;
  }
  .gap-sm-66 {
    gap: 66px;
  }
  .gap-sm-67 {
    gap: 67px;
  }
  .gap-sm-68 {
    gap: 68px;
  }
  .gap-sm-69 {
    gap: 69px;
  }
  .gap-sm-70 {
    gap: 70px;
  }
  .gap-sm-71 {
    gap: 71px;
  }
  .gap-sm-72 {
    gap: 72px;
  }
  .gap-sm-73 {
    gap: 73px;
  }
  .gap-sm-74 {
    gap: 74px;
  }
  .gap-sm-75 {
    gap: 75px;
  }
  .gap-sm-76 {
    gap: 76px;
  }
  .gap-sm-77 {
    gap: 77px;
  }
  .gap-sm-78 {
    gap: 78px;
  }
  .gap-sm-79 {
    gap: 79px;
  }
  .gap-sm-80 {
    gap: 80px;
  }
  .gap-sm-81 {
    gap: 81px;
  }
  .gap-sm-82 {
    gap: 82px;
  }
  .gap-sm-83 {
    gap: 83px;
  }
  .gap-sm-84 {
    gap: 84px;
  }
  .gap-sm-85 {
    gap: 85px;
  }
  .gap-sm-86 {
    gap: 86px;
  }
  .gap-sm-87 {
    gap: 87px;
  }
  .gap-sm-88 {
    gap: 88px;
  }
  .gap-sm-89 {
    gap: 89px;
  }
  .gap-sm-90 {
    gap: 90px;
  }
  .gap-sm-91 {
    gap: 91px;
  }
  .gap-sm-92 {
    gap: 92px;
  }
  .gap-sm-93 {
    gap: 93px;
  }
  .gap-sm-94 {
    gap: 94px;
  }
  .gap-sm-95 {
    gap: 95px;
  }
  .gap-sm-96 {
    gap: 96px;
  }
  .gap-sm-97 {
    gap: 97px;
  }
  .gap-sm-98 {
    gap: 98px;
  }
  .gap-sm-99 {
    gap: 99px;
  }
  .gap-sm-100 {
    gap: 100px;
  }
}
@media (min-width: 750px) {
  .gap-md-0 {
    gap: 0px;
  }
  .gap-md-1 {
    gap: 1px;
  }
  .gap-md-2 {
    gap: 2px;
  }
  .gap-md-3 {
    gap: 3px;
  }
  .gap-md-4 {
    gap: 4px;
  }
  .gap-md-5 {
    gap: 5px;
  }
  .gap-md-6 {
    gap: 6px;
  }
  .gap-md-7 {
    gap: 7px;
  }
  .gap-md-8 {
    gap: 8px;
  }
  .gap-md-9 {
    gap: 9px;
  }
  .gap-md-10 {
    gap: 10px;
  }
  .gap-md-11 {
    gap: 11px;
  }
  .gap-md-12 {
    gap: 12px;
  }
  .gap-md-13 {
    gap: 13px;
  }
  .gap-md-14 {
    gap: 14px;
  }
  .gap-md-15 {
    gap: 15px;
  }
  .gap-md-16 {
    gap: 16px;
  }
  .gap-md-17 {
    gap: 17px;
  }
  .gap-md-18 {
    gap: 18px;
  }
  .gap-md-19 {
    gap: 19px;
  }
  .gap-md-20 {
    gap: 20px;
  }
  .gap-md-21 {
    gap: 21px;
  }
  .gap-md-22 {
    gap: 22px;
  }
  .gap-md-23 {
    gap: 23px;
  }
  .gap-md-24 {
    gap: 24px;
  }
  .gap-md-25 {
    gap: 25px;
  }
  .gap-md-26 {
    gap: 26px;
  }
  .gap-md-27 {
    gap: 27px;
  }
  .gap-md-28 {
    gap: 28px;
  }
  .gap-md-29 {
    gap: 29px;
  }
  .gap-md-30 {
    gap: 30px;
  }
  .gap-md-31 {
    gap: 31px;
  }
  .gap-md-32 {
    gap: 32px;
  }
  .gap-md-33 {
    gap: 33px;
  }
  .gap-md-34 {
    gap: 34px;
  }
  .gap-md-35 {
    gap: 35px;
  }
  .gap-md-36 {
    gap: 36px;
  }
  .gap-md-37 {
    gap: 37px;
  }
  .gap-md-38 {
    gap: 38px;
  }
  .gap-md-39 {
    gap: 39px;
  }
  .gap-md-40 {
    gap: 40px;
  }
  .gap-md-41 {
    gap: 41px;
  }
  .gap-md-42 {
    gap: 42px;
  }
  .gap-md-43 {
    gap: 43px;
  }
  .gap-md-44 {
    gap: 44px;
  }
  .gap-md-45 {
    gap: 45px;
  }
  .gap-md-46 {
    gap: 46px;
  }
  .gap-md-47 {
    gap: 47px;
  }
  .gap-md-48 {
    gap: 48px;
  }
  .gap-md-49 {
    gap: 49px;
  }
  .gap-md-50 {
    gap: 50px;
  }
  .gap-md-51 {
    gap: 51px;
  }
  .gap-md-52 {
    gap: 52px;
  }
  .gap-md-53 {
    gap: 53px;
  }
  .gap-md-54 {
    gap: 54px;
  }
  .gap-md-55 {
    gap: 55px;
  }
  .gap-md-56 {
    gap: 56px;
  }
  .gap-md-57 {
    gap: 57px;
  }
  .gap-md-58 {
    gap: 58px;
  }
  .gap-md-59 {
    gap: 59px;
  }
  .gap-md-60 {
    gap: 60px;
  }
  .gap-md-61 {
    gap: 61px;
  }
  .gap-md-62 {
    gap: 62px;
  }
  .gap-md-63 {
    gap: 63px;
  }
  .gap-md-64 {
    gap: 64px;
  }
  .gap-md-65 {
    gap: 65px;
  }
  .gap-md-66 {
    gap: 66px;
  }
  .gap-md-67 {
    gap: 67px;
  }
  .gap-md-68 {
    gap: 68px;
  }
  .gap-md-69 {
    gap: 69px;
  }
  .gap-md-70 {
    gap: 70px;
  }
  .gap-md-71 {
    gap: 71px;
  }
  .gap-md-72 {
    gap: 72px;
  }
  .gap-md-73 {
    gap: 73px;
  }
  .gap-md-74 {
    gap: 74px;
  }
  .gap-md-75 {
    gap: 75px;
  }
  .gap-md-76 {
    gap: 76px;
  }
  .gap-md-77 {
    gap: 77px;
  }
  .gap-md-78 {
    gap: 78px;
  }
  .gap-md-79 {
    gap: 79px;
  }
  .gap-md-80 {
    gap: 80px;
  }
  .gap-md-81 {
    gap: 81px;
  }
  .gap-md-82 {
    gap: 82px;
  }
  .gap-md-83 {
    gap: 83px;
  }
  .gap-md-84 {
    gap: 84px;
  }
  .gap-md-85 {
    gap: 85px;
  }
  .gap-md-86 {
    gap: 86px;
  }
  .gap-md-87 {
    gap: 87px;
  }
  .gap-md-88 {
    gap: 88px;
  }
  .gap-md-89 {
    gap: 89px;
  }
  .gap-md-90 {
    gap: 90px;
  }
  .gap-md-91 {
    gap: 91px;
  }
  .gap-md-92 {
    gap: 92px;
  }
  .gap-md-93 {
    gap: 93px;
  }
  .gap-md-94 {
    gap: 94px;
  }
  .gap-md-95 {
    gap: 95px;
  }
  .gap-md-96 {
    gap: 96px;
  }
  .gap-md-97 {
    gap: 97px;
  }
  .gap-md-98 {
    gap: 98px;
  }
  .gap-md-99 {
    gap: 99px;
  }
  .gap-md-100 {
    gap: 100px;
  }
}
@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0px;
  }
  .gap-lg-1 {
    gap: 1px;
  }
  .gap-lg-2 {
    gap: 2px;
  }
  .gap-lg-3 {
    gap: 3px;
  }
  .gap-lg-4 {
    gap: 4px;
  }
  .gap-lg-5 {
    gap: 5px;
  }
  .gap-lg-6 {
    gap: 6px;
  }
  .gap-lg-7 {
    gap: 7px;
  }
  .gap-lg-8 {
    gap: 8px;
  }
  .gap-lg-9 {
    gap: 9px;
  }
  .gap-lg-10 {
    gap: 10px;
  }
  .gap-lg-11 {
    gap: 11px;
  }
  .gap-lg-12 {
    gap: 12px;
  }
  .gap-lg-13 {
    gap: 13px;
  }
  .gap-lg-14 {
    gap: 14px;
  }
  .gap-lg-15 {
    gap: 15px;
  }
  .gap-lg-16 {
    gap: 16px;
  }
  .gap-lg-17 {
    gap: 17px;
  }
  .gap-lg-18 {
    gap: 18px;
  }
  .gap-lg-19 {
    gap: 19px;
  }
  .gap-lg-20 {
    gap: 20px;
  }
  .gap-lg-21 {
    gap: 21px;
  }
  .gap-lg-22 {
    gap: 22px;
  }
  .gap-lg-23 {
    gap: 23px;
  }
  .gap-lg-24 {
    gap: 24px;
  }
  .gap-lg-25 {
    gap: 25px;
  }
  .gap-lg-26 {
    gap: 26px;
  }
  .gap-lg-27 {
    gap: 27px;
  }
  .gap-lg-28 {
    gap: 28px;
  }
  .gap-lg-29 {
    gap: 29px;
  }
  .gap-lg-30 {
    gap: 30px;
  }
  .gap-lg-31 {
    gap: 31px;
  }
  .gap-lg-32 {
    gap: 32px;
  }
  .gap-lg-33 {
    gap: 33px;
  }
  .gap-lg-34 {
    gap: 34px;
  }
  .gap-lg-35 {
    gap: 35px;
  }
  .gap-lg-36 {
    gap: 36px;
  }
  .gap-lg-37 {
    gap: 37px;
  }
  .gap-lg-38 {
    gap: 38px;
  }
  .gap-lg-39 {
    gap: 39px;
  }
  .gap-lg-40 {
    gap: 40px;
  }
  .gap-lg-41 {
    gap: 41px;
  }
  .gap-lg-42 {
    gap: 42px;
  }
  .gap-lg-43 {
    gap: 43px;
  }
  .gap-lg-44 {
    gap: 44px;
  }
  .gap-lg-45 {
    gap: 45px;
  }
  .gap-lg-46 {
    gap: 46px;
  }
  .gap-lg-47 {
    gap: 47px;
  }
  .gap-lg-48 {
    gap: 48px;
  }
  .gap-lg-49 {
    gap: 49px;
  }
  .gap-lg-50 {
    gap: 50px;
  }
  .gap-lg-51 {
    gap: 51px;
  }
  .gap-lg-52 {
    gap: 52px;
  }
  .gap-lg-53 {
    gap: 53px;
  }
  .gap-lg-54 {
    gap: 54px;
  }
  .gap-lg-55 {
    gap: 55px;
  }
  .gap-lg-56 {
    gap: 56px;
  }
  .gap-lg-57 {
    gap: 57px;
  }
  .gap-lg-58 {
    gap: 58px;
  }
  .gap-lg-59 {
    gap: 59px;
  }
  .gap-lg-60 {
    gap: 60px;
  }
  .gap-lg-61 {
    gap: 61px;
  }
  .gap-lg-62 {
    gap: 62px;
  }
  .gap-lg-63 {
    gap: 63px;
  }
  .gap-lg-64 {
    gap: 64px;
  }
  .gap-lg-65 {
    gap: 65px;
  }
  .gap-lg-66 {
    gap: 66px;
  }
  .gap-lg-67 {
    gap: 67px;
  }
  .gap-lg-68 {
    gap: 68px;
  }
  .gap-lg-69 {
    gap: 69px;
  }
  .gap-lg-70 {
    gap: 70px;
  }
  .gap-lg-71 {
    gap: 71px;
  }
  .gap-lg-72 {
    gap: 72px;
  }
  .gap-lg-73 {
    gap: 73px;
  }
  .gap-lg-74 {
    gap: 74px;
  }
  .gap-lg-75 {
    gap: 75px;
  }
  .gap-lg-76 {
    gap: 76px;
  }
  .gap-lg-77 {
    gap: 77px;
  }
  .gap-lg-78 {
    gap: 78px;
  }
  .gap-lg-79 {
    gap: 79px;
  }
  .gap-lg-80 {
    gap: 80px;
  }
  .gap-lg-81 {
    gap: 81px;
  }
  .gap-lg-82 {
    gap: 82px;
  }
  .gap-lg-83 {
    gap: 83px;
  }
  .gap-lg-84 {
    gap: 84px;
  }
  .gap-lg-85 {
    gap: 85px;
  }
  .gap-lg-86 {
    gap: 86px;
  }
  .gap-lg-87 {
    gap: 87px;
  }
  .gap-lg-88 {
    gap: 88px;
  }
  .gap-lg-89 {
    gap: 89px;
  }
  .gap-lg-90 {
    gap: 90px;
  }
  .gap-lg-91 {
    gap: 91px;
  }
  .gap-lg-92 {
    gap: 92px;
  }
  .gap-lg-93 {
    gap: 93px;
  }
  .gap-lg-94 {
    gap: 94px;
  }
  .gap-lg-95 {
    gap: 95px;
  }
  .gap-lg-96 {
    gap: 96px;
  }
  .gap-lg-97 {
    gap: 97px;
  }
  .gap-lg-98 {
    gap: 98px;
  }
  .gap-lg-99 {
    gap: 99px;
  }
  .gap-lg-100 {
    gap: 100px;
  }
}
@media (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0px;
  }
  .gap-xl-1 {
    gap: 1px;
  }
  .gap-xl-2 {
    gap: 2px;
  }
  .gap-xl-3 {
    gap: 3px;
  }
  .gap-xl-4 {
    gap: 4px;
  }
  .gap-xl-5 {
    gap: 5px;
  }
  .gap-xl-6 {
    gap: 6px;
  }
  .gap-xl-7 {
    gap: 7px;
  }
  .gap-xl-8 {
    gap: 8px;
  }
  .gap-xl-9 {
    gap: 9px;
  }
  .gap-xl-10 {
    gap: 10px;
  }
  .gap-xl-11 {
    gap: 11px;
  }
  .gap-xl-12 {
    gap: 12px;
  }
  .gap-xl-13 {
    gap: 13px;
  }
  .gap-xl-14 {
    gap: 14px;
  }
  .gap-xl-15 {
    gap: 15px;
  }
  .gap-xl-16 {
    gap: 16px;
  }
  .gap-xl-17 {
    gap: 17px;
  }
  .gap-xl-18 {
    gap: 18px;
  }
  .gap-xl-19 {
    gap: 19px;
  }
  .gap-xl-20 {
    gap: 20px;
  }
  .gap-xl-21 {
    gap: 21px;
  }
  .gap-xl-22 {
    gap: 22px;
  }
  .gap-xl-23 {
    gap: 23px;
  }
  .gap-xl-24 {
    gap: 24px;
  }
  .gap-xl-25 {
    gap: 25px;
  }
  .gap-xl-26 {
    gap: 26px;
  }
  .gap-xl-27 {
    gap: 27px;
  }
  .gap-xl-28 {
    gap: 28px;
  }
  .gap-xl-29 {
    gap: 29px;
  }
  .gap-xl-30 {
    gap: 30px;
  }
  .gap-xl-31 {
    gap: 31px;
  }
  .gap-xl-32 {
    gap: 32px;
  }
  .gap-xl-33 {
    gap: 33px;
  }
  .gap-xl-34 {
    gap: 34px;
  }
  .gap-xl-35 {
    gap: 35px;
  }
  .gap-xl-36 {
    gap: 36px;
  }
  .gap-xl-37 {
    gap: 37px;
  }
  .gap-xl-38 {
    gap: 38px;
  }
  .gap-xl-39 {
    gap: 39px;
  }
  .gap-xl-40 {
    gap: 40px;
  }
  .gap-xl-41 {
    gap: 41px;
  }
  .gap-xl-42 {
    gap: 42px;
  }
  .gap-xl-43 {
    gap: 43px;
  }
  .gap-xl-44 {
    gap: 44px;
  }
  .gap-xl-45 {
    gap: 45px;
  }
  .gap-xl-46 {
    gap: 46px;
  }
  .gap-xl-47 {
    gap: 47px;
  }
  .gap-xl-48 {
    gap: 48px;
  }
  .gap-xl-49 {
    gap: 49px;
  }
  .gap-xl-50 {
    gap: 50px;
  }
  .gap-xl-51 {
    gap: 51px;
  }
  .gap-xl-52 {
    gap: 52px;
  }
  .gap-xl-53 {
    gap: 53px;
  }
  .gap-xl-54 {
    gap: 54px;
  }
  .gap-xl-55 {
    gap: 55px;
  }
  .gap-xl-56 {
    gap: 56px;
  }
  .gap-xl-57 {
    gap: 57px;
  }
  .gap-xl-58 {
    gap: 58px;
  }
  .gap-xl-59 {
    gap: 59px;
  }
  .gap-xl-60 {
    gap: 60px;
  }
  .gap-xl-61 {
    gap: 61px;
  }
  .gap-xl-62 {
    gap: 62px;
  }
  .gap-xl-63 {
    gap: 63px;
  }
  .gap-xl-64 {
    gap: 64px;
  }
  .gap-xl-65 {
    gap: 65px;
  }
  .gap-xl-66 {
    gap: 66px;
  }
  .gap-xl-67 {
    gap: 67px;
  }
  .gap-xl-68 {
    gap: 68px;
  }
  .gap-xl-69 {
    gap: 69px;
  }
  .gap-xl-70 {
    gap: 70px;
  }
  .gap-xl-71 {
    gap: 71px;
  }
  .gap-xl-72 {
    gap: 72px;
  }
  .gap-xl-73 {
    gap: 73px;
  }
  .gap-xl-74 {
    gap: 74px;
  }
  .gap-xl-75 {
    gap: 75px;
  }
  .gap-xl-76 {
    gap: 76px;
  }
  .gap-xl-77 {
    gap: 77px;
  }
  .gap-xl-78 {
    gap: 78px;
  }
  .gap-xl-79 {
    gap: 79px;
  }
  .gap-xl-80 {
    gap: 80px;
  }
  .gap-xl-81 {
    gap: 81px;
  }
  .gap-xl-82 {
    gap: 82px;
  }
  .gap-xl-83 {
    gap: 83px;
  }
  .gap-xl-84 {
    gap: 84px;
  }
  .gap-xl-85 {
    gap: 85px;
  }
  .gap-xl-86 {
    gap: 86px;
  }
  .gap-xl-87 {
    gap: 87px;
  }
  .gap-xl-88 {
    gap: 88px;
  }
  .gap-xl-89 {
    gap: 89px;
  }
  .gap-xl-90 {
    gap: 90px;
  }
  .gap-xl-91 {
    gap: 91px;
  }
  .gap-xl-92 {
    gap: 92px;
  }
  .gap-xl-93 {
    gap: 93px;
  }
  .gap-xl-94 {
    gap: 94px;
  }
  .gap-xl-95 {
    gap: 95px;
  }
  .gap-xl-96 {
    gap: 96px;
  }
  .gap-xl-97 {
    gap: 97px;
  }
  .gap-xl-98 {
    gap: 98px;
  }
  .gap-xl-99 {
    gap: 99px;
  }
  .gap-xl-100 {
    gap: 100px;
  }
}
/*----------------------------------------------------------------
  List
-----------------------------------------------------------------*/
/*.c-list-faq
______________________________________________*/
.c-list-faq {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .c-list-faq {
    border-top: solid 1px #ddd;
  }
}
.c-list-faq dt,
.c-list-faq dd {
  padding: 30px 60px 30px 50px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-list-faq dt,
  .c-list-faq dd {
    padding: 14px 38px 11px 28px;
  }
}
.c-list-faq dt::before,
.c-list-faq dd::before {
  content: "Q.";
  font-size: 1.8rem;
  color: #e8c42d;
  position: absolute;
  top: 28px;
  left: 20px;
}
@media screen and (max-width: 750px) {
  .c-list-faq dt::before,
  .c-list-faq dd::before {
    top: 11px;
    left: 4px;
  }
}
.c-list-faq dt {
  border-bottom: solid 1px #ddd;
  background-image: url("../images/common/icon-faq-open.svg");
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .c-list-faq dt {
    background-size: 28px;
  }
}
.c-list-faq dt.open {
  background-image: url("../images/common/icon-faq-close.svg");
}
.c-list-faq dd {
  background-color: #fcfaf4;
  border-radius: 5px;
  line-height: 1.875;
  display: none;
}
.c-list-faq dd::before {
  content: "A.";
}
.c-list-faq dd h4 {
  margin: 2em 0 0.5em;
}
.c-list-faq dd h5 {
  margin: 1em 0 0.2em;
}

/*.c-list-journal
______________________________________________*/
.c-list-journal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}
@media screen and (max-width: 750px) {
  .c-list-journal {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*.c-list-cases
______________________________________________*/
.c-list-cases > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  padding: 52px 0;
}
@media screen and (max-width: 750px) {
  .c-list-cases > li {
    display: block;
    padding: 40px 0;
  }
}
.c-list-cases > li img {
  width: 400px;
  min-width: 400px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .c-list-cases > li img {
    width: 100%;
    min-width: 0;
  }
}
.c-list-cases > li h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .c-list-cases > li h3 {
    font-size: 1.9rem;
    margin-top: 23px;
  }
}
.c-list-cases > li .company {
  font-weight: bold;
  background-image: url("../images/common/icon-company.svg");
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: left top 2px;
  padding-left: 24px;
  margin: 22px 0 38px;
}
@media screen and (max-width: 750px) {
  .c-list-cases > li .company {
    margin: 22px 0 24px;
  }
}

/*.c-list-sheme
______________________________________________*/
.c-list-sheme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 29px;
}
@media screen and (max-width: 750px) {
  .c-list-sheme {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 0;
  }
}
.c-list-sheme > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 13px 36px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-list-sheme > * {
    display: block;
    text-align: left;
    padding: 36px 0 37px 130px;
  }
}
.c-list-sheme > *::before, .c-list-sheme > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(50% - 25px);
  background-color: #bebebe;
}
@media screen and (max-width: 750px) {
  .c-list-sheme > *::before, .c-list-sheme > *::after {
    top: auto;
    bottom: 0;
    width: calc(50% - 40px);
    height: 1px;
  }
}
.c-list-sheme > *::after {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .c-list-sheme > *::after {
    right: auto;
    left: 0;
  }
}
.c-list-sheme > * img {
  display: block;
  width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .c-list-sheme > * img {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-list-sheme > * h3 {
  font-size: 1.9rem;
  min-height: 68px;
  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;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-list-sheme > * h3 {
    min-height: 0;
    display: block;
    margin-bottom: 11px;
    text-align: left;
  }
}
.c-list-sheme > * h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 36px;
  background-image: url("../images/common/arrow-sheme.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 750px) {
  .c-list-sheme > * h3::after {
    top: 100%;
    right: 50%;
    -webkit-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg);
  }
}
.c-list-sheme > *:last-child h3::after, .c-list-sheme > *:last-child::before, .c-list-sheme > *:last-child::after {
  display: none;
}

/*.c-list-num-card
______________________________________________*/
.c-list-num-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  counter-reset: my-counter;
}
@media screen and (max-width: 750px) {
  .c-list-num-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
  }
}
.c-list-num-card > li {
  background-image: url("../images/common/icon-line1.svg");
  background-size: 32px 2px;
  background-repeat: no-repeat;
  background-position: top 2px left 20px;
  padding: 58px 20px 50px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-list-num-card > li {
    font-size: 1.3rem;
    padding: 28px 20px 26px;
  }
}
.c-list-num-card > li::before {
  counter-increment: my-counter;
  content: counter(my-counter, decimal-leading-zero);
  margin-right: 0.5em;
  line-height: 1;
  position: absolute;
  top: 23px;
  left: 20px;
  font-size: 2rem;
  font-family: sans2;
}
@media screen and (max-width: 750px) {
  .c-list-num-card > li::before {
    top: 18px;
    left: 19px;
    font-size: 1.6rem;
  }
}
.c-list-num-card > li::after {
  content: "";
  width: 28px;
  height: 1px;
  background-color: #000;
  top: 60px;
  left: 45px;
  position: absolute;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .c-list-num-card > li::after {
    width: 16px;
    height: 1px;
    background-color: #000;
    top: 41px;
    left: 37px;
  }
}
.c-list-num-card > li h3 {
  font-size: 1.9rem;
  text-align: center;
  min-height: 108px;
  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;
}
@media screen and (max-width: 750px) {
  .c-list-num-card > li h3 {
    font-size: 1.6rem;
    min-height: 0;
    margin: 0 0 10px;
  }
}

/*.c-list-check
______________________________________________*/
.c-list-check {
  border-bottom: solid 1px #eadeb7;
}
.c-list-check > li {
  padding-left: 40px;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 16px 0 14px 40px;
  position: relative;
  background-image: url("../images/common/icon-checked.svg");
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: center left;
  border-top: solid 1px #eadeb7;
}
@media screen and (max-width: 750px) {
  .c-list-check > li {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 16px 0 14px 30px;
    background-size: 20px auto;
    background-position: top 22px left;
  }
}

/*.c-list-strength-index
______________________________________________*/
.c-list-strength-index {
  counter-reset: my-counter;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .c-list-strength-index {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.c-list-strength-index > li {
  border-radius: 5px;
  overflow: hidden;
  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;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .c-list-strength-index > li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-list-strength-index > li .img {
  width: 195px;
  min-width: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .c-list-strength-index > li .img {
    width: 110px;
    min-width: 110px;
    height: 100%;
    min-height: 130px;
  }
}
.c-list-strength-index > li .body {
  padding: 25px 29px;
}
@media screen and (max-width: 750px) {
  .c-list-strength-index > li .body {
    padding: 13px 17px 23px;
  }
}
.c-list-strength-index > li .body::before {
  counter-increment: my-counter;
  content: "Strength " counter(my-counter, decimal-leading-zero);
  width: 105px;
  height: 34px;
  background-image: url("../images/common/box1.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 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;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}
@media screen and (max-width: 750px) {
  .c-list-strength-index > li .body::before {
    width: 60px;
    height: 20px;
    font-size: 1rem;
  }
}
.c-list-strength-index > li .body h3 {
  font-size: 2.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .c-list-strength-index > li .body h3 {
    font-size: 1.6rem;
    margin-top: 1px;
  }
  .c-list-strength-index > li .body h3 br {
    display: none;
  }
}

/*.c-list-strength
______________________________________________*/
.c-list-strength {
  counter-reset: my-counter;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .c-list-strength {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.c-list-strength > li {
  border: solid 1px #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.c-list-strength > li .body {
  padding: 35px 35px 45px;
}
@media screen and (max-width: 750px) {
  .c-list-strength > li .body {
    padding: 20px 20px 26px;
  }
}
.c-list-strength > li .body::before {
  counter-increment: my-counter;
  content: "Strength " counter(my-counter, decimal-leading-zero);
  width: 105px;
  height: 34px;
  background-image: url("../images/common/box1.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 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;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
}
.c-list-strength > li .body h3 {
  font-size: 2.8rem;
  line-height: 1.5;
  margin: 20px 0 24px;
}
@media screen and (max-width: 750px) {
  .c-list-strength > li .body h3 {
    font-size: 1.9rem;
    line-height: 1.5;
    margin: 5px 0 19px;
  }
}
.c-list-strength > li .body .box1,
.c-list-strength > li .body .box2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (max-width: 750px) {
  .c-list-strength > li .body .box1,
  .c-list-strength > li .body .box2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.c-list-strength > li .body .box1 > *,
.c-list-strength > li .body .box2 > * {
  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;
  text-align: center;
  aspect-ratio: 250/215;
  font-size: 1.8rem;
  border: solid 1px #eadeb7;
  background-color: #fcfaf4;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .c-list-strength > li .body .box1 > *,
  .c-list-strength > li .body .box2 > * {
    aspect-ratio: auto;
    font-size: 1.5rem;
    padding: 20px 20px 20px;
  }
}
.c-list-strength > li .body .box1 > * h4,
.c-list-strength > li .body .box2 > * h4 {
  font-size: 1.9rem;
}
@media screen and (max-width: 750px) {
  .c-list-strength > li .body .box1 > * h4,
  .c-list-strength > li .body .box2 > * h4 {
    font-size: 1.5rem;
  }
}
.c-list-strength > li .body .box1 > * h4 strong,
.c-list-strength > li .body .box2 > * h4 strong {
  font-size: 4rem;
  color: #333333;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .c-list-strength > li .body .box1 > * h4 strong,
  .c-list-strength > li .body .box2 > * h4 strong {
    font-size: 3.2rem;
    line-height: 0.9;
  }
}
.c-list-strength > li .body .box2 > * {
  aspect-ratio: 250/100;
}
@media screen and (max-width: 750px) {
  .c-list-strength > li .body .box2 > * {
    aspect-ratio: auto;
  }
}
.c-list-strength > li .body .box2 > * h4 {
  line-height: 1;
}

/*.c-list-flow
______________________________________________*/
.c-list-flow {
  list-style: none;
  counter-reset: my-counter;
  padding: 0;
}
.c-list-flow > li {
  position: relative;
  padding: 50px 0 50px;
  margin-left: 246px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #ddd;
  gap: 39px;
}
@media screen and (max-width: 750px) {
  .c-list-flow > li {
    display: block;
    margin-left: 47px;
    padding: 90px 0 30px;
  }
}
.c-list-flow > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  left: -220px;
  width: 1px;
  height: 100%;
  background-color: #eadeb7;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .c-list-flow > li::after {
    top: 0px;
    left: -28px;
  }
}
@media screen and (max-width: 750px) {
  .c-list-flow > li:nth-child(1)::after {
    top: 46px;
  }
}
.c-list-flow > li > *:nth-child(2) {
  width: 250px;
  min-width: 250px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-list-flow > li > *:nth-child(2) {
    margin: 20px 0 0 20px;
  }
}
.c-list-flow > li h3 {
  position: relative;
  margin-bottom: 16px;
}
.c-list-flow > li h3::before {
  counter-increment: my-counter;
  content: "Step " counter(my-counter, decimal-leading-zero);
  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: 170px;
  height: 60px;
  border-radius: 30px;
  background-color: #fcfaf4;
  border: dashed 1px #e8c42d;
  color: #e8c42d;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  position: absolute;
  top: -15px;
  left: -246px;
}
@media screen and (max-width: 750px) {
  .c-list-flow > li h3::before {
    top: -67px;
    left: -43px;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    font-size: 1.4rem;
  }
}
.c-list-flow > li h3::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #e8c42d;
  position: absolute;
  top: 10px;
  left: -224px;
}
@media screen and (max-width: 750px) {
  .c-list-flow > li h3::after {
    top: -52px;
    left: -32px;
  }
}
.c-list-flow > li:last-child {
  border-bottom: none;
}
.c-list-flow > li:last-child::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-list-flow > li:last-child::after {
    display: block;
    height: 40px;
  }
}
.c-list-flow > li:last-child h3::before {
  content: "Completion";
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .c-list-flow > li:last-child h3::before {
    font-size: 1.3rem;
    padding-left: 10px;
  }
}

/*.c-list-product
______________________________________________*/
.c-list-product {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 60px;
}
.c-list-product > li {
  padding: 46px 40px 40px;
  border: solid 1px #ddd;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .c-list-product > li {
    padding: 26px 20px 30px;
  }
}

.c-list-product--b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .c-list-product--b {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.c-card-product h2 {
  margin-bottom: 46px;
}
@media screen and (max-width: 750px) {
  .c-card-product h2 {
    margin-bottom: 31px;
  }
}
.c-card-product .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .c-card-product .body {
    display: block;
  }
}
.c-card-product .img {
  width: 420px;
  min-width: 420px;
}
@media screen and (max-width: 750px) {
  .c-card-product .img {
    width: 100%;
    min-width: 0;
    margin-bottom: 20px;
  }
}
.c-card-product .img img {
  border-radius: 5px;
}
.c-card-product .block1 {
  border-left: solid 1px #ddd;
  padding-left: 16px;
  margin-top: 1.4em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-card-product .block1 {
    border-left: none;
    padding-left: 0;
    margin-top: 10px;
  }
}
.c-card-product .block1 h3 {
  font-size: 1.6rem;
  margin-bottom: 0.8em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-card-product .block1 h3 {
    font-size: 1.5rem;
    margin: 0 0 30px 16px;
  }
}
.c-card-product .block1 h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -17px;
  width: 1px;
  height: 100%;
  background-color: #e8c42d;
}

/*.c-list-cat
______________________________________________*/
.c-list-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.3em;
}
.c-list-cat > * > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  height: 22px;
  font-size: 1.3rem;
  padding: 0 1em;
  border: solid 1px #eadeb7;
  color: #cea212;
  border-radius: 4px;
}

/*.c-list-document
______________________________________________*/
.c-list-document {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .c-list-document {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.c-list-document > * > * {
  height: 100%;
}

/*.c-list-news
______________________________________________*/
.c-list-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px 30px;
}
@media screen and (max-width: 750px) {
  .c-list-news {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.c-list-news > * > * {
  height: 100%;
}

/*.c-list-brand
______________________________________________*/
.c-list-brand {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .c-list-brand {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-list-brand > * {
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.c-list-brand > * a {
  display: block;
  padding: 18px 30px 33px;
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-list-brand > * a::before {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .c-list-brand > * a:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #fcfaf4;
  }
  .c-list-brand > * a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fcfaf4;
  }
  .c-list-brand > * a:where(:any-link, :enabled, summary):hover {
    background-color: #fcfaf4;
  }
  .c-list-brand > * a:where(:-webkit-any-link, :enabled, summary):hover::before {
    opacity: 1;
  }
  .c-list-brand > * a:where(:-moz-any-link, :enabled, summary):hover::before {
    opacity: 1;
  }
  .c-list-brand > * a:where(:any-link, :enabled, summary):hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .c-list-brand > * a {
    padding: 9px 20px 34px;
    font-size: 1.3rem;
  }
}
.c-list-brand > * a img {
  height: 60px;
  width: auto;
  margin-bottom: 7px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 750px) {
  .c-list-brand > * a img {
    margin-bottom: -6px;
  }
}
@media screen and (max-width: 750px) {
  .c-list-brand > *:nth-child(6) img {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 750px) {
  .c-list-brand > *:nth-child(8) img {
    margin-bottom: 4px;
  }
}

/*.c-list-numbers
______________________________________________*/
.c-list-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 20px;
}
@media screen and (max-width: 750px) {
  .c-list-numbers {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
    gap: 20px;
  }
}
.c-list-numbers > li {
  padding: 16px 24px 26px;
}
@media screen and (max-width: 750px) {
  .c-list-numbers > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
  }
}
.c-list-numbers > li h3 {
  font-size: 1.9rem;
}
@media screen and (max-width: 750px) {
  .c-list-numbers > li h3 {
    margin-right: auto;
  }
}
.c-list-numbers > li .icon {
  width: 100%;
  height: 114px;
  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: -10px;
}
.c-list-numbers > li .icon img {
  height: 54px;
  width: auto;
}
.c-list-numbers > li .num-area {
  line-height: 1;
  font-size: 1.9rem;
  margin: -20px auto 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.c-list-numbers > li .num {
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-weight: 500;
  font-size: 6rem;
}
.c-list-numbers > li:nth-child(1) .icon {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

/*.c-list-menu1
______________________________________________*/
.c-list-menu1 > li {
  clear: both;
}
.c-list-menu1 > li:not(:last-child) {
  border-bottom: solid 1px #ddd;
}
.c-list-menu1 > 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;
  padding: 66px 0 66px;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .c-list-menu1 > li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 40px 0 30px;
    font-size: 1.5rem;
  }
}
.c-list-menu1 > li a h3 {
  font-size: 3.2rem;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .c-list-menu1 > li a h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.c-list-menu1 > li a .c-btn1, .c-list-menu1 > li a .c-btn1--wh, .c-list-menu1 > li a .c-btn1--r, .c-list-menu1 > li a .c-pager-b .next a, .c-pager-b .next .c-list-menu1 > li a a, .c-list-menu1 > li a .c-btn1--l, .c-list-menu1 > li a .c-pager-b .prev a, .c-pager-b .prev .c-list-menu1 > li a a {
  margin: 50px 0 0;
}
@media screen and (max-width: 750px) {
  .c-list-menu1 > li a .c-btn1, .c-list-menu1 > li a .c-btn1--wh, .c-list-menu1 > li a .c-btn1--r, .c-list-menu1 > li a .c-pager-b .next a, .c-pager-b .next .c-list-menu1 > li a a, .c-list-menu1 > li a .c-btn1--l, .c-list-menu1 > li a .c-pager-b .prev a, .c-pager-b .prev .c-list-menu1 > li a a {
    margin: 30px 0 0;
    float: right;
  }
}
.c-list-menu1 > li a > *:nth-child(1) {
  width: 476px;
  min-width: 476px;
  padding: 0 124px 20px 0;
}
@media screen and (max-width: 750px) {
  .c-list-menu1 > li a > *:nth-child(1) {
    width: 100%;
    min-width: 0;
    padding: 33px 0 10px 0;
  }
}
.c-list-menu1 > li a .img {
  overflow: hidden;
  border-radius: 5px;
}
.c-list-menu1 > li a .img img {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@media (hover: hover) {
  .c-list-menu1 > li a:where(:-webkit-any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .c-list-menu1 > li a:where(:-moz-any-link, :enabled, summary):hover .img img {
    transform: scale(1.06);
  }
  .c-list-menu1 > li a:where(:any-link, :enabled, summary):hover .img img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

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

/*.c-list1
______________________________________________*/
.c-list1, .c-page ul:not(.checkerboard), body#tinymce.wp-editor.post-type-post ul:not(.checkerboard),
body#tinymce.wp-editor.post-type-news ul:not(.checkerboard),
body#tinymce.wp-editor.post-type-blog ul:not(.checkerboard),
.c-post ul:not(.checkerboard),
.p-policy ul:not(.checkerboard) {
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
}
.c-list1 > li, .c-page ul:not(.checkerboard) > li, body#tinymce.wp-editor.post-type-post ul:not(.checkerboard) > li,
body#tinymce.wp-editor.post-type-news ul:not(.checkerboard) > li,
body#tinymce.wp-editor.post-type-blog ul:not(.checkerboard) > li,
.c-post ul:not(.checkerboard) > li,
.p-policy ul:not(.checkerboard) > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5;
}
.c-list1 > li:not(:last-child), .c-page ul:not(.checkerboard) > li:not(:last-child), body#tinymce.wp-editor.post-type-post ul:not(.checkerboard) > li:not(:last-child),
body#tinymce.wp-editor.post-type-news ul:not(.checkerboard) > li:not(:last-child),
body#tinymce.wp-editor.post-type-blog ul:not(.checkerboard) > li:not(:last-child),
.c-post ul:not(.checkerboard) > li:not(:last-child),
.p-policy ul:not(.checkerboard) > li:not(:last-child) {
  margin-bottom: 0.6em;
}
.c-list1 > li::before, .c-page ul:not(.checkerboard) > li::before, body#tinymce.wp-editor.post-type-post ul:not(.checkerboard) > li::before,
body#tinymce.wp-editor.post-type-news ul:not(.checkerboard) > li::before,
body#tinymce.wp-editor.post-type-blog ul:not(.checkerboard) > li::before,
.c-post ul:not(.checkerboard) > li::before,
.p-policy ul:not(.checkerboard) > li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  top: 0.6em;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #e8c42d;
}

/*.c-list2 olスタイル
______________________________________________*/
.c-list2 {
  list-style-type: none;
  counter-reset: item_a;
}
.c-list2 > li {
  position: relative;
  padding: 1em 0 1em 1.5em;
  border-bottom: solid 1px #ddd;
}
.c-list2 > li::before {
  content: counter(item_a) "．";
  counter-increment: item_a;
  position: absolute;
  top: 1em;
  left: 0;
}

/*----------------------------------------------------------------
  Text, Lead
-----------------------------------------------------------------*/
/* Title
______________________________________________*/
.c-ttl-box1 {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 114px;
  height: 34px;
  border: solid 1px #e8c42d;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .c-ttl-box1 {
    width: 102px;
    font-size: 1.3rem;
  }
}
.c-ttl-box1::before, .c-ttl-box1::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 13px;
  width: 11px;
  height: 1px;
  background-color: #fff;
}
.c-ttl-box1::after {
  top: auto;
  left: auto;
  bottom: -1px;
  right: 13px;
}

.c-txt1, .c-oem-block-clr .bg, .p-company-vision .txt3, .p-system h1, .c-scrollDown, .c-list-faq dt::before,
.c-list-faq dd::before {
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-weight: 500;
}

/* .c-ttl1
______________________________________________*/
.c-ttl1 {
  font-size: 4rem;
  letter-spacing: 0.06em;
  padding-bottom: 27px;
  background-image: url("../images/common/icon-line1.svg");
  background-size: 63px 4px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media screen and (max-width: 750px) {
  .c-ttl1 {
    font-size: 2.4rem;
    letter-spacing: 0;
    padding-bottom: 22px;
    background-size: 43px 3px;
    background-position: left bottom 5px;
  }
}
.c-ttl1 small {
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  display: block;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .c-ttl1 small {
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
}

/* .c-ttl2
______________________________________________*/
.c-ttl2, body#tinymce.wp-editor.post-type-post h1,
body#tinymce.wp-editor.post-type-post h2,
body#tinymce.wp-editor.post-type-news h1,
body#tinymce.wp-editor.post-type-news h2,
body#tinymce.wp-editor.post-type-blog h1,
body#tinymce.wp-editor.post-type-blog h2,
.c-post h1,
.p-policy h1,
.c-post h2,
.p-policy h2, .c-nav1 h2 {
  font-size: 2.8rem;
  background-image: url("../images/common/icon-line2.svg");
  background-size: 4px 32px;
  background-repeat: no-repeat;
  background-position: top 5px left;
  padding-left: 25px;
}
@media screen and (max-width: 750px) {
  .c-ttl2, body#tinymce.wp-editor.post-type-post h1,
  body#tinymce.wp-editor.post-type-post h2,
  body#tinymce.wp-editor.post-type-news h1,
  body#tinymce.wp-editor.post-type-news h2,
  body#tinymce.wp-editor.post-type-blog h1,
  body#tinymce.wp-editor.post-type-blog h2,
  .c-post h1,
  .p-policy h1,
  .c-post h2,
  .p-policy h2, .c-nav1 h2 {
    font-size: 1.9rem;
    background-size: 3px 30px;
    padding-left: 13px;
    background-position: top left;
  }
}

/* .c-ttl3
______________________________________________*/
.c-ttl3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  white-space: nowrap;
  gap: 30px;
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .c-ttl3 {
    font-size: 1.9rem;
    gap: 10px;
  }
}
.c-ttl3::before, .c-ttl3::after {
  content: "";
  display: block;
  height: 2px;
  border-top: solid 2px #000;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-ttl3 > * {
  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: 17px;
}
.c-ttl3 .icon {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 750px) {
  .c-ttl3 .icon {
    height: 30px;
  }
}

/* .c-ttl4
______________________________________________*/
.c-ttl4 {
  font-size: 1.7rem;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  .c-ttl4 {
    font-size: 1.5rem;
    position: relative;
    padding-left: 27px;
  }
}
.c-ttl4::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #e8c42d;
}

/* .c-ttl5
______________________________________________*/
.c-ttl5 {
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 6rem;
  font-weight: 500;
  padding-top: 21px;
  background-image: url("../images/common/icon-line1.svg");
  background-size: 32px 2px;
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .c-ttl5 {
    font-size: 4.2rem;
    padding-top: 15px;
  }
}
.c-ttl5 small {
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: normal;
  display: block;
  letter-spacing: 0;
  margin-top: 22px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c-ttl5 small {
    font-size: 1.3rem;
    margin-top: 13px;
  }
}

/* .c-ttl6
______________________________________________*/
.c-ttl6 {
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-size: 3rem;
  font-weight: 400;
  padding: 20px 0 0;
}
@media screen and (max-width: 750px) {
  .c-ttl6 {
    font-size: 1.9rem;
    padding: 16px 0 0;
  }
}

.c-link-pdf {
  color: #c30909 !important;
  text-decoration: underline;
  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-link-blank, .c-page a[target=_blank], body#tinymce.wp-editor.post-type-post a[target=_blank],
body#tinymce.wp-editor.post-type-news a[target=_blank],
body#tinymce.wp-editor.post-type-blog a[target=_blank],
.c-post a[target=_blank],
.p-policy a[target=_blank] {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e8c42d;
  text-decoration: underline;
}
.c-link-blank::after, .c-page a[target=_blank]::after, body#tinymce.wp-editor.post-type-post a[target=_blank]::after,
body#tinymce.wp-editor.post-type-news a[target=_blank]::after,
body#tinymce.wp-editor.post-type-blog a[target=_blank]::after,
.c-post a[target=_blank]::after,
.p-policy a[target=_blank]::after {
  content: "";
  display: inline-block;
  mask-image: url("../images/icon-svg/icon-blank.svg");
  -webkit-mask-image: url("../images/icon-svg/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;
  width: 0.6em;
  height: 0.6em;
  background-color: currentColor;
  margin: 0 0.2em;
}
@media (hover: hover) {
  .c-link-blank:where(:-webkit-any-link, :enabled, summary):hover, .c-page a[target=_blank]:where(:-webkit-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-post a[target=_blank]:where(:-webkit-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-news a[target=_blank]:where(:-webkit-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-blog a[target=_blank]:where(:-webkit-any-link, :enabled, summary):hover, .c-post a[target=_blank]:where(:-webkit-any-link, :enabled, summary):hover, .p-policy a[target=_blank]:where(:-webkit-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .c-link-blank:where(:-moz-any-link, :enabled, summary):hover, .c-page a[target=_blank]:where(:-moz-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-post a[target=_blank]:where(:-moz-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-news a[target=_blank]:where(:-moz-any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-blog a[target=_blank]:where(:-moz-any-link, :enabled, summary):hover, .c-post a[target=_blank]:where(:-moz-any-link, :enabled, summary):hover, .p-policy a[target=_blank]:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .c-link-blank:where(:any-link, :enabled, summary):hover, .c-page a[target=_blank]:where(:any-link, :enabled, summary):hover, body#tinymce.wp-editor.post-type-post a[target=_blank]:where(:any-link, :enabled, summary):hover,
  body#tinymce.wp-editor.post-type-news a[target=_blank]:where(:any-link, :enabled, summary):hover,
  body#tinymce.wp-editor.post-type-blog a[target=_blank]:where(:any-link, :enabled, summary):hover,
  .c-post a[target=_blank]:where(:any-link, :enabled, summary):hover,
  .p-policy a[target=_blank]:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}

.c-link1, .c-form a {
  color: #e8c42d;
  text-decoration: underline;
}
.c-link1:hover, .c-form a:hover {
  text-decoration: none;
}

.c-blank-icon1, .c-table2 [target=_blank], .c-page table [target=_blank], body#tinymce.wp-editor.post-type-post table [target=_blank],
body#tinymce.wp-editor.post-type-news table [target=_blank],
body#tinymce.wp-editor.post-type-blog table [target=_blank],
.c-post table [target=_blank],
.p-policy table [target=_blank], .c-btn1[target=_blank], [target=_blank].c-btn1--wh, [target=_blank].c-btn1--r, .c-pager-b .next a[target=_blank], [target=_blank].c-btn1--l, .c-pager-b .prev a[target=_blank] {
  padding-right: 0.9em;
  background-image: url("../images/icon-svg/icon-blank.svg");
  background-size: 0.6em auto;
  background-repeat: no-repeat;
  background-position: top 6px right;
}

/*----------------------------------------------------------------
    Media
-----------------------------------------------------------------*/
/* Responsive Video(16:9)
______________________________________________*/
.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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

/* .c-video1
______________________________________________*/
.c-video1 {
  max-width: 654px;
  margin: 0 auto;
}

/*----------------------------------------------------------------
	Color
-----------------------------------------------------------------*/
/*----------------------------------------------------------------
  プロジェクト、ページ用ユニークスタイル .p-
-----------------------------------------------------------------*/
/* Systemメッセージ
______________________________________________*/
.p-system {
  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;
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .p-system {
    padding: 19px 20px 60px;
  }
}
.p-system h1 {
  font-size: 8rem;
}
@media screen and (max-width: 750px) {
  .p-system h1 {
    font-size: 4.8rem;
  }
}
.p-system h2 {
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-system h2 {
    font-size: 1.5rem;
  }
}
.p-system .box1 {
  padding: 55px 0 50px;
}
@media screen and (max-width: 750px) {
  .p-system .box1 {
    text-align: left;
    padding: 38px 0 35px;
  }
  .p-system .box1 br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .p-system .c-btn3, .p-system .c-btn3-bk, .p-system .c-btn3-l, .p-system .c-btn3-l-wh {
    width: 295px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

/* Form
______________________________________________*/
.type-form {
  padding: 0;
  background-color: #f7f7f7;
}

.h-header-conntact .logo {
  width: 195px;
  margin: 38px 0 0 30px;
}

.p-contact-form {
  max-width: 760px;
  padding-top: 138px;
  padding-bottom: 180px;
}
@media screen and (max-width: 750px) {
  .p-contact-form {
    max-width: none;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.p-contact-form h1 {
  margin-bottom: 75px;
}
@media screen and (max-width: 750px) {
  .p-contact-form h1 {
    margin-bottom: 56px;
    font-size: 2.4rem;
  }
}

.f-form-footer {
  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;
  height: 100px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #333333;
}

/* contact
______________________________________________*/
.p-contact {
  padding-top: 0;
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .p-contact {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}

/* p-document
______________________________________________*/
.p-document {
  padding-top: 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .p-document {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* p-page
______________________________________________*/
.p-page {
  padding-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .p-page {
    padding-bottom: 60px;
  }
}

/* FAQ
______________________________________________*/
.p-document-single {
  padding-bottom: 150px;
  padding-top: 138px;
}
@media screen and (max-width: 750px) {
  .p-document-single {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.p-document-single h1 {
  margin-bottom: 75px;
}
@media screen and (max-width: 750px) {
  .p-document-single h1 {
    margin-bottom: 56px;
  }
}

.p-document-single__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  line-height: 1.875;
}
@media screen and (max-width: 750px) {
  .p-document-single__main {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.p-document-single__main .c-form .policy-check .txt {
  text-align: left;
}

.p-document-single__mv {
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-document-single__mv {
    padding-top: 30px;
  }
}
.p-document-single__mv img {
  width: 100%;
  height: auto;
}

.p-document-single__imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.p-document-single__imgs img {
  width: 100%;
  height: 100%;
  aspect-ratio: 210/119;
  -o-object-fit: cover;
     object-fit: cover;
}

/* FAQ
______________________________________________*/
.p-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  padding-bottom: 155px;
}
@media screen and (max-width: 750px) {
  .p-faq {
    display: block;
    padding-bottom: 60px;
  }
}
.p-faq > *:nth-child(1) {
  width: 240px;
}
@media screen and (max-width: 750px) {
  .p-faq > *:nth-child(1) {
    width: 100%;
    margin: 30px 0 40px;
  }
}
.p-faq > *:nth-child(2) {
  width: 900px;
}
@media screen and (max-width: 750px) {
  .p-faq > *:nth-child(2) {
    width: 100%;
  }
}

.p-faq2 {
  max-width: 900px;
  padding-bottom: 155px;
}
@media screen and (max-width: 750px) {
  .p-faq2 {
    padding-bottom: 60px;
  }
}

.p-faq-ttl {
  margin: 100px 0 30px;
}
@media screen and (max-width: 750px) {
  .p-faq-ttl {
    margin: 65px 0 30px;
  }
}

.c-side-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  border-radius: 5px;
  overflow: hidden;
}
.c-side-nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  font-weight: bold;
  background-color: #333333;
  color: #fff;
}
@media (hover: hover) {
  .c-side-nav a:where(:-webkit-any-link, :enabled, summary):hover {
    background-color: #000;
    color: rgba(255, 255, 255, 0.5);
  }
  .c-side-nav a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #000;
    color: rgba(255, 255, 255, 0.5);
  }
  .c-side-nav a:where(:any-link, :enabled, summary):hover {
    background-color: #000;
    color: rgba(255, 255, 255, 0.5);
  }
}
.c-side-nav a.current {
  background-color: #000;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.5);
}

/* トップ
______________________________________________*/
.p-top-journal .header {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 118px 0 60px 0;
}
@media screen and (max-width: 750px) {
  .p-top-journal .header {
    display: block;
    padding: 54px 0 25px 0;
  }
}
@media screen and (max-width: 750px) {
  .p-top-journal .header .c-nav-news-cat {
    margin: 37px 0 0;
  }
}
.p-top-journal .c-nav-right {
  padding: 9px 0 78px;
}

.p-top-journal__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
}
@media screen and (max-width: 750px) {
  .p-top-journal__main {
    display: block;
  }
}

.p-top-news {
  background-color: #f7f7f7;
  overflow: hidden;
}
.p-top-news .header {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 134px;
  padding: 103px 250px 53px 0;
}
@media screen and (max-width: 750px) {
  .p-top-news .header {
    display: block;
    padding: 54px 0 0 0;
  }
}
@media screen and (max-width: 750px) {
  .p-top-news .c-nav-news-cat {
    margin: 37px 0 20px;
  }
}
.p-top-news .js-tab-content {
  position: relative;
}
.p-top-news .js-tab-content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  height: 100%;
  background-color: #f7f7f7;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.p-top-list-news .slick-slide > * {
  height: 100%;
  margin-right: 30px;
  width: 292px;
}
@media screen and (max-width: 750px) {
  .p-top-list-news .slick-slide > * {
    margin-right: 15px;
    width: 270px;
  }
}
.p-top-list-news .slick-list {
  overflow: visible;
}

.p-top-service > .header {
  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: 134px;
  padding: 72px 0 60px;
}
@media screen and (max-width: 750px) {
  .p-top-service > .header {
    display: block;
    gap: 30px;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-top-service > .header .txt {
    font-size: 1.5rem;
    margin: 32px 0 8px;
  }
}
@media screen and (max-width: 750px) {
  .p-top-service > .body {
    padding: 20px 0 0;
  }
}

.p-top-nav1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .p-top-nav1 {
    display: block;
  }
}
.p-top-nav1 a {
  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;
  height: 350px;
  position: relative;
  padding: 70px 80px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-top-nav1 a {
    height: 182px;
    position: relative;
    padding: 0 20px 28px 20px;
  }
  .p-top-nav1 a:nth-child(1) {
    border-bottom: solid 1px #fff;
  }
}
.p-top-nav1 a h2 {
  position: relative;
  color: #fff;
}
.p-top-nav1 a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .p-top-nav1 a:where(:-webkit-any-link, :enabled, summary):hover img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .p-top-nav1 a:where(:-moz-any-link, :enabled, summary):hover img {
    transform: scale(1.06);
  }
  .p-top-nav1 a:where(:any-link, :enabled, summary):hover img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

/* ビジョン
______________________________________________*/
.p-company-vision .txt1 {
  font-size: 4rem;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .p-company-vision .txt1 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.p-company-vision .txt2 {
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-company-vision .txt2 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-company-vision .txt3 {
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .p-company-vision .txt3 {
    font-size: 3.6rem;
  }
}
.p-company-vision .txt4 {
  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;
  height: 35px;
  line-height: 1;
  border-radius: 5px;
  border: solid 1px #707070;
  padding: 0 10px;
  margin: 16px 0 30px;
}
@media screen and (max-width: 750px) {
  .p-company-vision .txt4 {
    margin: 6px 0 24px;
    height: 26px;
    padding: 0 8px;
    font-size: 1.3rem;
  }
}
.p-company-vision .block1 {
  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;
}
@media screen and (max-width: 750px) {
  .p-company-vision .block1 {
    display: block;
  }
}
.p-company-vision .block1 > * {
  width: 887px;
}
@media screen and (max-width: 750px) {
  .p-company-vision .block1 > * {
    width: 100%;
  }
}
.p-company-vision .section1 {
  padding-bottom: 152px;
}
@media screen and (max-width: 750px) {
  .p-company-vision .section1 {
    padding-bottom: 63px;
  }
}
.p-company-vision .section1 .txt1 {
  margin-top: 50px;
  font-family: "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-size: 5.8rem;
  line-height: 1.46;
  font-weight: 700;
  margin: 30px 0 45px;
}
@media screen and (max-width: 750px) {
  .p-company-vision .section1 .txt1 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin: 32px 0 24px;
  }
}
.p-company-vision .section1 .c-ttl6 {
  margin: 153px 0 87px;
}
@media screen and (max-width: 750px) {
  .p-company-vision .section1 .c-ttl6 {
    margin: 60px 0 30px;
  }
}
.p-company-vision .section1 .img1 {
  width: 746px;
}
.p-company-vision .section2 {
  padding: 0 0 36px;
}
@media screen and (max-width: 750px) {
  .p-company-vision .section2 {
    padding: 0 0 0;
  }
}
.p-company-vision .section2 .block1 {
  padding-top: 86px;
}
@media screen and (max-width: 750px) {
  .p-company-vision .section2 .block1 {
    padding-top: 40px;
  }
}
.p-company-vision .section2 .block1 .txt3 {
  margin-bottom: 46px;
  max-width: 782px;
}
@media screen and (max-width: 750px) {
  .p-company-vision .section2 .block1 .txt3 {
    margin-bottom: 28px;
  }
}
.p-company-vision .section2 .block1 .txt2 {
  margin-bottom: 154px;
  max-width: 782px;
}
@media screen and (max-width: 750px) {
  .p-company-vision .section2 .block1 .txt2 {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 74px;
  }
}
.p-company-vision .section2 .block1 .txt2 br {
  display: none;
}

.c-list-vision {
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .c-list-vision {
    padding-top: 91px;
  }
}
.c-list-vision > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 249px;
}
@media screen and (max-width: 750px) {
  .c-list-vision > li {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 101px;
  }
}
@media screen and (max-width: 750px) {
  .c-list-vision > li > *:nth-child(1) {
    padding: 0 20px;
  }
}
.c-list-vision > li:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-list-vision > li:nth-child(odd) > *:nth-child(1) {
  width: 482px;
}
@media screen and (max-width: 750px) {
  .c-list-vision > li:nth-child(odd) > *:nth-child(1) {
    width: 100%;
  }
}
.c-list-vision > li:nth-child(even) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-list-vision > li:nth-child(even) > *:nth-child(1) {
  width: 401px;
  margin-right: 90px;
}
@media screen and (max-width: 750px) {
  .c-list-vision > li:nth-child(even) > *:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
}
.c-list-vision > li .txt1 {
  margin-bottom: 37px;
}
@media screen and (max-width: 750px) {
  .c-list-vision > li .txt1 {
    font-size: 2.8rem;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 750px) {
  .c-list-vision > li .txt3 {
    margin-top: -37px;
  }
}
.c-list-vision .vision2 > *:nth-child(1) {
  padding-top: 31px;
}
.c-list-vision .vision3 > *:nth-child(1) {
  margin-top: -21px;
}
.c-list-vision .vision4 > *:nth-child(1) {
  margin-top: 41px;
}
.c-list-vision .vision5 {
  margin-bottom: 273px;
}
@media screen and (max-width: 750px) {
  .c-list-vision .vision5 {
    margin-bottom: 100px;
  }
}
.c-list-vision .vision5 > *:nth-child(1) {
  margin-top: 41px;
}
.c-list-vision .vision6 > *:nth-child(1) {
  margin-top: -30px;
}
.c-list-vision .vision6 > *:nth-child(1) img {
  width: 438px;
}

/* 沿革
______________________________________________*/
.p-company-history-block1 {
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .p-company-history-block1 {
    padding-bottom: 60px;
  }
}
.p-company-history-block1 .img1 {
  margin-bottom: 70px;
}
.p-company-history-block1 .c-table2 th, .p-company-history-block1 .c-page table th, .c-page .p-company-history-block1 table th, .p-company-history-block1 body#tinymce.wp-editor.post-type-post table th, body#tinymce.wp-editor.post-type-post .p-company-history-block1 table th,
.p-company-history-block1 body#tinymce.wp-editor.post-type-news table th,
body#tinymce.wp-editor.post-type-news .p-company-history-block1 table th,
.p-company-history-block1 body#tinymce.wp-editor.post-type-blog table th,
body#tinymce.wp-editor.post-type-blog .p-company-history-block1 table th,
.p-company-history-block1 .c-post table th,
.p-company-history-block1 .p-policy table th,
.c-post .p-company-history-block1 table th,
.p-policy .p-company-history-block1 table th,
.p-company-history-block1 .c-table2 td,
.p-company-history-block1 .c-page table td,
.c-page .p-company-history-block1 table td,
.p-company-history-block1 body#tinymce.wp-editor.post-type-post table td,
body#tinymce.wp-editor.post-type-post .p-company-history-block1 table td,
.p-company-history-block1 body#tinymce.wp-editor.post-type-news table td,
body#tinymce.wp-editor.post-type-news .p-company-history-block1 table td,
.p-company-history-block1 body#tinymce.wp-editor.post-type-blog table td,
body#tinymce.wp-editor.post-type-blog .p-company-history-block1 table td,
.p-company-history-block1 .c-post table td,
.p-company-history-block1 .p-policy table td,
.c-post .p-company-history-block1 table td,
.p-policy .p-company-history-block1 table td {
  border-bottom: solid 1px #ddd;
}
.p-company-history-block1 .c-table2 th, .p-company-history-block1 .c-page table th, .c-page .p-company-history-block1 table th, .p-company-history-block1 body#tinymce.wp-editor.post-type-post table th, body#tinymce.wp-editor.post-type-post .p-company-history-block1 table th,
.p-company-history-block1 body#tinymce.wp-editor.post-type-news table th,
body#tinymce.wp-editor.post-type-news .p-company-history-block1 table th,
.p-company-history-block1 body#tinymce.wp-editor.post-type-blog table th,
body#tinymce.wp-editor.post-type-blog .p-company-history-block1 table th,
.p-company-history-block1 .c-post table th,
.p-company-history-block1 .p-policy table th,
.c-post .p-company-history-block1 table th,
.p-policy .p-company-history-block1 table th {
  width: auto;
  padding-right: 4em;
}
@media screen and (max-width: 750px) {
  .p-company-history-block1 .c-table2 th, .p-company-history-block1 .c-page table th, .c-page .p-company-history-block1 table th, .p-company-history-block1 body#tinymce.wp-editor.post-type-post table th, body#tinymce.wp-editor.post-type-post .p-company-history-block1 table th,
  .p-company-history-block1 body#tinymce.wp-editor.post-type-news table th,
  body#tinymce.wp-editor.post-type-news .p-company-history-block1 table th,
  .p-company-history-block1 body#tinymce.wp-editor.post-type-blog table th,
  body#tinymce.wp-editor.post-type-blog .p-company-history-block1 table th,
  .p-company-history-block1 .c-post table th,
  .p-company-history-block1 .p-policy table th,
  .c-post .p-company-history-block1 table th,
  .p-policy .p-company-history-block1 table th {
    padding: 14px 0 0;
    border: none;
  }
}
.p-company-history-block1 .c-table2 img, .p-company-history-block1 .c-page table img, .c-page .p-company-history-block1 table img, .p-company-history-block1 body#tinymce.wp-editor.post-type-post table img, body#tinymce.wp-editor.post-type-post .p-company-history-block1 table img,
.p-company-history-block1 body#tinymce.wp-editor.post-type-news table img,
body#tinymce.wp-editor.post-type-news .p-company-history-block1 table img,
.p-company-history-block1 body#tinymce.wp-editor.post-type-blog table img,
body#tinymce.wp-editor.post-type-blog .p-company-history-block1 table img,
.p-company-history-block1 .c-post table img,
.p-company-history-block1 .p-policy table img,
.c-post .p-company-history-block1 table img,
.p-policy .p-company-history-block1 table img {
  display: block;
  float: right;
  width: 280px;
  border-radius: 5px;
  margin: 0 0 0 70px;
}
@media screen and (max-width: 750px) {
  .p-company-history-block1 .c-table2 img, .p-company-history-block1 .c-page table img, .c-page .p-company-history-block1 table img, .p-company-history-block1 body#tinymce.wp-editor.post-type-post table img, body#tinymce.wp-editor.post-type-post .p-company-history-block1 table img,
  .p-company-history-block1 body#tinymce.wp-editor.post-type-news table img,
  body#tinymce.wp-editor.post-type-news .p-company-history-block1 table img,
  .p-company-history-block1 body#tinymce.wp-editor.post-type-blog table img,
  body#tinymce.wp-editor.post-type-blog .p-company-history-block1 table img,
  .p-company-history-block1 .c-post table img,
  .p-company-history-block1 .p-policy table img,
  .c-post .p-company-history-block1 table img,
  .p-policy .p-company-history-block1 table img {
    float: none;
    width: 280px;
    margin: 30px auto;
  }
}
.p-company-history-block1 .c-table2 p, .p-company-history-block1 .c-page table p, .c-page .p-company-history-block1 table p, .p-company-history-block1 body#tinymce.wp-editor.post-type-post table p, body#tinymce.wp-editor.post-type-post .p-company-history-block1 table p,
.p-company-history-block1 body#tinymce.wp-editor.post-type-news table p,
body#tinymce.wp-editor.post-type-news .p-company-history-block1 table p,
.p-company-history-block1 body#tinymce.wp-editor.post-type-blog table p,
body#tinymce.wp-editor.post-type-blog .p-company-history-block1 table p,
.p-company-history-block1 .c-post table p,
.p-company-history-block1 .p-policy table p,
.c-post .p-company-history-block1 table p,
.p-policy .p-company-history-block1 table p {
  margin-bottom: 0.5em;
}

/* 会社概要
______________________________________________*/
.p-company-about-block1 {
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .p-company-about-block1 {
    padding-bottom: 60px;
  }
}
.p-company-about-block1 .img1 {
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .p-company-about-block1 .img1 {
    margin: 30px 0 18px;
  }
}

/* 代表メッセージ
______________________________________________*/
.p-company-message-block1 {
  padding-top: 20px;
  padding-bottom: 156px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 73px;
}
@media screen and (max-width: 750px) {
  .p-company-message-block1 {
    display: block;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.p-company-message-block1 .header {
  width: 390px;
  min-width: 390px;
}
@media screen and (max-width: 750px) {
  .p-company-message-block1 .header {
    width: 295px;
    min-width: 0;
    margin: 0 auto;
  }
}
.p-company-message-block1 .header img {
  border-radius: 5px;
}
.p-company-message-block1 .header .name {
  font-size: 2.2rem;
  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: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-company-message-block1 .header .name {
    margin-top: 14px;
    margin-bottom: 39px;
    font-size: 1.6rem;
  }
}
.p-company-message-block1 .header .name small {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .p-company-message-block1 .header .name small {
    font-size: 1.3rem;
  }
}
.p-company-message-block1 .body {
  line-height: 1.875;
}
.p-company-message-block1 .body p {
  margin-bottom: 1.9em;
}

/* ジャーナル
______________________________________________*/
.p-journal-block1 {
  padding-top: 60px;
}
@media screen and (max-width: 750px) {
  .p-journal-block1 {
    padding-top: 0;
  }
}

/* 
______________________________________________*/
.c-oem-faq-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 116px;
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .c-oem-faq-block {
    display: block;
    padding-top: 48px;
    padding-bottom: 60px;
  }
}
.c-oem-faq-block > *:nth-child(1) {
  width: 270px;
  min-width: 270px;
}
@media screen and (max-width: 750px) {
  .c-oem-faq-block > *:nth-child(1) {
    width: 100%;
    position: relative;
  }
  .c-oem-faq-block > *:nth-child(1) .c-btn1, .c-oem-faq-block > *:nth-child(1) .c-btn1--wh, .c-oem-faq-block > *:nth-child(1) .c-btn1--r, .c-oem-faq-block > *:nth-child(1) .c-pager-b .next a, .c-pager-b .next .c-oem-faq-block > *:nth-child(1) a, .c-oem-faq-block > *:nth-child(1) .c-btn1--l, .c-oem-faq-block > *:nth-child(1) .c-pager-b .prev a, .c-pager-b .prev .c-oem-faq-block > *:nth-child(1) a {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
}
.c-oem-faq-block > *:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-oem-faq-block h2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .c-oem-faq-block h2 {
    margin-bottom: 43px;
  }
}

.c-oem-coop__case .c-list-cases {
  margin-top: 34px;
}

.c-oem-coop__scheme {
  background-color: #f7f7f7;
  padding: 0 0 93px;
}
@media screen and (max-width: 750px) {
  .c-oem-coop__scheme {
    padding: 0 20px 38px;
  }
}
@media screen and (min-width: 751px) {
  .c-oem-coop__scheme .c-block-header1 {
    padding-top: 64px;
    padding-bottom: 53px;
  }
}

.c-block-header1 {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0 35px;
}
@media screen and (max-width: 750px) {
  .c-block-header1 {
    display: block;
    padding: 45px 0 0;
  }
}
.c-block-header1 .txt1 {
  width: 614px;
}
@media screen and (max-width: 750px) {
  .c-block-header1 .txt1 {
    width: 100%;
    margin-top: 28px;
  }
}

.c-oem-block1 {
  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;
  margin-top: 95px;
}
@media screen and (max-width: 750px) {
  .c-oem-block1 {
    margin-top: 58px;
    display: block;
  }
}
.c-oem-block1 .img {
  position: absolute;
  height: 593px;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(50vw - 85px);
  top: 0;
  left: calc(50% - 85px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-oem-block1 .img {
    max-width: none;
    position: relative;
    width: calc(100vw - 20px);
    height: 332px;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-left: -20px;
  }
}
.c-oem-block1 .body {
  width: 586px;
  min-height: 593px;
  line-height: 1.875;
}
@media screen and (max-width: 750px) {
  .c-oem-block1 .body {
    width: 100%;
    min-height: 0;
  }
}
.c-oem-block1 h3 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .c-oem-block1 h3 {
    font-size: 1.9rem;
    margin: 39px auto 19px;
  }
}
.c-oem-block1 h4 {
  font-weight: bold;
  margin: 31px 0 9px;
}
@media screen and (max-width: 750px) {
  .c-oem-block1 h4 {
    font-size: 1.5rem;
  }
}

.p-oem {
  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;
}
.p-oem .p-oem-index-block1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.p-oem #strength {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.p-oem #category {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.p-oem #case {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.p-oem #flow {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.p-oem-coop-reason {
  overflow: hidden;
}
.p-oem-coop-reason .bg {
  left: auto !important;
  right: -100px;
  top: -20px !important;
}
.p-oem-coop-reason .header {
  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: 60px;
}
@media screen and (max-width: 750px) {
  .p-oem-coop-reason .header {
    display: block;
    margin-bottom: 31px;
  }
}
.p-oem-coop-reason .header .txt1 strong {
  font-size: 1.9rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-oem-coop-reason .header .txt1 strong {
    font-size: 1.6rem;
    margin: 10px 0 7px;
  }
}

.c-oem-block2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 750px) {
  .c-oem-block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 57px;
    padding-bottom: 43px;
    gap: 0;
  }
}
.c-oem-block2 img {
  width: 515px;
  min-width: 515px;
}
@media screen and (max-width: 750px) {
  .c-oem-block2 img {
    width: 100%;
    min-width: 0;
  }
}
.c-oem-block2 h2 {
  font-size: 2.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .c-oem-block2 h2 {
    font-size: 1.9rem;
    margin: 30px 0 20px;
  }
}

/* ブランド
______________________________________________*/
.p-brand .c-block-brand {
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .p-brand .c-block-brand {
    margin-bottom: 66px;
  }
}

/* OEM
______________________________________________*/
.p-oem-index-block1 {
  padding-bottom: 125px;
}
@media screen and (max-width: 750px) {
  .p-oem-index-block1 {
    padding-bottom: 66px;
  }
}
.p-oem-index-block1 .box1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .p-oem-index-block1 .box1 {
    padding: 0;
    margin-bottom: 23px;
  }
}
.p-oem-index-block1 h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p-oem-index-block1 h2 {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .p-oem-index-block1 h2 br {
    display: none;
  }
}
.p-oem-index-block1 .img {
  border-radius: 5px;
  overflow: hidden;
}

.c-oem-block-clr {
  background-color: #e8c42d;
  padding: 74px 0 87px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .c-oem-block-clr {
    padding: 37px 0 60px;
  }
}
.c-oem-block-clr > * {
  z-index: 0;
}
.c-oem-block-clr .c-ttl5 {
  background-image: url("../images/common/icon-line1-wh.svg");
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .c-oem-block-clr .c-ttl5 {
    margin-bottom: 44px;
  }
}
.c-oem-block-clr .bg {
  font-size: 21.4rem;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  opacity: 0.2;
  position: absolute;
  top: 20px;
  left: 300px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .c-oem-block-clr .bg {
    font-size: 9.2rem;
    right: auto;
    left: 20px;
    top: 8px !important;
  }
}

.p-oem-index-strength__footer {
  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;
  padding: 60px 0 0;
}
@media screen and (max-width: 750px) {
  .p-oem-index-strength__footer {
    padding: 39px 0 0;
  }
}

.p-oem-index-category {
  padding: 115px 0 115px;
}
@media screen and (max-width: 750px) {
  .p-oem-index-category {
    padding: 60px 0 130px;
  }
}
.p-oem-index-category > * {
  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: 90px;
}
@media screen and (max-width: 750px) {
  .p-oem-index-category > * {
    display: block;
  }
}
.p-oem-index-category > * > *:nth-child(1) {
  width: 520px;
  min-width: 520px;
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 750px) {
  .p-oem-index-category > * > *:nth-child(1) {
    width: 100%;
    min-width: 0;
    border-radius: 0 5px 5px 0;
  }
}
.p-oem-index-category > * .c-ttl5 {
  margin-bottom: 32px;
  padding-top: 16px;
}
@media screen and (max-width: 750px) {
  .p-oem-index-category > * .c-ttl5 {
    margin-bottom: 24px;
    padding-top: 39px;
  }
}
.p-oem-index-category > * .c-btn1, .p-oem-index-category > * .c-btn1--wh, .p-oem-index-category > * .c-btn1--r, .p-oem-index-category > * .c-pager-b .next a, .c-pager-b .next .p-oem-index-category > * a, .p-oem-index-category > * .c-btn1--l, .p-oem-index-category > * .c-pager-b .prev a, .c-pager-b .prev .p-oem-index-category > * a {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .p-oem-index-category > * .c-btn1, .p-oem-index-category > * .c-btn1--wh, .p-oem-index-category > * .c-btn1--r, .p-oem-index-category > * .c-pager-b .next a, .c-pager-b .next .p-oem-index-category > * a, .p-oem-index-category > * .c-btn1--l, .p-oem-index-category > * .c-pager-b .prev a, .c-pager-b .prev .p-oem-index-category > * a {
    margin-top: 40px;
    float: right;
  }
}

.p-oem-index-case_study {
  background-color: #f7f7f7;
  padding: 104px 0 0;
}
@media screen and (max-width: 750px) {
  .p-oem-index-case_study {
    padding: 34px 0 0;
  }
}
.p-oem-index-case_study .header {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 139px;
  margin-bottom: 34px;
}
@media screen and (max-width: 750px) {
  .p-oem-index-case_study .header {
    display: block;
    margin-bottom: 12px;
  }
}
.p-oem-index-case_study .header .txt {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p-oem-index-case_study .header .txt {
    margin: 32px 0 20px;
  }
}
.p-oem-index-case_study .header .txt .note {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .p-oem-index-case_study .c-nav-right {
    padding-top: 20px;
    padding-bottom: 78px;
  }
}

.p-oem-index-case_study__slider {
  margin-right: -30px;
}
@media screen and (max-width: 750px) {
  .p-oem-index-case_study__slider {
    display: none;
  }
}
.p-oem-index-case_study__slider .slick-slide {
  padding-right: 30px;
}

js-slideNav1 .p-oem-index-case_study__footer {
  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;
  padding: 40px 0 0;
}

.p-oem-index-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .p-oem-index-flow {
    display: block;
  }
}
.p-oem-index-flow > *:nth-child(1) {
  padding: 100px 60px 110px 0;
  border-right: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .p-oem-index-flow > *:nth-child(1) {
    padding: 37px 0 110px 0;
    border-right: none;
    border-bottom: solid 1px #ddd;
  }
}
.p-oem-index-flow > *:nth-child(2) {
  padding: 100px 0 110px 60px;
}
@media screen and (max-width: 750px) {
  .p-oem-index-flow > *:nth-child(2) {
    padding: 35px 0 103px;
  }
}
.p-oem-index-flow > * img {
  margin: 40px 0 20px;
}
@media screen and (max-width: 750px) {
  .p-oem-index-flow > * img {
    margin: 40px 0 13px;
  }
}
.p-oem-index-flow > * .c-btn1, .p-oem-index-flow > * .c-btn1--wh, .p-oem-index-flow > * .c-btn1--r, .p-oem-index-flow > * .c-pager-b .next a, .c-pager-b .next .p-oem-index-flow > * a, .p-oem-index-flow > * .c-btn1--l, .p-oem-index-flow > * .c-pager-b .prev a, .c-pager-b .prev .p-oem-index-flow > * a {
  margin: 35px 0 0;
}
@media screen and (max-width: 750px) {
  .p-oem-index-flow > * .c-btn1, .p-oem-index-flow > * .c-btn1--wh, .p-oem-index-flow > * .c-btn1--r, .p-oem-index-flow > * .c-pager-b .next a, .c-pager-b .next .p-oem-index-flow > * a, .p-oem-index-flow > * .c-btn1--l, .p-oem-index-flow > * .c-pager-b .prev a, .c-pager-b .prev .p-oem-index-flow > * a {
    margin: 20px auto 0 0;
    float: right;
  }
}

/* ウィルミナの強み
______________________________________________*/
.p-oem-strength {
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .p-oem-strength {
    padding-bottom: 60px;
  }
}

.p-oem-strength__comparable h2 {
  margin: 143px 0 52px;
}
@media screen and (max-width: 750px) {
  .p-oem-strength__comparable h2 {
    margin: 63px 0 52px;
  }
}
.p-oem-strength__comparable .table-wrap {
  max-width: 1009px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-oem-strength__comparable .table-wrap {
    max-width: none;
    width: 100vw;
    margin-left: -20px;
    overflow-x: scroll;
  }
  .p-oem-strength__comparable .table-wrap .img {
    width: 824px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-oem-strength__comparable .table-wrap .img img {
    width: 784px;
    min-width: 784px;
  }
}

/* フロー
______________________________________________*/
.p-oem-flow {
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .p-oem-flow {
    padding-bottom: 60px;
  }
}
.p-oem-flow .c-list-flow {
  margin-top: 30px;
}

/* 事例
______________________________________________*/
.p-oem-product {
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .p-oem-product {
    padding-bottom: 60px;
  }
}

.p-oem-product-post {
  padding-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .p-oem-product-post {
    padding-bottom: 60px;
  }
}
.p-oem-product-post > div {
  border: solid 1px #ddd;
  padding: 50px 40px 0;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .p-oem-product-post > div {
    padding: 30px 20px 0;
  }
}
.p-oem-product-post .c-list-cat {
  margin-bottom: 20px;
}
.p-oem-product-post .c-card-product {
  padding-bottom: 70px;
}
.p-oem-product-post .content {
  max-width: 906px;
  padding-top: 98px;
  border-top: solid 1px #ddd;
  margin: 0 auto;
}
.p-oem-product-post .c-list-cat a {
  pointer-events: none;
}

/* 製品カテゴリー
______________________________________________*/
.p-oem-product-cat {
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .p-oem-product-cat {
    padding-bottom: 60px;
  }
}
.p-oem-product-cat .lead {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media screen and (max-width: 750px) {
  .p-oem-product-cat .lead {
    padding: 0 0 55px;
  }
}

.c-product-cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 0;
  margin-right: -30px;
}
.c-product-cats > * {
  width: 50%;
  padding-right: 30px;
}
@media screen and (max-width: 750px) {
  .c-product-cats > * {
    width: 100%;
  }
}
.c-product-cats > *.product_cat.others {
  width: 100%;
}
.c-product-cats > * > * {
  height: 100%;
}

/* お知らせ
______________________________________________*/
.p-news {
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .p-news {
    padding-bottom: 40px;
  }
}
.p-news .c-nav-news-cat {
  position: absolute;
  top: -70px;
  right: 60px;
}
@media screen and (max-width: 750px) {
  .p-news .c-nav-news-cat {
    position: relative;
    top: auto;
    right: auto;
    padding: 30px 0 55px;
  }
}

/* 生協向け企画・開発事業
______________________________________________*/
.c-block-brand {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .c-block-brand {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-block-brand .body {
  padding-top: 18px;
  padding-left: 105px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .c-block-brand .body {
    padding-top: 28px;
    padding-left: 0;
  }
}
.c-block-brand .logo-cosme {
  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;
  height: 180px;
  border: solid 1px #ddd;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .c-block-brand .logo-cosme {
    height: 140px;
  }
}
.c-block-brand .logo-cosme img {
  width: 243px;
}
@media screen and (max-width: 750px) {
  .c-block-brand .logo-cosme img {
    width: 200px;
  }
}
.c-block-brand .c-btn1, .c-block-brand .c-btn1--wh, .c-block-brand .c-btn1--r, .c-block-brand .c-pager-b .next a, .c-pager-b .next .c-block-brand a, .c-block-brand .c-btn1--l, .c-block-brand .c-pager-b .prev a, .c-pager-b .prev .c-block-brand a {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .c-block-brand .c-btn1, .c-block-brand .c-btn1--wh, .c-block-brand .c-btn1--r, .c-block-brand .c-pager-b .next a, .c-pager-b .next .c-block-brand a, .c-block-brand .c-btn1--l, .c-block-brand .c-pager-b .prev a, .c-pager-b .prev .c-block-brand a {
    margin-top: 36px;
    float: right;
  }
  .c-block-brand .c-btn1 > next, .c-block-brand .c-btn1--wh > next, .c-block-brand .c-btn1--r > next, .c-block-brand .c-pager-b .next a > next, .c-pager-b .next .c-block-brand a > next, .c-block-brand .c-btn1--l > next, .c-block-brand .c-pager-b .prev a > next, .c-pager-b .prev .c-block-brand a > next {
    clear: both;
  }
}

.p-coop-brand {
  padding-top: 51px;
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .p-coop-brand {
    padding-top: 95px;
    padding-bottom: 40px;
  }
}
.p-coop-brand h2 {
  margin-bottom: 34px;
}
@media screen and (max-width: 750px) {
  .p-coop-brand h2 {
    margin-bottom: 27px;
  }
}

/* Careers
______________________________________________*/
.p-careers-block1 {
  padding-top: 120px;
  padding-bottom: 89px;
  line-height: 1.88;
}
@media screen and (max-width: 750px) {
  .p-careers-block1 {
    padding-top: 36px;
    padding-bottom: 60px;
    line-height: 1.88;
  }
}
.p-careers-block1 h2 {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .p-careers-block1 h2 {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
}

.p-careers-block2 h2 {
  margin-bottom: 42px;
}
@media screen and (max-width: 750px) {
  .p-careers-block2 .c-ttl3::before {
    display: none;
  }
}

.p-careers-block3 {
  padding-bottom: 148px;
}
@media screen and (max-width: 750px) {
  .p-careers-block3 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 750px) {
  .p-careers-block3 .c-ttl3::before {
    max-width: 20px;
  }
}

.p-careers-box1 {
  margin-top: 94px;
}
.p-careers-box1 .box1 {
  padding: 40px 33px 40px;
}
@media screen and (max-width: 750px) {
  .p-careers-box1 .box1 {
    padding: 20px 0 0;
  }
}
.p-careers-box1 .box1 .note {
  font-size: 1.5rem;
  margin-top: 20px;
}
.p-careers-box1 .c-list2 {
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 750px) {
  .p-careers-box1 .c-list2 {
    font-size: 1.6rem;
  }
}
.p-careers-box1 .box2 {
  padding: 48px 20px 50px;
  background-color: #f7f7f7;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .p-careers-box1 .box2 {
    margin-top: 20px;
    padding: 30px 20px 30px;
  }
}
.p-careers-box1 .box2 .c-btn3, .p-careers-box1 .box2 .c-btn3-bk, .p-careers-box1 .box2 .c-btn3-l, .p-careers-box1 .box2 .c-btn3-l-wh {
  width: 300px;
  margin: 0 auto 0;
}
@media screen and (max-width: 750px) {
  .p-careers-box1 .box2 .c-btn3, .p-careers-box1 .box2 .c-btn3-bk, .p-careers-box1 .box2 .c-btn3-l, .p-careers-box1 .box2 .c-btn3-l-wh {
    width: 100%;
    margin: 0 auto 0;
  }
}
.p-careers-box1 .box2 nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
}
@media screen and (max-width: 750px) {
  .p-careers-box1 .box2 nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.c-ttl3-box, .p-careers-box1 {
  border: solid 2px #000;
  border-top: none;
  border-radius: 5px;
  position: relative;
  padding: 20px;
}
.c-ttl3-box .c-ttl3, .p-careers-box1 .c-ttl3 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.c-ttl3-box .c-ttl3::before, .p-careers-box1 .c-ttl3::before {
  border-radius: 5px 0 0 0;
}
.c-ttl3-box .c-ttl3::after, .p-careers-box1 .c-ttl3::after {
  border-radius: 0 5px 0 0;
}

/* Services
______________________________________________*/
.p-company-block1 {
  padding-top: 130px;
  padding-bottom: 116px;
}
@media screen and (max-width: 750px) {
  .p-company-block1 {
    padding-top: 28px;
    padding-bottom: 67px;
  }
}

/* Services
______________________________________________*/
.p-service-block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 126px;
  padding-bottom: 133px;
}
@media screen and (max-width: 750px) {
  .p-service-block1 {
    padding-top: 28px;
    padding-bottom: 52px;
    display: block;
  }
}
.p-service-block1 .header {
  width: 400px;
  min-width: 400px;
}
@media screen and (max-width: 750px) {
  .p-service-block1 .header {
    width: 100%;
    min-width: 0;
  }
}
.p-service-block1 .header h2 {
  font-size: 6rem;
  font-family: "Barlow", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "sans-serif";
  font-weight: 500;
  line-height: 1.0666666667;
}
@media screen and (max-width: 750px) {
  .p-service-block1 .header h2 {
    font-size: 4.2rem;
  }
}
.p-service-block1 .header .c-ttl-box1 {
  margin-top: 22px;
}
@media screen and (max-width: 750px) {
  .p-service-block1 .header .c-ttl-box1 {
    margin-top: 11px;
  }
}
.p-service-block1 .body {
  padding-right: 62px;
}
@media screen and (max-width: 750px) {
  .p-service-block1 .body {
    padding: 0;
  }
}
.p-service-block1 .body h4 {
  font-size: 2.8rem;
  margin: 18px 0 26px;
}
@media screen and (max-width: 750px) {
  .p-service-block1 .body h4 {
    font-size: 1.9rem;
    margin: 23px 0 18px;
  }
}
.p-service-block1 .body p {
  line-height: 1.875;
}

.p-service-block2 > .inner {
  padding: 34px 0 0;
  background-image: url("../images/common/icon-line1.svg");
  background-size: 32px 2px;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-service-block2 > .inner {
    padding: 20px 0 25px;
  }
}
.p-service-block2 > .inner::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 1px;
  right: 0;
}
.p-service-block2 > .inner h2 {
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-service-block2 > .inner h2 {
    font-size: 1.9rem;
  }
}

/* 約款
______________________________________________*/
.p-terms-files {
  max-width: 920px;
  margin: 0 auto;
  padding: 50px 20px 180px;
}
@media screen and (max-width: 750px) {
  .p-terms-files {
    padding: 40px 20px 100px;
  }
}
.p-terms-files h2 {
  margin-bottom: 30px;
}

/* ポリシー
______________________________________________*/
.p-policy h2 {
  border: none;
  padding: 0;
}
.p-policy h2::after {
  display: none;
}
/* 404
______________________________________________*/
.p-404-block1 {
  padding: 140px 0 190px;
  text-align: center;
}
.p-404-block1 p {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-404-block1 {
    padding: 40px 0 90px;
  }
}
.p-404-block1 h2 {
  font-size: 8rem;
  font-weight: bold;
  color: #e8c42d;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-404-block1 h2 {
    font-size: 4.5rem;
  }
}
.p-404-block1 h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0 40px;
}
.p-404-block1 .c-btn1, .p-404-block1 .c-btn1--wh, .p-404-block1 .c-btn1--r, .p-404-block1 .c-pager-b .next a, .c-pager-b .next .p-404-block1 a, .p-404-block1 .c-btn1--l, .p-404-block1 .c-pager-b .prev a, .c-pager-b .prev .p-404-block1 a {
  margin: 60px auto 0;
}

/*----------------------------------------------------------------
  for JavaScript
-----------------------------------------------------------------*/
/* .js-
______________________________________________*/
.js-tab-content > * {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.js-tab-content > *.current {
  visibility: visible;
  height: auto;
  overflow: visible;
}

/* .js-pagerList
______________________________________________*/
.js-pagerList .hide {
  display: none;
}

/* .js-imgsList
______________________________________________*/
.js-imgsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.js-imgsList::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.38);
}
.js-imgsList > * {
  width: 33.3333333333%;
  padding-top: 22.5225225225%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .js-imgsList > * {
    width: 25%;
    padding-top: 20.5%;
  }
}
.js-imgsList > * > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.js-imgsList > *.change > *:nth-child(2) {
  opacity: 0;
}

/* .js-tab1
______________________________________________*/
.js-tab > li {
  display: none;
}
.js-tab > li.current {
  display: block;
}

/* .js-fade1
______________________________________________*/
.js-fade,
.js-fades > * {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.js-fade.effOn,
.js-fades > *.effOn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* .js-fade2
______________________________________________*/
.js-fade2 > * {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
}
.js-fade2 > *.effOn {
  opacity: 1;
}

.js-blur-fade,
.js-blur-fades > * {
  -webkit-transition: all 2.5s ease;
  transition: all 2.5s ease;
  opacity: 0;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.js-blur-fade.effOn,
.js-blur-fades > *.effOn {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

/* .js-fade3
______________________________________________*/
.js-fade3 {
  opacity: 0;
}
.js-fade3.effOn {
  opacity: 1;
}

/* .js-zoom-out 
______________________________________________*/
.js-zoom-out {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: scale(3);
          transform: scale(3);
}
.js-zoom-out.effOn {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* .js-slide-in
______________________________________________*/
.js-slide-in {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  opacity: 0;
}
.js-slide-in.effOn {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  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 #e8c42d;
  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);
}

/*----------------------------------------------------------------
  状態管理
-----------------------------------------------------------------*/
/* .is-
______________________________________________*/
.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
-----------------------------------------------------------------*/
/*  カラー
______________________________________________*/
.u-clrBase1 {
  color: #fff !important;
}

.u-bgClrBase1 {
  background-color: #fff !important;
}

.u-borderClrBase1 {
  background-color: #fff !important;
}

.u-clrMain1 {
  color: #e8c42d !important;
}

.u-bgClrMain1 {
  background-color: #e8c42d !important;
}

.u-borderClrMain1 {
  background-color: #e8c42d !important;
}

.u-clrAccent1 {
  color: #333333 !important;
}

.u-bgClrAccent1 {
  background-color: #333333 !important;
}

.u-borderClrAccent1 {
  background-color: #333333 !important;
}

.u-clrText1 {
  color: #333333 !important;
}

.u-bgClrText1 {
  background-color: #333333 !important;
}

.u-borderClrText1 {
  background-color: #333333 !important;
}

.u-clrBorder1 {
  color: #ddd !important;
}

.u-bgClrBorder1 {
  background-color: #ddd !important;
}

.u-borderClr1 {
  background-color: #ddd !important;
}

.u-clrWh,
.u-clrWhite {
  color: white !important;
}

.u-clrBk,
.u-clrBlack {
  color: black !important;
}

.u-clrRed {
  color: red !important;
}

.u-clrBlue {
  color: blue !important;
}

@media screen and (max-width: 750px) {
  .u-clrBase1--sp {
    color: #fff !important;
  }
  .u-bgClrBase1--sp {
    background-color: #fff !important;
  }
  .u-borderClrBase1--sp {
    background-color: #fff !important;
  }
  .u-clrMain1--sp {
    color: #e8c42d !important;
  }
  .u-bgClrMain1--sp {
    background-color: #e8c42d !important;
  }
  .u-borderClrMain1--sp {
    background-color: #e8c42d !important;
  }
  .u-clrAccent1--sp {
    color: #333333 !important;
  }
  .u-bgClrAccent1--sp {
    background-color: #333333 !important;
  }
  .u-borderClrAccent1--sp {
    background-color: #333333 !important;
  }
  .u-clrText1--sp {
    color: #333333 !important;
  }
  .u-bgClrText1--sp {
    background-color: #333333 !important;
  }
  .u-borderClrText1--sp {
    background-color: #333333 !important;
  }
  .u-clrBorder1--sp {
    color: #ddd !important;
  }
  .u-bgClrBorder1--sp {
    background-color: #ddd !important;
  }
  .u-borderClr1--sp {
    background-color: #ddd !important;
  }
  .u-clrWh--sp,
  .u-clrWhite--sp {
    color: white !important;
  }
  .u-clrBk--sp,
  .u-clrBlack--sp {
    color: black !important;
  }
  .u-clrRed--sp {
    color: red !important;
  }
  .u-clrBlue--sp {
    color: blue !important;
  }
}
/*  モノクロ
______________________________________________*/
.u-mono {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (max-width: 750px) {
  .u-mono--sp {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
}
/*  背景
______________________________________________*/
.u-bgCover {
  background-size: cover;
  background-position: center;
}

.u-bgContain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  .u-bgCover--sp {
    background-size: cover;
    background-position: center;
  }
  .u-bgContain--sp {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/*  Grid System
______________________________________________*/
/*
12カラムグリッドシステム
gutter（隙間）を使用する場合
*/
.u-grid {
  display: grid;
}

.u-grid1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.u-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.u-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.u-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.u-grid5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.u-grid6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.u-grid7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.u-grid8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.u-grid9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}

.u-grid10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}

.u-grid11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}

.u-grid12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.u-grid13 {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
}

.u-grid14 {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
}

.u-grid15 {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
}

.u-grid16 {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
}

.u-grid17 {
  display: grid;
  grid-template-columns: repeat(17, 1fr);
}

.u-grid18 {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
}

.u-grid19 {
  display: grid;
  grid-template-columns: repeat(19, 1fr);
}

.u-grid20 {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
}

@media screen and (max-width: 750px) {
  .u-grid1--sp {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .u-grid2--sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .u-grid3--sp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .u-grid4--sp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .u-grid5--sp {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .u-grid6--sp {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .u-grid7--sp {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .u-grid8--sp {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .u-grid9--sp {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .u-grid10--sp {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .u-grid11--sp {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .u-grid12--sp {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .u-grid13--sp {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
  }
  .u-grid14--sp {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
  }
  .u-grid15--sp {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
  }
  .u-grid16--sp {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
  }
  .u-grid17--sp {
    display: grid;
    grid-template-columns: repeat(17, 1fr);
  }
  .u-grid18--sp {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
  }
  .u-grid19--sp {
    display: grid;
    grid-template-columns: repeat(19, 1fr);
  }
  .u-grid20--sp {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
  }
}
.u-gap0px {
  -webkit-column-gap: 0px !important;
     -moz-column-gap: 0px !important;
          column-gap: 0px !important;
  row-gap: 0px !important;
}

.u-gapCol0px {
  -webkit-column-gap: 0px !important;
     -moz-column-gap: 0px !important;
          column-gap: 0px !important;
}

.u-gapRow0px {
  row-gap: 0px !important;
}

.u-gap1px {
  -webkit-column-gap: 1px !important;
     -moz-column-gap: 1px !important;
          column-gap: 1px !important;
  row-gap: 1px !important;
}

.u-gapCol1px {
  -webkit-column-gap: 1px !important;
     -moz-column-gap: 1px !important;
          column-gap: 1px !important;
}

.u-gapRow1px {
  row-gap: 1px !important;
}

.u-gap2px {
  -webkit-column-gap: 2px !important;
     -moz-column-gap: 2px !important;
          column-gap: 2px !important;
  row-gap: 2px !important;
}

.u-gapCol2px {
  -webkit-column-gap: 2px !important;
     -moz-column-gap: 2px !important;
          column-gap: 2px !important;
}

.u-gapRow2px {
  row-gap: 2px !important;
}

.u-gap3px {
  -webkit-column-gap: 3px !important;
     -moz-column-gap: 3px !important;
          column-gap: 3px !important;
  row-gap: 3px !important;
}

.u-gapCol3px {
  -webkit-column-gap: 3px !important;
     -moz-column-gap: 3px !important;
          column-gap: 3px !important;
}

.u-gapRow3px {
  row-gap: 3px !important;
}

.u-gap4px {
  -webkit-column-gap: 4px !important;
     -moz-column-gap: 4px !important;
          column-gap: 4px !important;
  row-gap: 4px !important;
}

.u-gapCol4px {
  -webkit-column-gap: 4px !important;
     -moz-column-gap: 4px !important;
          column-gap: 4px !important;
}

.u-gapRow4px {
  row-gap: 4px !important;
}

.u-gap5px {
  -webkit-column-gap: 5px !important;
     -moz-column-gap: 5px !important;
          column-gap: 5px !important;
  row-gap: 5px !important;
}

.u-gapCol5px {
  -webkit-column-gap: 5px !important;
     -moz-column-gap: 5px !important;
          column-gap: 5px !important;
}

.u-gapRow5px {
  row-gap: 5px !important;
}

.u-gap6px {
  -webkit-column-gap: 6px !important;
     -moz-column-gap: 6px !important;
          column-gap: 6px !important;
  row-gap: 6px !important;
}

.u-gapCol6px {
  -webkit-column-gap: 6px !important;
     -moz-column-gap: 6px !important;
          column-gap: 6px !important;
}

.u-gapRow6px {
  row-gap: 6px !important;
}

.u-gap7px {
  -webkit-column-gap: 7px !important;
     -moz-column-gap: 7px !important;
          column-gap: 7px !important;
  row-gap: 7px !important;
}

.u-gapCol7px {
  -webkit-column-gap: 7px !important;
     -moz-column-gap: 7px !important;
          column-gap: 7px !important;
}

.u-gapRow7px {
  row-gap: 7px !important;
}

.u-gap8px {
  -webkit-column-gap: 8px !important;
     -moz-column-gap: 8px !important;
          column-gap: 8px !important;
  row-gap: 8px !important;
}

.u-gapCol8px {
  -webkit-column-gap: 8px !important;
     -moz-column-gap: 8px !important;
          column-gap: 8px !important;
}

.u-gapRow8px {
  row-gap: 8px !important;
}

.u-gap9px {
  -webkit-column-gap: 9px !important;
     -moz-column-gap: 9px !important;
          column-gap: 9px !important;
  row-gap: 9px !important;
}

.u-gapCol9px {
  -webkit-column-gap: 9px !important;
     -moz-column-gap: 9px !important;
          column-gap: 9px !important;
}

.u-gapRow9px {
  row-gap: 9px !important;
}

.u-gap10px {
  -webkit-column-gap: 10px !important;
     -moz-column-gap: 10px !important;
          column-gap: 10px !important;
  row-gap: 10px !important;
}

.u-gapCol10px {
  -webkit-column-gap: 10px !important;
     -moz-column-gap: 10px !important;
          column-gap: 10px !important;
}

.u-gapRow10px {
  row-gap: 10px !important;
}

.u-gap11px {
  -webkit-column-gap: 11px !important;
     -moz-column-gap: 11px !important;
          column-gap: 11px !important;
  row-gap: 11px !important;
}

.u-gapCol11px {
  -webkit-column-gap: 11px !important;
     -moz-column-gap: 11px !important;
          column-gap: 11px !important;
}

.u-gapRow11px {
  row-gap: 11px !important;
}

.u-gap12px {
  -webkit-column-gap: 12px !important;
     -moz-column-gap: 12px !important;
          column-gap: 12px !important;
  row-gap: 12px !important;
}

.u-gapCol12px {
  -webkit-column-gap: 12px !important;
     -moz-column-gap: 12px !important;
          column-gap: 12px !important;
}

.u-gapRow12px {
  row-gap: 12px !important;
}

.u-gap13px {
  -webkit-column-gap: 13px !important;
     -moz-column-gap: 13px !important;
          column-gap: 13px !important;
  row-gap: 13px !important;
}

.u-gapCol13px {
  -webkit-column-gap: 13px !important;
     -moz-column-gap: 13px !important;
          column-gap: 13px !important;
}

.u-gapRow13px {
  row-gap: 13px !important;
}

.u-gap14px {
  -webkit-column-gap: 14px !important;
     -moz-column-gap: 14px !important;
          column-gap: 14px !important;
  row-gap: 14px !important;
}

.u-gapCol14px {
  -webkit-column-gap: 14px !important;
     -moz-column-gap: 14px !important;
          column-gap: 14px !important;
}

.u-gapRow14px {
  row-gap: 14px !important;
}

.u-gap15px {
  -webkit-column-gap: 15px !important;
     -moz-column-gap: 15px !important;
          column-gap: 15px !important;
  row-gap: 15px !important;
}

.u-gapCol15px {
  -webkit-column-gap: 15px !important;
     -moz-column-gap: 15px !important;
          column-gap: 15px !important;
}

.u-gapRow15px {
  row-gap: 15px !important;
}

.u-gap16px {
  -webkit-column-gap: 16px !important;
     -moz-column-gap: 16px !important;
          column-gap: 16px !important;
  row-gap: 16px !important;
}

.u-gapCol16px {
  -webkit-column-gap: 16px !important;
     -moz-column-gap: 16px !important;
          column-gap: 16px !important;
}

.u-gapRow16px {
  row-gap: 16px !important;
}

.u-gap17px {
  -webkit-column-gap: 17px !important;
     -moz-column-gap: 17px !important;
          column-gap: 17px !important;
  row-gap: 17px !important;
}

.u-gapCol17px {
  -webkit-column-gap: 17px !important;
     -moz-column-gap: 17px !important;
          column-gap: 17px !important;
}

.u-gapRow17px {
  row-gap: 17px !important;
}

.u-gap18px {
  -webkit-column-gap: 18px !important;
     -moz-column-gap: 18px !important;
          column-gap: 18px !important;
  row-gap: 18px !important;
}

.u-gapCol18px {
  -webkit-column-gap: 18px !important;
     -moz-column-gap: 18px !important;
          column-gap: 18px !important;
}

.u-gapRow18px {
  row-gap: 18px !important;
}

.u-gap19px {
  -webkit-column-gap: 19px !important;
     -moz-column-gap: 19px !important;
          column-gap: 19px !important;
  row-gap: 19px !important;
}

.u-gapCol19px {
  -webkit-column-gap: 19px !important;
     -moz-column-gap: 19px !important;
          column-gap: 19px !important;
}

.u-gapRow19px {
  row-gap: 19px !important;
}

.u-gap20px {
  -webkit-column-gap: 20px !important;
     -moz-column-gap: 20px !important;
          column-gap: 20px !important;
  row-gap: 20px !important;
}

.u-gapCol20px {
  -webkit-column-gap: 20px !important;
     -moz-column-gap: 20px !important;
          column-gap: 20px !important;
}

.u-gapRow20px {
  row-gap: 20px !important;
}

.u-gap21px {
  -webkit-column-gap: 21px !important;
     -moz-column-gap: 21px !important;
          column-gap: 21px !important;
  row-gap: 21px !important;
}

.u-gapCol21px {
  -webkit-column-gap: 21px !important;
     -moz-column-gap: 21px !important;
          column-gap: 21px !important;
}

.u-gapRow21px {
  row-gap: 21px !important;
}

.u-gap22px {
  -webkit-column-gap: 22px !important;
     -moz-column-gap: 22px !important;
          column-gap: 22px !important;
  row-gap: 22px !important;
}

.u-gapCol22px {
  -webkit-column-gap: 22px !important;
     -moz-column-gap: 22px !important;
          column-gap: 22px !important;
}

.u-gapRow22px {
  row-gap: 22px !important;
}

.u-gap23px {
  -webkit-column-gap: 23px !important;
     -moz-column-gap: 23px !important;
          column-gap: 23px !important;
  row-gap: 23px !important;
}

.u-gapCol23px {
  -webkit-column-gap: 23px !important;
     -moz-column-gap: 23px !important;
          column-gap: 23px !important;
}

.u-gapRow23px {
  row-gap: 23px !important;
}

.u-gap24px {
  -webkit-column-gap: 24px !important;
     -moz-column-gap: 24px !important;
          column-gap: 24px !important;
  row-gap: 24px !important;
}

.u-gapCol24px {
  -webkit-column-gap: 24px !important;
     -moz-column-gap: 24px !important;
          column-gap: 24px !important;
}

.u-gapRow24px {
  row-gap: 24px !important;
}

.u-gap25px {
  -webkit-column-gap: 25px !important;
     -moz-column-gap: 25px !important;
          column-gap: 25px !important;
  row-gap: 25px !important;
}

.u-gapCol25px {
  -webkit-column-gap: 25px !important;
     -moz-column-gap: 25px !important;
          column-gap: 25px !important;
}

.u-gapRow25px {
  row-gap: 25px !important;
}

.u-gap26px {
  -webkit-column-gap: 26px !important;
     -moz-column-gap: 26px !important;
          column-gap: 26px !important;
  row-gap: 26px !important;
}

.u-gapCol26px {
  -webkit-column-gap: 26px !important;
     -moz-column-gap: 26px !important;
          column-gap: 26px !important;
}

.u-gapRow26px {
  row-gap: 26px !important;
}

.u-gap27px {
  -webkit-column-gap: 27px !important;
     -moz-column-gap: 27px !important;
          column-gap: 27px !important;
  row-gap: 27px !important;
}

.u-gapCol27px {
  -webkit-column-gap: 27px !important;
     -moz-column-gap: 27px !important;
          column-gap: 27px !important;
}

.u-gapRow27px {
  row-gap: 27px !important;
}

.u-gap28px {
  -webkit-column-gap: 28px !important;
     -moz-column-gap: 28px !important;
          column-gap: 28px !important;
  row-gap: 28px !important;
}

.u-gapCol28px {
  -webkit-column-gap: 28px !important;
     -moz-column-gap: 28px !important;
          column-gap: 28px !important;
}

.u-gapRow28px {
  row-gap: 28px !important;
}

.u-gap29px {
  -webkit-column-gap: 29px !important;
     -moz-column-gap: 29px !important;
          column-gap: 29px !important;
  row-gap: 29px !important;
}

.u-gapCol29px {
  -webkit-column-gap: 29px !important;
     -moz-column-gap: 29px !important;
          column-gap: 29px !important;
}

.u-gapRow29px {
  row-gap: 29px !important;
}

.u-gap30px {
  -webkit-column-gap: 30px !important;
     -moz-column-gap: 30px !important;
          column-gap: 30px !important;
  row-gap: 30px !important;
}

.u-gapCol30px {
  -webkit-column-gap: 30px !important;
     -moz-column-gap: 30px !important;
          column-gap: 30px !important;
}

.u-gapRow30px {
  row-gap: 30px !important;
}

.u-gap31px {
  -webkit-column-gap: 31px !important;
     -moz-column-gap: 31px !important;
          column-gap: 31px !important;
  row-gap: 31px !important;
}

.u-gapCol31px {
  -webkit-column-gap: 31px !important;
     -moz-column-gap: 31px !important;
          column-gap: 31px !important;
}

.u-gapRow31px {
  row-gap: 31px !important;
}

.u-gap32px {
  -webkit-column-gap: 32px !important;
     -moz-column-gap: 32px !important;
          column-gap: 32px !important;
  row-gap: 32px !important;
}

.u-gapCol32px {
  -webkit-column-gap: 32px !important;
     -moz-column-gap: 32px !important;
          column-gap: 32px !important;
}

.u-gapRow32px {
  row-gap: 32px !important;
}

.u-gap33px {
  -webkit-column-gap: 33px !important;
     -moz-column-gap: 33px !important;
          column-gap: 33px !important;
  row-gap: 33px !important;
}

.u-gapCol33px {
  -webkit-column-gap: 33px !important;
     -moz-column-gap: 33px !important;
          column-gap: 33px !important;
}

.u-gapRow33px {
  row-gap: 33px !important;
}

.u-gap34px {
  -webkit-column-gap: 34px !important;
     -moz-column-gap: 34px !important;
          column-gap: 34px !important;
  row-gap: 34px !important;
}

.u-gapCol34px {
  -webkit-column-gap: 34px !important;
     -moz-column-gap: 34px !important;
          column-gap: 34px !important;
}

.u-gapRow34px {
  row-gap: 34px !important;
}

.u-gap35px {
  -webkit-column-gap: 35px !important;
     -moz-column-gap: 35px !important;
          column-gap: 35px !important;
  row-gap: 35px !important;
}

.u-gapCol35px {
  -webkit-column-gap: 35px !important;
     -moz-column-gap: 35px !important;
          column-gap: 35px !important;
}

.u-gapRow35px {
  row-gap: 35px !important;
}

.u-gap36px {
  -webkit-column-gap: 36px !important;
     -moz-column-gap: 36px !important;
          column-gap: 36px !important;
  row-gap: 36px !important;
}

.u-gapCol36px {
  -webkit-column-gap: 36px !important;
     -moz-column-gap: 36px !important;
          column-gap: 36px !important;
}

.u-gapRow36px {
  row-gap: 36px !important;
}

.u-gap37px {
  -webkit-column-gap: 37px !important;
     -moz-column-gap: 37px !important;
          column-gap: 37px !important;
  row-gap: 37px !important;
}

.u-gapCol37px {
  -webkit-column-gap: 37px !important;
     -moz-column-gap: 37px !important;
          column-gap: 37px !important;
}

.u-gapRow37px {
  row-gap: 37px !important;
}

.u-gap38px {
  -webkit-column-gap: 38px !important;
     -moz-column-gap: 38px !important;
          column-gap: 38px !important;
  row-gap: 38px !important;
}

.u-gapCol38px {
  -webkit-column-gap: 38px !important;
     -moz-column-gap: 38px !important;
          column-gap: 38px !important;
}

.u-gapRow38px {
  row-gap: 38px !important;
}

.u-gap39px {
  -webkit-column-gap: 39px !important;
     -moz-column-gap: 39px !important;
          column-gap: 39px !important;
  row-gap: 39px !important;
}

.u-gapCol39px {
  -webkit-column-gap: 39px !important;
     -moz-column-gap: 39px !important;
          column-gap: 39px !important;
}

.u-gapRow39px {
  row-gap: 39px !important;
}

.u-gap40px {
  -webkit-column-gap: 40px !important;
     -moz-column-gap: 40px !important;
          column-gap: 40px !important;
  row-gap: 40px !important;
}

.u-gapCol40px {
  -webkit-column-gap: 40px !important;
     -moz-column-gap: 40px !important;
          column-gap: 40px !important;
}

.u-gapRow40px {
  row-gap: 40px !important;
}

.u-gap41px {
  -webkit-column-gap: 41px !important;
     -moz-column-gap: 41px !important;
          column-gap: 41px !important;
  row-gap: 41px !important;
}

.u-gapCol41px {
  -webkit-column-gap: 41px !important;
     -moz-column-gap: 41px !important;
          column-gap: 41px !important;
}

.u-gapRow41px {
  row-gap: 41px !important;
}

.u-gap42px {
  -webkit-column-gap: 42px !important;
     -moz-column-gap: 42px !important;
          column-gap: 42px !important;
  row-gap: 42px !important;
}

.u-gapCol42px {
  -webkit-column-gap: 42px !important;
     -moz-column-gap: 42px !important;
          column-gap: 42px !important;
}

.u-gapRow42px {
  row-gap: 42px !important;
}

.u-gap43px {
  -webkit-column-gap: 43px !important;
     -moz-column-gap: 43px !important;
          column-gap: 43px !important;
  row-gap: 43px !important;
}

.u-gapCol43px {
  -webkit-column-gap: 43px !important;
     -moz-column-gap: 43px !important;
          column-gap: 43px !important;
}

.u-gapRow43px {
  row-gap: 43px !important;
}

.u-gap44px {
  -webkit-column-gap: 44px !important;
     -moz-column-gap: 44px !important;
          column-gap: 44px !important;
  row-gap: 44px !important;
}

.u-gapCol44px {
  -webkit-column-gap: 44px !important;
     -moz-column-gap: 44px !important;
          column-gap: 44px !important;
}

.u-gapRow44px {
  row-gap: 44px !important;
}

.u-gap45px {
  -webkit-column-gap: 45px !important;
     -moz-column-gap: 45px !important;
          column-gap: 45px !important;
  row-gap: 45px !important;
}

.u-gapCol45px {
  -webkit-column-gap: 45px !important;
     -moz-column-gap: 45px !important;
          column-gap: 45px !important;
}

.u-gapRow45px {
  row-gap: 45px !important;
}

.u-gap46px {
  -webkit-column-gap: 46px !important;
     -moz-column-gap: 46px !important;
          column-gap: 46px !important;
  row-gap: 46px !important;
}

.u-gapCol46px {
  -webkit-column-gap: 46px !important;
     -moz-column-gap: 46px !important;
          column-gap: 46px !important;
}

.u-gapRow46px {
  row-gap: 46px !important;
}

.u-gap47px {
  -webkit-column-gap: 47px !important;
     -moz-column-gap: 47px !important;
          column-gap: 47px !important;
  row-gap: 47px !important;
}

.u-gapCol47px {
  -webkit-column-gap: 47px !important;
     -moz-column-gap: 47px !important;
          column-gap: 47px !important;
}

.u-gapRow47px {
  row-gap: 47px !important;
}

.u-gap48px {
  -webkit-column-gap: 48px !important;
     -moz-column-gap: 48px !important;
          column-gap: 48px !important;
  row-gap: 48px !important;
}

.u-gapCol48px {
  -webkit-column-gap: 48px !important;
     -moz-column-gap: 48px !important;
          column-gap: 48px !important;
}

.u-gapRow48px {
  row-gap: 48px !important;
}

.u-gap49px {
  -webkit-column-gap: 49px !important;
     -moz-column-gap: 49px !important;
          column-gap: 49px !important;
  row-gap: 49px !important;
}

.u-gapCol49px {
  -webkit-column-gap: 49px !important;
     -moz-column-gap: 49px !important;
          column-gap: 49px !important;
}

.u-gapRow49px {
  row-gap: 49px !important;
}

.u-gap50px {
  -webkit-column-gap: 50px !important;
     -moz-column-gap: 50px !important;
          column-gap: 50px !important;
  row-gap: 50px !important;
}

.u-gapCol50px {
  -webkit-column-gap: 50px !important;
     -moz-column-gap: 50px !important;
          column-gap: 50px !important;
}

.u-gapRow50px {
  row-gap: 50px !important;
}

.u-gap51px {
  -webkit-column-gap: 51px !important;
     -moz-column-gap: 51px !important;
          column-gap: 51px !important;
  row-gap: 51px !important;
}

.u-gapCol51px {
  -webkit-column-gap: 51px !important;
     -moz-column-gap: 51px !important;
          column-gap: 51px !important;
}

.u-gapRow51px {
  row-gap: 51px !important;
}

.u-gap52px {
  -webkit-column-gap: 52px !important;
     -moz-column-gap: 52px !important;
          column-gap: 52px !important;
  row-gap: 52px !important;
}

.u-gapCol52px {
  -webkit-column-gap: 52px !important;
     -moz-column-gap: 52px !important;
          column-gap: 52px !important;
}

.u-gapRow52px {
  row-gap: 52px !important;
}

.u-gap53px {
  -webkit-column-gap: 53px !important;
     -moz-column-gap: 53px !important;
          column-gap: 53px !important;
  row-gap: 53px !important;
}

.u-gapCol53px {
  -webkit-column-gap: 53px !important;
     -moz-column-gap: 53px !important;
          column-gap: 53px !important;
}

.u-gapRow53px {
  row-gap: 53px !important;
}

.u-gap54px {
  -webkit-column-gap: 54px !important;
     -moz-column-gap: 54px !important;
          column-gap: 54px !important;
  row-gap: 54px !important;
}

.u-gapCol54px {
  -webkit-column-gap: 54px !important;
     -moz-column-gap: 54px !important;
          column-gap: 54px !important;
}

.u-gapRow54px {
  row-gap: 54px !important;
}

.u-gap55px {
  -webkit-column-gap: 55px !important;
     -moz-column-gap: 55px !important;
          column-gap: 55px !important;
  row-gap: 55px !important;
}

.u-gapCol55px {
  -webkit-column-gap: 55px !important;
     -moz-column-gap: 55px !important;
          column-gap: 55px !important;
}

.u-gapRow55px {
  row-gap: 55px !important;
}

.u-gap56px {
  -webkit-column-gap: 56px !important;
     -moz-column-gap: 56px !important;
          column-gap: 56px !important;
  row-gap: 56px !important;
}

.u-gapCol56px {
  -webkit-column-gap: 56px !important;
     -moz-column-gap: 56px !important;
          column-gap: 56px !important;
}

.u-gapRow56px {
  row-gap: 56px !important;
}

.u-gap57px {
  -webkit-column-gap: 57px !important;
     -moz-column-gap: 57px !important;
          column-gap: 57px !important;
  row-gap: 57px !important;
}

.u-gapCol57px {
  -webkit-column-gap: 57px !important;
     -moz-column-gap: 57px !important;
          column-gap: 57px !important;
}

.u-gapRow57px {
  row-gap: 57px !important;
}

.u-gap58px {
  -webkit-column-gap: 58px !important;
     -moz-column-gap: 58px !important;
          column-gap: 58px !important;
  row-gap: 58px !important;
}

.u-gapCol58px {
  -webkit-column-gap: 58px !important;
     -moz-column-gap: 58px !important;
          column-gap: 58px !important;
}

.u-gapRow58px {
  row-gap: 58px !important;
}

.u-gap59px {
  -webkit-column-gap: 59px !important;
     -moz-column-gap: 59px !important;
          column-gap: 59px !important;
  row-gap: 59px !important;
}

.u-gapCol59px {
  -webkit-column-gap: 59px !important;
     -moz-column-gap: 59px !important;
          column-gap: 59px !important;
}

.u-gapRow59px {
  row-gap: 59px !important;
}

.u-gap60px {
  -webkit-column-gap: 60px !important;
     -moz-column-gap: 60px !important;
          column-gap: 60px !important;
  row-gap: 60px !important;
}

.u-gapCol60px {
  -webkit-column-gap: 60px !important;
     -moz-column-gap: 60px !important;
          column-gap: 60px !important;
}

.u-gapRow60px {
  row-gap: 60px !important;
}

.u-gap61px {
  -webkit-column-gap: 61px !important;
     -moz-column-gap: 61px !important;
          column-gap: 61px !important;
  row-gap: 61px !important;
}

.u-gapCol61px {
  -webkit-column-gap: 61px !important;
     -moz-column-gap: 61px !important;
          column-gap: 61px !important;
}

.u-gapRow61px {
  row-gap: 61px !important;
}

.u-gap62px {
  -webkit-column-gap: 62px !important;
     -moz-column-gap: 62px !important;
          column-gap: 62px !important;
  row-gap: 62px !important;
}

.u-gapCol62px {
  -webkit-column-gap: 62px !important;
     -moz-column-gap: 62px !important;
          column-gap: 62px !important;
}

.u-gapRow62px {
  row-gap: 62px !important;
}

.u-gap63px {
  -webkit-column-gap: 63px !important;
     -moz-column-gap: 63px !important;
          column-gap: 63px !important;
  row-gap: 63px !important;
}

.u-gapCol63px {
  -webkit-column-gap: 63px !important;
     -moz-column-gap: 63px !important;
          column-gap: 63px !important;
}

.u-gapRow63px {
  row-gap: 63px !important;
}

.u-gap64px {
  -webkit-column-gap: 64px !important;
     -moz-column-gap: 64px !important;
          column-gap: 64px !important;
  row-gap: 64px !important;
}

.u-gapCol64px {
  -webkit-column-gap: 64px !important;
     -moz-column-gap: 64px !important;
          column-gap: 64px !important;
}

.u-gapRow64px {
  row-gap: 64px !important;
}

.u-gap65px {
  -webkit-column-gap: 65px !important;
     -moz-column-gap: 65px !important;
          column-gap: 65px !important;
  row-gap: 65px !important;
}

.u-gapCol65px {
  -webkit-column-gap: 65px !important;
     -moz-column-gap: 65px !important;
          column-gap: 65px !important;
}

.u-gapRow65px {
  row-gap: 65px !important;
}

.u-gap66px {
  -webkit-column-gap: 66px !important;
     -moz-column-gap: 66px !important;
          column-gap: 66px !important;
  row-gap: 66px !important;
}

.u-gapCol66px {
  -webkit-column-gap: 66px !important;
     -moz-column-gap: 66px !important;
          column-gap: 66px !important;
}

.u-gapRow66px {
  row-gap: 66px !important;
}

.u-gap67px {
  -webkit-column-gap: 67px !important;
     -moz-column-gap: 67px !important;
          column-gap: 67px !important;
  row-gap: 67px !important;
}

.u-gapCol67px {
  -webkit-column-gap: 67px !important;
     -moz-column-gap: 67px !important;
          column-gap: 67px !important;
}

.u-gapRow67px {
  row-gap: 67px !important;
}

.u-gap68px {
  -webkit-column-gap: 68px !important;
     -moz-column-gap: 68px !important;
          column-gap: 68px !important;
  row-gap: 68px !important;
}

.u-gapCol68px {
  -webkit-column-gap: 68px !important;
     -moz-column-gap: 68px !important;
          column-gap: 68px !important;
}

.u-gapRow68px {
  row-gap: 68px !important;
}

.u-gap69px {
  -webkit-column-gap: 69px !important;
     -moz-column-gap: 69px !important;
          column-gap: 69px !important;
  row-gap: 69px !important;
}

.u-gapCol69px {
  -webkit-column-gap: 69px !important;
     -moz-column-gap: 69px !important;
          column-gap: 69px !important;
}

.u-gapRow69px {
  row-gap: 69px !important;
}

.u-gap70px {
  -webkit-column-gap: 70px !important;
     -moz-column-gap: 70px !important;
          column-gap: 70px !important;
  row-gap: 70px !important;
}

.u-gapCol70px {
  -webkit-column-gap: 70px !important;
     -moz-column-gap: 70px !important;
          column-gap: 70px !important;
}

.u-gapRow70px {
  row-gap: 70px !important;
}

.u-gap71px {
  -webkit-column-gap: 71px !important;
     -moz-column-gap: 71px !important;
          column-gap: 71px !important;
  row-gap: 71px !important;
}

.u-gapCol71px {
  -webkit-column-gap: 71px !important;
     -moz-column-gap: 71px !important;
          column-gap: 71px !important;
}

.u-gapRow71px {
  row-gap: 71px !important;
}

.u-gap72px {
  -webkit-column-gap: 72px !important;
     -moz-column-gap: 72px !important;
          column-gap: 72px !important;
  row-gap: 72px !important;
}

.u-gapCol72px {
  -webkit-column-gap: 72px !important;
     -moz-column-gap: 72px !important;
          column-gap: 72px !important;
}

.u-gapRow72px {
  row-gap: 72px !important;
}

.u-gap73px {
  -webkit-column-gap: 73px !important;
     -moz-column-gap: 73px !important;
          column-gap: 73px !important;
  row-gap: 73px !important;
}

.u-gapCol73px {
  -webkit-column-gap: 73px !important;
     -moz-column-gap: 73px !important;
          column-gap: 73px !important;
}

.u-gapRow73px {
  row-gap: 73px !important;
}

.u-gap74px {
  -webkit-column-gap: 74px !important;
     -moz-column-gap: 74px !important;
          column-gap: 74px !important;
  row-gap: 74px !important;
}

.u-gapCol74px {
  -webkit-column-gap: 74px !important;
     -moz-column-gap: 74px !important;
          column-gap: 74px !important;
}

.u-gapRow74px {
  row-gap: 74px !important;
}

.u-gap75px {
  -webkit-column-gap: 75px !important;
     -moz-column-gap: 75px !important;
          column-gap: 75px !important;
  row-gap: 75px !important;
}

.u-gapCol75px {
  -webkit-column-gap: 75px !important;
     -moz-column-gap: 75px !important;
          column-gap: 75px !important;
}

.u-gapRow75px {
  row-gap: 75px !important;
}

.u-gap76px {
  -webkit-column-gap: 76px !important;
     -moz-column-gap: 76px !important;
          column-gap: 76px !important;
  row-gap: 76px !important;
}

.u-gapCol76px {
  -webkit-column-gap: 76px !important;
     -moz-column-gap: 76px !important;
          column-gap: 76px !important;
}

.u-gapRow76px {
  row-gap: 76px !important;
}

.u-gap77px {
  -webkit-column-gap: 77px !important;
     -moz-column-gap: 77px !important;
          column-gap: 77px !important;
  row-gap: 77px !important;
}

.u-gapCol77px {
  -webkit-column-gap: 77px !important;
     -moz-column-gap: 77px !important;
          column-gap: 77px !important;
}

.u-gapRow77px {
  row-gap: 77px !important;
}

.u-gap78px {
  -webkit-column-gap: 78px !important;
     -moz-column-gap: 78px !important;
          column-gap: 78px !important;
  row-gap: 78px !important;
}

.u-gapCol78px {
  -webkit-column-gap: 78px !important;
     -moz-column-gap: 78px !important;
          column-gap: 78px !important;
}

.u-gapRow78px {
  row-gap: 78px !important;
}

.u-gap79px {
  -webkit-column-gap: 79px !important;
     -moz-column-gap: 79px !important;
          column-gap: 79px !important;
  row-gap: 79px !important;
}

.u-gapCol79px {
  -webkit-column-gap: 79px !important;
     -moz-column-gap: 79px !important;
          column-gap: 79px !important;
}

.u-gapRow79px {
  row-gap: 79px !important;
}

.u-gap80px {
  -webkit-column-gap: 80px !important;
     -moz-column-gap: 80px !important;
          column-gap: 80px !important;
  row-gap: 80px !important;
}

.u-gapCol80px {
  -webkit-column-gap: 80px !important;
     -moz-column-gap: 80px !important;
          column-gap: 80px !important;
}

.u-gapRow80px {
  row-gap: 80px !important;
}

.u-gap81px {
  -webkit-column-gap: 81px !important;
     -moz-column-gap: 81px !important;
          column-gap: 81px !important;
  row-gap: 81px !important;
}

.u-gapCol81px {
  -webkit-column-gap: 81px !important;
     -moz-column-gap: 81px !important;
          column-gap: 81px !important;
}

.u-gapRow81px {
  row-gap: 81px !important;
}

.u-gap82px {
  -webkit-column-gap: 82px !important;
     -moz-column-gap: 82px !important;
          column-gap: 82px !important;
  row-gap: 82px !important;
}

.u-gapCol82px {
  -webkit-column-gap: 82px !important;
     -moz-column-gap: 82px !important;
          column-gap: 82px !important;
}

.u-gapRow82px {
  row-gap: 82px !important;
}

.u-gap83px {
  -webkit-column-gap: 83px !important;
     -moz-column-gap: 83px !important;
          column-gap: 83px !important;
  row-gap: 83px !important;
}

.u-gapCol83px {
  -webkit-column-gap: 83px !important;
     -moz-column-gap: 83px !important;
          column-gap: 83px !important;
}

.u-gapRow83px {
  row-gap: 83px !important;
}

.u-gap84px {
  -webkit-column-gap: 84px !important;
     -moz-column-gap: 84px !important;
          column-gap: 84px !important;
  row-gap: 84px !important;
}

.u-gapCol84px {
  -webkit-column-gap: 84px !important;
     -moz-column-gap: 84px !important;
          column-gap: 84px !important;
}

.u-gapRow84px {
  row-gap: 84px !important;
}

.u-gap85px {
  -webkit-column-gap: 85px !important;
     -moz-column-gap: 85px !important;
          column-gap: 85px !important;
  row-gap: 85px !important;
}

.u-gapCol85px {
  -webkit-column-gap: 85px !important;
     -moz-column-gap: 85px !important;
          column-gap: 85px !important;
}

.u-gapRow85px {
  row-gap: 85px !important;
}

.u-gap86px {
  -webkit-column-gap: 86px !important;
     -moz-column-gap: 86px !important;
          column-gap: 86px !important;
  row-gap: 86px !important;
}

.u-gapCol86px {
  -webkit-column-gap: 86px !important;
     -moz-column-gap: 86px !important;
          column-gap: 86px !important;
}

.u-gapRow86px {
  row-gap: 86px !important;
}

.u-gap87px {
  -webkit-column-gap: 87px !important;
     -moz-column-gap: 87px !important;
          column-gap: 87px !important;
  row-gap: 87px !important;
}

.u-gapCol87px {
  -webkit-column-gap: 87px !important;
     -moz-column-gap: 87px !important;
          column-gap: 87px !important;
}

.u-gapRow87px {
  row-gap: 87px !important;
}

.u-gap88px {
  -webkit-column-gap: 88px !important;
     -moz-column-gap: 88px !important;
          column-gap: 88px !important;
  row-gap: 88px !important;
}

.u-gapCol88px {
  -webkit-column-gap: 88px !important;
     -moz-column-gap: 88px !important;
          column-gap: 88px !important;
}

.u-gapRow88px {
  row-gap: 88px !important;
}

.u-gap89px {
  -webkit-column-gap: 89px !important;
     -moz-column-gap: 89px !important;
          column-gap: 89px !important;
  row-gap: 89px !important;
}

.u-gapCol89px {
  -webkit-column-gap: 89px !important;
     -moz-column-gap: 89px !important;
          column-gap: 89px !important;
}

.u-gapRow89px {
  row-gap: 89px !important;
}

.u-gap90px {
  -webkit-column-gap: 90px !important;
     -moz-column-gap: 90px !important;
          column-gap: 90px !important;
  row-gap: 90px !important;
}

.u-gapCol90px {
  -webkit-column-gap: 90px !important;
     -moz-column-gap: 90px !important;
          column-gap: 90px !important;
}

.u-gapRow90px {
  row-gap: 90px !important;
}

.u-gap91px {
  -webkit-column-gap: 91px !important;
     -moz-column-gap: 91px !important;
          column-gap: 91px !important;
  row-gap: 91px !important;
}

.u-gapCol91px {
  -webkit-column-gap: 91px !important;
     -moz-column-gap: 91px !important;
          column-gap: 91px !important;
}

.u-gapRow91px {
  row-gap: 91px !important;
}

.u-gap92px {
  -webkit-column-gap: 92px !important;
     -moz-column-gap: 92px !important;
          column-gap: 92px !important;
  row-gap: 92px !important;
}

.u-gapCol92px {
  -webkit-column-gap: 92px !important;
     -moz-column-gap: 92px !important;
          column-gap: 92px !important;
}

.u-gapRow92px {
  row-gap: 92px !important;
}

.u-gap93px {
  -webkit-column-gap: 93px !important;
     -moz-column-gap: 93px !important;
          column-gap: 93px !important;
  row-gap: 93px !important;
}

.u-gapCol93px {
  -webkit-column-gap: 93px !important;
     -moz-column-gap: 93px !important;
          column-gap: 93px !important;
}

.u-gapRow93px {
  row-gap: 93px !important;
}

.u-gap94px {
  -webkit-column-gap: 94px !important;
     -moz-column-gap: 94px !important;
          column-gap: 94px !important;
  row-gap: 94px !important;
}

.u-gapCol94px {
  -webkit-column-gap: 94px !important;
     -moz-column-gap: 94px !important;
          column-gap: 94px !important;
}

.u-gapRow94px {
  row-gap: 94px !important;
}

.u-gap95px {
  -webkit-column-gap: 95px !important;
     -moz-column-gap: 95px !important;
          column-gap: 95px !important;
  row-gap: 95px !important;
}

.u-gapCol95px {
  -webkit-column-gap: 95px !important;
     -moz-column-gap: 95px !important;
          column-gap: 95px !important;
}

.u-gapRow95px {
  row-gap: 95px !important;
}

.u-gap96px {
  -webkit-column-gap: 96px !important;
     -moz-column-gap: 96px !important;
          column-gap: 96px !important;
  row-gap: 96px !important;
}

.u-gapCol96px {
  -webkit-column-gap: 96px !important;
     -moz-column-gap: 96px !important;
          column-gap: 96px !important;
}

.u-gapRow96px {
  row-gap: 96px !important;
}

.u-gap97px {
  -webkit-column-gap: 97px !important;
     -moz-column-gap: 97px !important;
          column-gap: 97px !important;
  row-gap: 97px !important;
}

.u-gapCol97px {
  -webkit-column-gap: 97px !important;
     -moz-column-gap: 97px !important;
          column-gap: 97px !important;
}

.u-gapRow97px {
  row-gap: 97px !important;
}

.u-gap98px {
  -webkit-column-gap: 98px !important;
     -moz-column-gap: 98px !important;
          column-gap: 98px !important;
  row-gap: 98px !important;
}

.u-gapCol98px {
  -webkit-column-gap: 98px !important;
     -moz-column-gap: 98px !important;
          column-gap: 98px !important;
}

.u-gapRow98px {
  row-gap: 98px !important;
}

.u-gap99px {
  -webkit-column-gap: 99px !important;
     -moz-column-gap: 99px !important;
          column-gap: 99px !important;
  row-gap: 99px !important;
}

.u-gapCol99px {
  -webkit-column-gap: 99px !important;
     -moz-column-gap: 99px !important;
          column-gap: 99px !important;
}

.u-gapRow99px {
  row-gap: 99px !important;
}

.u-gap100px {
  -webkit-column-gap: 100px !important;
     -moz-column-gap: 100px !important;
          column-gap: 100px !important;
  row-gap: 100px !important;
}

.u-gapCol100px {
  -webkit-column-gap: 100px !important;
     -moz-column-gap: 100px !important;
          column-gap: 100px !important;
}

.u-gapRow100px {
  row-gap: 100px !important;
}

@media screen and (max-width: 750px) {
  .u-gap0px--sp {
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
    row-gap: 0px !important;
  }
  .u-gapCol0px--sp {
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }
  .u-gapRow0px--sp {
    row-gap: 0px !important;
  }
  .u-gap1px--sp {
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
    row-gap: 1px !important;
  }
  .u-gapCol1px--sp {
    -webkit-column-gap: 1px !important;
       -moz-column-gap: 1px !important;
            column-gap: 1px !important;
  }
  .u-gapRow1px--sp {
    row-gap: 1px !important;
  }
  .u-gap2px--sp {
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
    row-gap: 2px !important;
  }
  .u-gapCol2px--sp {
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
  }
  .u-gapRow2px--sp {
    row-gap: 2px !important;
  }
  .u-gap3px--sp {
    -webkit-column-gap: 3px !important;
       -moz-column-gap: 3px !important;
            column-gap: 3px !important;
    row-gap: 3px !important;
  }
  .u-gapCol3px--sp {
    -webkit-column-gap: 3px !important;
       -moz-column-gap: 3px !important;
            column-gap: 3px !important;
  }
  .u-gapRow3px--sp {
    row-gap: 3px !important;
  }
  .u-gap4px--sp {
    -webkit-column-gap: 4px !important;
       -moz-column-gap: 4px !important;
            column-gap: 4px !important;
    row-gap: 4px !important;
  }
  .u-gapCol4px--sp {
    -webkit-column-gap: 4px !important;
       -moz-column-gap: 4px !important;
            column-gap: 4px !important;
  }
  .u-gapRow4px--sp {
    row-gap: 4px !important;
  }
  .u-gap5px--sp {
    -webkit-column-gap: 5px !important;
       -moz-column-gap: 5px !important;
            column-gap: 5px !important;
    row-gap: 5px !important;
  }
  .u-gapCol5px--sp {
    -webkit-column-gap: 5px !important;
       -moz-column-gap: 5px !important;
            column-gap: 5px !important;
  }
  .u-gapRow5px--sp {
    row-gap: 5px !important;
  }
  .u-gap6px--sp {
    -webkit-column-gap: 6px !important;
       -moz-column-gap: 6px !important;
            column-gap: 6px !important;
    row-gap: 6px !important;
  }
  .u-gapCol6px--sp {
    -webkit-column-gap: 6px !important;
       -moz-column-gap: 6px !important;
            column-gap: 6px !important;
  }
  .u-gapRow6px--sp {
    row-gap: 6px !important;
  }
  .u-gap7px--sp {
    -webkit-column-gap: 7px !important;
       -moz-column-gap: 7px !important;
            column-gap: 7px !important;
    row-gap: 7px !important;
  }
  .u-gapCol7px--sp {
    -webkit-column-gap: 7px !important;
       -moz-column-gap: 7px !important;
            column-gap: 7px !important;
  }
  .u-gapRow7px--sp {
    row-gap: 7px !important;
  }
  .u-gap8px--sp {
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
    row-gap: 8px !important;
  }
  .u-gapCol8px--sp {
    -webkit-column-gap: 8px !important;
       -moz-column-gap: 8px !important;
            column-gap: 8px !important;
  }
  .u-gapRow8px--sp {
    row-gap: 8px !important;
  }
  .u-gap9px--sp {
    -webkit-column-gap: 9px !important;
       -moz-column-gap: 9px !important;
            column-gap: 9px !important;
    row-gap: 9px !important;
  }
  .u-gapCol9px--sp {
    -webkit-column-gap: 9px !important;
       -moz-column-gap: 9px !important;
            column-gap: 9px !important;
  }
  .u-gapRow9px--sp {
    row-gap: 9px !important;
  }
  .u-gap10px--sp {
    -webkit-column-gap: 10px !important;
       -moz-column-gap: 10px !important;
            column-gap: 10px !important;
    row-gap: 10px !important;
  }
  .u-gapCol10px--sp {
    -webkit-column-gap: 10px !important;
       -moz-column-gap: 10px !important;
            column-gap: 10px !important;
  }
  .u-gapRow10px--sp {
    row-gap: 10px !important;
  }
  .u-gap11px--sp {
    -webkit-column-gap: 11px !important;
       -moz-column-gap: 11px !important;
            column-gap: 11px !important;
    row-gap: 11px !important;
  }
  .u-gapCol11px--sp {
    -webkit-column-gap: 11px !important;
       -moz-column-gap: 11px !important;
            column-gap: 11px !important;
  }
  .u-gapRow11px--sp {
    row-gap: 11px !important;
  }
  .u-gap12px--sp {
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
    row-gap: 12px !important;
  }
  .u-gapCol12px--sp {
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
  }
  .u-gapRow12px--sp {
    row-gap: 12px !important;
  }
  .u-gap13px--sp {
    -webkit-column-gap: 13px !important;
       -moz-column-gap: 13px !important;
            column-gap: 13px !important;
    row-gap: 13px !important;
  }
  .u-gapCol13px--sp {
    -webkit-column-gap: 13px !important;
       -moz-column-gap: 13px !important;
            column-gap: 13px !important;
  }
  .u-gapRow13px--sp {
    row-gap: 13px !important;
  }
  .u-gap14px--sp {
    -webkit-column-gap: 14px !important;
       -moz-column-gap: 14px !important;
            column-gap: 14px !important;
    row-gap: 14px !important;
  }
  .u-gapCol14px--sp {
    -webkit-column-gap: 14px !important;
       -moz-column-gap: 14px !important;
            column-gap: 14px !important;
  }
  .u-gapRow14px--sp {
    row-gap: 14px !important;
  }
  .u-gap15px--sp {
    -webkit-column-gap: 15px !important;
       -moz-column-gap: 15px !important;
            column-gap: 15px !important;
    row-gap: 15px !important;
  }
  .u-gapCol15px--sp {
    -webkit-column-gap: 15px !important;
       -moz-column-gap: 15px !important;
            column-gap: 15px !important;
  }
  .u-gapRow15px--sp {
    row-gap: 15px !important;
  }
  .u-gap16px--sp {
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
    row-gap: 16px !important;
  }
  .u-gapCol16px--sp {
    -webkit-column-gap: 16px !important;
       -moz-column-gap: 16px !important;
            column-gap: 16px !important;
  }
  .u-gapRow16px--sp {
    row-gap: 16px !important;
  }
  .u-gap17px--sp {
    -webkit-column-gap: 17px !important;
       -moz-column-gap: 17px !important;
            column-gap: 17px !important;
    row-gap: 17px !important;
  }
  .u-gapCol17px--sp {
    -webkit-column-gap: 17px !important;
       -moz-column-gap: 17px !important;
            column-gap: 17px !important;
  }
  .u-gapRow17px--sp {
    row-gap: 17px !important;
  }
  .u-gap18px--sp {
    -webkit-column-gap: 18px !important;
       -moz-column-gap: 18px !important;
            column-gap: 18px !important;
    row-gap: 18px !important;
  }
  .u-gapCol18px--sp {
    -webkit-column-gap: 18px !important;
       -moz-column-gap: 18px !important;
            column-gap: 18px !important;
  }
  .u-gapRow18px--sp {
    row-gap: 18px !important;
  }
  .u-gap19px--sp {
    -webkit-column-gap: 19px !important;
       -moz-column-gap: 19px !important;
            column-gap: 19px !important;
    row-gap: 19px !important;
  }
  .u-gapCol19px--sp {
    -webkit-column-gap: 19px !important;
       -moz-column-gap: 19px !important;
            column-gap: 19px !important;
  }
  .u-gapRow19px--sp {
    row-gap: 19px !important;
  }
  .u-gap20px--sp {
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
    row-gap: 20px !important;
  }
  .u-gapCol20px--sp {
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
  }
  .u-gapRow20px--sp {
    row-gap: 20px !important;
  }
  .u-gap21px--sp {
    -webkit-column-gap: 21px !important;
       -moz-column-gap: 21px !important;
            column-gap: 21px !important;
    row-gap: 21px !important;
  }
  .u-gapCol21px--sp {
    -webkit-column-gap: 21px !important;
       -moz-column-gap: 21px !important;
            column-gap: 21px !important;
  }
  .u-gapRow21px--sp {
    row-gap: 21px !important;
  }
  .u-gap22px--sp {
    -webkit-column-gap: 22px !important;
       -moz-column-gap: 22px !important;
            column-gap: 22px !important;
    row-gap: 22px !important;
  }
  .u-gapCol22px--sp {
    -webkit-column-gap: 22px !important;
       -moz-column-gap: 22px !important;
            column-gap: 22px !important;
  }
  .u-gapRow22px--sp {
    row-gap: 22px !important;
  }
  .u-gap23px--sp {
    -webkit-column-gap: 23px !important;
       -moz-column-gap: 23px !important;
            column-gap: 23px !important;
    row-gap: 23px !important;
  }
  .u-gapCol23px--sp {
    -webkit-column-gap: 23px !important;
       -moz-column-gap: 23px !important;
            column-gap: 23px !important;
  }
  .u-gapRow23px--sp {
    row-gap: 23px !important;
  }
  .u-gap24px--sp {
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
    row-gap: 24px !important;
  }
  .u-gapCol24px--sp {
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }
  .u-gapRow24px--sp {
    row-gap: 24px !important;
  }
  .u-gap25px--sp {
    -webkit-column-gap: 25px !important;
       -moz-column-gap: 25px !important;
            column-gap: 25px !important;
    row-gap: 25px !important;
  }
  .u-gapCol25px--sp {
    -webkit-column-gap: 25px !important;
       -moz-column-gap: 25px !important;
            column-gap: 25px !important;
  }
  .u-gapRow25px--sp {
    row-gap: 25px !important;
  }
  .u-gap26px--sp {
    -webkit-column-gap: 26px !important;
       -moz-column-gap: 26px !important;
            column-gap: 26px !important;
    row-gap: 26px !important;
  }
  .u-gapCol26px--sp {
    -webkit-column-gap: 26px !important;
       -moz-column-gap: 26px !important;
            column-gap: 26px !important;
  }
  .u-gapRow26px--sp {
    row-gap: 26px !important;
  }
  .u-gap27px--sp {
    -webkit-column-gap: 27px !important;
       -moz-column-gap: 27px !important;
            column-gap: 27px !important;
    row-gap: 27px !important;
  }
  .u-gapCol27px--sp {
    -webkit-column-gap: 27px !important;
       -moz-column-gap: 27px !important;
            column-gap: 27px !important;
  }
  .u-gapRow27px--sp {
    row-gap: 27px !important;
  }
  .u-gap28px--sp {
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
    row-gap: 28px !important;
  }
  .u-gapCol28px--sp {
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
  }
  .u-gapRow28px--sp {
    row-gap: 28px !important;
  }
  .u-gap29px--sp {
    -webkit-column-gap: 29px !important;
       -moz-column-gap: 29px !important;
            column-gap: 29px !important;
    row-gap: 29px !important;
  }
  .u-gapCol29px--sp {
    -webkit-column-gap: 29px !important;
       -moz-column-gap: 29px !important;
            column-gap: 29px !important;
  }
  .u-gapRow29px--sp {
    row-gap: 29px !important;
  }
  .u-gap30px--sp {
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
    row-gap: 30px !important;
  }
  .u-gapCol30px--sp {
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
  }
  .u-gapRow30px--sp {
    row-gap: 30px !important;
  }
  .u-gap31px--sp {
    -webkit-column-gap: 31px !important;
       -moz-column-gap: 31px !important;
            column-gap: 31px !important;
    row-gap: 31px !important;
  }
  .u-gapCol31px--sp {
    -webkit-column-gap: 31px !important;
       -moz-column-gap: 31px !important;
            column-gap: 31px !important;
  }
  .u-gapRow31px--sp {
    row-gap: 31px !important;
  }
  .u-gap32px--sp {
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
    row-gap: 32px !important;
  }
  .u-gapCol32px--sp {
    -webkit-column-gap: 32px !important;
       -moz-column-gap: 32px !important;
            column-gap: 32px !important;
  }
  .u-gapRow32px--sp {
    row-gap: 32px !important;
  }
  .u-gap33px--sp {
    -webkit-column-gap: 33px !important;
       -moz-column-gap: 33px !important;
            column-gap: 33px !important;
    row-gap: 33px !important;
  }
  .u-gapCol33px--sp {
    -webkit-column-gap: 33px !important;
       -moz-column-gap: 33px !important;
            column-gap: 33px !important;
  }
  .u-gapRow33px--sp {
    row-gap: 33px !important;
  }
  .u-gap34px--sp {
    -webkit-column-gap: 34px !important;
       -moz-column-gap: 34px !important;
            column-gap: 34px !important;
    row-gap: 34px !important;
  }
  .u-gapCol34px--sp {
    -webkit-column-gap: 34px !important;
       -moz-column-gap: 34px !important;
            column-gap: 34px !important;
  }
  .u-gapRow34px--sp {
    row-gap: 34px !important;
  }
  .u-gap35px--sp {
    -webkit-column-gap: 35px !important;
       -moz-column-gap: 35px !important;
            column-gap: 35px !important;
    row-gap: 35px !important;
  }
  .u-gapCol35px--sp {
    -webkit-column-gap: 35px !important;
       -moz-column-gap: 35px !important;
            column-gap: 35px !important;
  }
  .u-gapRow35px--sp {
    row-gap: 35px !important;
  }
  .u-gap36px--sp {
    -webkit-column-gap: 36px !important;
       -moz-column-gap: 36px !important;
            column-gap: 36px !important;
    row-gap: 36px !important;
  }
  .u-gapCol36px--sp {
    -webkit-column-gap: 36px !important;
       -moz-column-gap: 36px !important;
            column-gap: 36px !important;
  }
  .u-gapRow36px--sp {
    row-gap: 36px !important;
  }
  .u-gap37px--sp {
    -webkit-column-gap: 37px !important;
       -moz-column-gap: 37px !important;
            column-gap: 37px !important;
    row-gap: 37px !important;
  }
  .u-gapCol37px--sp {
    -webkit-column-gap: 37px !important;
       -moz-column-gap: 37px !important;
            column-gap: 37px !important;
  }
  .u-gapRow37px--sp {
    row-gap: 37px !important;
  }
  .u-gap38px--sp {
    -webkit-column-gap: 38px !important;
       -moz-column-gap: 38px !important;
            column-gap: 38px !important;
    row-gap: 38px !important;
  }
  .u-gapCol38px--sp {
    -webkit-column-gap: 38px !important;
       -moz-column-gap: 38px !important;
            column-gap: 38px !important;
  }
  .u-gapRow38px--sp {
    row-gap: 38px !important;
  }
  .u-gap39px--sp {
    -webkit-column-gap: 39px !important;
       -moz-column-gap: 39px !important;
            column-gap: 39px !important;
    row-gap: 39px !important;
  }
  .u-gapCol39px--sp {
    -webkit-column-gap: 39px !important;
       -moz-column-gap: 39px !important;
            column-gap: 39px !important;
  }
  .u-gapRow39px--sp {
    row-gap: 39px !important;
  }
  .u-gap40px--sp {
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
    row-gap: 40px !important;
  }
  .u-gapCol40px--sp {
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
  }
  .u-gapRow40px--sp {
    row-gap: 40px !important;
  }
  .u-gap41px--sp {
    -webkit-column-gap: 41px !important;
       -moz-column-gap: 41px !important;
            column-gap: 41px !important;
    row-gap: 41px !important;
  }
  .u-gapCol41px--sp {
    -webkit-column-gap: 41px !important;
       -moz-column-gap: 41px !important;
            column-gap: 41px !important;
  }
  .u-gapRow41px--sp {
    row-gap: 41px !important;
  }
  .u-gap42px--sp {
    -webkit-column-gap: 42px !important;
       -moz-column-gap: 42px !important;
            column-gap: 42px !important;
    row-gap: 42px !important;
  }
  .u-gapCol42px--sp {
    -webkit-column-gap: 42px !important;
       -moz-column-gap: 42px !important;
            column-gap: 42px !important;
  }
  .u-gapRow42px--sp {
    row-gap: 42px !important;
  }
  .u-gap43px--sp {
    -webkit-column-gap: 43px !important;
       -moz-column-gap: 43px !important;
            column-gap: 43px !important;
    row-gap: 43px !important;
  }
  .u-gapCol43px--sp {
    -webkit-column-gap: 43px !important;
       -moz-column-gap: 43px !important;
            column-gap: 43px !important;
  }
  .u-gapRow43px--sp {
    row-gap: 43px !important;
  }
  .u-gap44px--sp {
    -webkit-column-gap: 44px !important;
       -moz-column-gap: 44px !important;
            column-gap: 44px !important;
    row-gap: 44px !important;
  }
  .u-gapCol44px--sp {
    -webkit-column-gap: 44px !important;
       -moz-column-gap: 44px !important;
            column-gap: 44px !important;
  }
  .u-gapRow44px--sp {
    row-gap: 44px !important;
  }
  .u-gap45px--sp {
    -webkit-column-gap: 45px !important;
       -moz-column-gap: 45px !important;
            column-gap: 45px !important;
    row-gap: 45px !important;
  }
  .u-gapCol45px--sp {
    -webkit-column-gap: 45px !important;
       -moz-column-gap: 45px !important;
            column-gap: 45px !important;
  }
  .u-gapRow45px--sp {
    row-gap: 45px !important;
  }
  .u-gap46px--sp {
    -webkit-column-gap: 46px !important;
       -moz-column-gap: 46px !important;
            column-gap: 46px !important;
    row-gap: 46px !important;
  }
  .u-gapCol46px--sp {
    -webkit-column-gap: 46px !important;
       -moz-column-gap: 46px !important;
            column-gap: 46px !important;
  }
  .u-gapRow46px--sp {
    row-gap: 46px !important;
  }
  .u-gap47px--sp {
    -webkit-column-gap: 47px !important;
       -moz-column-gap: 47px !important;
            column-gap: 47px !important;
    row-gap: 47px !important;
  }
  .u-gapCol47px--sp {
    -webkit-column-gap: 47px !important;
       -moz-column-gap: 47px !important;
            column-gap: 47px !important;
  }
  .u-gapRow47px--sp {
    row-gap: 47px !important;
  }
  .u-gap48px--sp {
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
    row-gap: 48px !important;
  }
  .u-gapCol48px--sp {
    -webkit-column-gap: 48px !important;
       -moz-column-gap: 48px !important;
            column-gap: 48px !important;
  }
  .u-gapRow48px--sp {
    row-gap: 48px !important;
  }
  .u-gap49px--sp {
    -webkit-column-gap: 49px !important;
       -moz-column-gap: 49px !important;
            column-gap: 49px !important;
    row-gap: 49px !important;
  }
  .u-gapCol49px--sp {
    -webkit-column-gap: 49px !important;
       -moz-column-gap: 49px !important;
            column-gap: 49px !important;
  }
  .u-gapRow49px--sp {
    row-gap: 49px !important;
  }
  .u-gap50px--sp {
    -webkit-column-gap: 50px !important;
       -moz-column-gap: 50px !important;
            column-gap: 50px !important;
    row-gap: 50px !important;
  }
  .u-gapCol50px--sp {
    -webkit-column-gap: 50px !important;
       -moz-column-gap: 50px !important;
            column-gap: 50px !important;
  }
  .u-gapRow50px--sp {
    row-gap: 50px !important;
  }
  .u-gap51px--sp {
    -webkit-column-gap: 51px !important;
       -moz-column-gap: 51px !important;
            column-gap: 51px !important;
    row-gap: 51px !important;
  }
  .u-gapCol51px--sp {
    -webkit-column-gap: 51px !important;
       -moz-column-gap: 51px !important;
            column-gap: 51px !important;
  }
  .u-gapRow51px--sp {
    row-gap: 51px !important;
  }
  .u-gap52px--sp {
    -webkit-column-gap: 52px !important;
       -moz-column-gap: 52px !important;
            column-gap: 52px !important;
    row-gap: 52px !important;
  }
  .u-gapCol52px--sp {
    -webkit-column-gap: 52px !important;
       -moz-column-gap: 52px !important;
            column-gap: 52px !important;
  }
  .u-gapRow52px--sp {
    row-gap: 52px !important;
  }
  .u-gap53px--sp {
    -webkit-column-gap: 53px !important;
       -moz-column-gap: 53px !important;
            column-gap: 53px !important;
    row-gap: 53px !important;
  }
  .u-gapCol53px--sp {
    -webkit-column-gap: 53px !important;
       -moz-column-gap: 53px !important;
            column-gap: 53px !important;
  }
  .u-gapRow53px--sp {
    row-gap: 53px !important;
  }
  .u-gap54px--sp {
    -webkit-column-gap: 54px !important;
       -moz-column-gap: 54px !important;
            column-gap: 54px !important;
    row-gap: 54px !important;
  }
  .u-gapCol54px--sp {
    -webkit-column-gap: 54px !important;
       -moz-column-gap: 54px !important;
            column-gap: 54px !important;
  }
  .u-gapRow54px--sp {
    row-gap: 54px !important;
  }
  .u-gap55px--sp {
    -webkit-column-gap: 55px !important;
       -moz-column-gap: 55px !important;
            column-gap: 55px !important;
    row-gap: 55px !important;
  }
  .u-gapCol55px--sp {
    -webkit-column-gap: 55px !important;
       -moz-column-gap: 55px !important;
            column-gap: 55px !important;
  }
  .u-gapRow55px--sp {
    row-gap: 55px !important;
  }
  .u-gap56px--sp {
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
    row-gap: 56px !important;
  }
  .u-gapCol56px--sp {
    -webkit-column-gap: 56px !important;
       -moz-column-gap: 56px !important;
            column-gap: 56px !important;
  }
  .u-gapRow56px--sp {
    row-gap: 56px !important;
  }
  .u-gap57px--sp {
    -webkit-column-gap: 57px !important;
       -moz-column-gap: 57px !important;
            column-gap: 57px !important;
    row-gap: 57px !important;
  }
  .u-gapCol57px--sp {
    -webkit-column-gap: 57px !important;
       -moz-column-gap: 57px !important;
            column-gap: 57px !important;
  }
  .u-gapRow57px--sp {
    row-gap: 57px !important;
  }
  .u-gap58px--sp {
    -webkit-column-gap: 58px !important;
       -moz-column-gap: 58px !important;
            column-gap: 58px !important;
    row-gap: 58px !important;
  }
  .u-gapCol58px--sp {
    -webkit-column-gap: 58px !important;
       -moz-column-gap: 58px !important;
            column-gap: 58px !important;
  }
  .u-gapRow58px--sp {
    row-gap: 58px !important;
  }
  .u-gap59px--sp {
    -webkit-column-gap: 59px !important;
       -moz-column-gap: 59px !important;
            column-gap: 59px !important;
    row-gap: 59px !important;
  }
  .u-gapCol59px--sp {
    -webkit-column-gap: 59px !important;
       -moz-column-gap: 59px !important;
            column-gap: 59px !important;
  }
  .u-gapRow59px--sp {
    row-gap: 59px !important;
  }
  .u-gap60px--sp {
    -webkit-column-gap: 60px !important;
       -moz-column-gap: 60px !important;
            column-gap: 60px !important;
    row-gap: 60px !important;
  }
  .u-gapCol60px--sp {
    -webkit-column-gap: 60px !important;
       -moz-column-gap: 60px !important;
            column-gap: 60px !important;
  }
  .u-gapRow60px--sp {
    row-gap: 60px !important;
  }
  .u-gap61px--sp {
    -webkit-column-gap: 61px !important;
       -moz-column-gap: 61px !important;
            column-gap: 61px !important;
    row-gap: 61px !important;
  }
  .u-gapCol61px--sp {
    -webkit-column-gap: 61px !important;
       -moz-column-gap: 61px !important;
            column-gap: 61px !important;
  }
  .u-gapRow61px--sp {
    row-gap: 61px !important;
  }
  .u-gap62px--sp {
    -webkit-column-gap: 62px !important;
       -moz-column-gap: 62px !important;
            column-gap: 62px !important;
    row-gap: 62px !important;
  }
  .u-gapCol62px--sp {
    -webkit-column-gap: 62px !important;
       -moz-column-gap: 62px !important;
            column-gap: 62px !important;
  }
  .u-gapRow62px--sp {
    row-gap: 62px !important;
  }
  .u-gap63px--sp {
    -webkit-column-gap: 63px !important;
       -moz-column-gap: 63px !important;
            column-gap: 63px !important;
    row-gap: 63px !important;
  }
  .u-gapCol63px--sp {
    -webkit-column-gap: 63px !important;
       -moz-column-gap: 63px !important;
            column-gap: 63px !important;
  }
  .u-gapRow63px--sp {
    row-gap: 63px !important;
  }
  .u-gap64px--sp {
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
    row-gap: 64px !important;
  }
  .u-gapCol64px--sp {
    -webkit-column-gap: 64px !important;
       -moz-column-gap: 64px !important;
            column-gap: 64px !important;
  }
  .u-gapRow64px--sp {
    row-gap: 64px !important;
  }
  .u-gap65px--sp {
    -webkit-column-gap: 65px !important;
       -moz-column-gap: 65px !important;
            column-gap: 65px !important;
    row-gap: 65px !important;
  }
  .u-gapCol65px--sp {
    -webkit-column-gap: 65px !important;
       -moz-column-gap: 65px !important;
            column-gap: 65px !important;
  }
  .u-gapRow65px--sp {
    row-gap: 65px !important;
  }
  .u-gap66px--sp {
    -webkit-column-gap: 66px !important;
       -moz-column-gap: 66px !important;
            column-gap: 66px !important;
    row-gap: 66px !important;
  }
  .u-gapCol66px--sp {
    -webkit-column-gap: 66px !important;
       -moz-column-gap: 66px !important;
            column-gap: 66px !important;
  }
  .u-gapRow66px--sp {
    row-gap: 66px !important;
  }
  .u-gap67px--sp {
    -webkit-column-gap: 67px !important;
       -moz-column-gap: 67px !important;
            column-gap: 67px !important;
    row-gap: 67px !important;
  }
  .u-gapCol67px--sp {
    -webkit-column-gap: 67px !important;
       -moz-column-gap: 67px !important;
            column-gap: 67px !important;
  }
  .u-gapRow67px--sp {
    row-gap: 67px !important;
  }
  .u-gap68px--sp {
    -webkit-column-gap: 68px !important;
       -moz-column-gap: 68px !important;
            column-gap: 68px !important;
    row-gap: 68px !important;
  }
  .u-gapCol68px--sp {
    -webkit-column-gap: 68px !important;
       -moz-column-gap: 68px !important;
            column-gap: 68px !important;
  }
  .u-gapRow68px--sp {
    row-gap: 68px !important;
  }
  .u-gap69px--sp {
    -webkit-column-gap: 69px !important;
       -moz-column-gap: 69px !important;
            column-gap: 69px !important;
    row-gap: 69px !important;
  }
  .u-gapCol69px--sp {
    -webkit-column-gap: 69px !important;
       -moz-column-gap: 69px !important;
            column-gap: 69px !important;
  }
  .u-gapRow69px--sp {
    row-gap: 69px !important;
  }
  .u-gap70px--sp {
    -webkit-column-gap: 70px !important;
       -moz-column-gap: 70px !important;
            column-gap: 70px !important;
    row-gap: 70px !important;
  }
  .u-gapCol70px--sp {
    -webkit-column-gap: 70px !important;
       -moz-column-gap: 70px !important;
            column-gap: 70px !important;
  }
  .u-gapRow70px--sp {
    row-gap: 70px !important;
  }
  .u-gap71px--sp {
    -webkit-column-gap: 71px !important;
       -moz-column-gap: 71px !important;
            column-gap: 71px !important;
    row-gap: 71px !important;
  }
  .u-gapCol71px--sp {
    -webkit-column-gap: 71px !important;
       -moz-column-gap: 71px !important;
            column-gap: 71px !important;
  }
  .u-gapRow71px--sp {
    row-gap: 71px !important;
  }
  .u-gap72px--sp {
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
    row-gap: 72px !important;
  }
  .u-gapCol72px--sp {
    -webkit-column-gap: 72px !important;
       -moz-column-gap: 72px !important;
            column-gap: 72px !important;
  }
  .u-gapRow72px--sp {
    row-gap: 72px !important;
  }
  .u-gap73px--sp {
    -webkit-column-gap: 73px !important;
       -moz-column-gap: 73px !important;
            column-gap: 73px !important;
    row-gap: 73px !important;
  }
  .u-gapCol73px--sp {
    -webkit-column-gap: 73px !important;
       -moz-column-gap: 73px !important;
            column-gap: 73px !important;
  }
  .u-gapRow73px--sp {
    row-gap: 73px !important;
  }
  .u-gap74px--sp {
    -webkit-column-gap: 74px !important;
       -moz-column-gap: 74px !important;
            column-gap: 74px !important;
    row-gap: 74px !important;
  }
  .u-gapCol74px--sp {
    -webkit-column-gap: 74px !important;
       -moz-column-gap: 74px !important;
            column-gap: 74px !important;
  }
  .u-gapRow74px--sp {
    row-gap: 74px !important;
  }
  .u-gap75px--sp {
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
    row-gap: 75px !important;
  }
  .u-gapCol75px--sp {
    -webkit-column-gap: 75px !important;
       -moz-column-gap: 75px !important;
            column-gap: 75px !important;
  }
  .u-gapRow75px--sp {
    row-gap: 75px !important;
  }
  .u-gap76px--sp {
    -webkit-column-gap: 76px !important;
       -moz-column-gap: 76px !important;
            column-gap: 76px !important;
    row-gap: 76px !important;
  }
  .u-gapCol76px--sp {
    -webkit-column-gap: 76px !important;
       -moz-column-gap: 76px !important;
            column-gap: 76px !important;
  }
  .u-gapRow76px--sp {
    row-gap: 76px !important;
  }
  .u-gap77px--sp {
    -webkit-column-gap: 77px !important;
       -moz-column-gap: 77px !important;
            column-gap: 77px !important;
    row-gap: 77px !important;
  }
  .u-gapCol77px--sp {
    -webkit-column-gap: 77px !important;
       -moz-column-gap: 77px !important;
            column-gap: 77px !important;
  }
  .u-gapRow77px--sp {
    row-gap: 77px !important;
  }
  .u-gap78px--sp {
    -webkit-column-gap: 78px !important;
       -moz-column-gap: 78px !important;
            column-gap: 78px !important;
    row-gap: 78px !important;
  }
  .u-gapCol78px--sp {
    -webkit-column-gap: 78px !important;
       -moz-column-gap: 78px !important;
            column-gap: 78px !important;
  }
  .u-gapRow78px--sp {
    row-gap: 78px !important;
  }
  .u-gap79px--sp {
    -webkit-column-gap: 79px !important;
       -moz-column-gap: 79px !important;
            column-gap: 79px !important;
    row-gap: 79px !important;
  }
  .u-gapCol79px--sp {
    -webkit-column-gap: 79px !important;
       -moz-column-gap: 79px !important;
            column-gap: 79px !important;
  }
  .u-gapRow79px--sp {
    row-gap: 79px !important;
  }
  .u-gap80px--sp {
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
    row-gap: 80px !important;
  }
  .u-gapCol80px--sp {
    -webkit-column-gap: 80px !important;
       -moz-column-gap: 80px !important;
            column-gap: 80px !important;
  }
  .u-gapRow80px--sp {
    row-gap: 80px !important;
  }
  .u-gap81px--sp {
    -webkit-column-gap: 81px !important;
       -moz-column-gap: 81px !important;
            column-gap: 81px !important;
    row-gap: 81px !important;
  }
  .u-gapCol81px--sp {
    -webkit-column-gap: 81px !important;
       -moz-column-gap: 81px !important;
            column-gap: 81px !important;
  }
  .u-gapRow81px--sp {
    row-gap: 81px !important;
  }
  .u-gap82px--sp {
    -webkit-column-gap: 82px !important;
       -moz-column-gap: 82px !important;
            column-gap: 82px !important;
    row-gap: 82px !important;
  }
  .u-gapCol82px--sp {
    -webkit-column-gap: 82px !important;
       -moz-column-gap: 82px !important;
            column-gap: 82px !important;
  }
  .u-gapRow82px--sp {
    row-gap: 82px !important;
  }
  .u-gap83px--sp {
    -webkit-column-gap: 83px !important;
       -moz-column-gap: 83px !important;
            column-gap: 83px !important;
    row-gap: 83px !important;
  }
  .u-gapCol83px--sp {
    -webkit-column-gap: 83px !important;
       -moz-column-gap: 83px !important;
            column-gap: 83px !important;
  }
  .u-gapRow83px--sp {
    row-gap: 83px !important;
  }
  .u-gap84px--sp {
    -webkit-column-gap: 84px !important;
       -moz-column-gap: 84px !important;
            column-gap: 84px !important;
    row-gap: 84px !important;
  }
  .u-gapCol84px--sp {
    -webkit-column-gap: 84px !important;
       -moz-column-gap: 84px !important;
            column-gap: 84px !important;
  }
  .u-gapRow84px--sp {
    row-gap: 84px !important;
  }
  .u-gap85px--sp {
    -webkit-column-gap: 85px !important;
       -moz-column-gap: 85px !important;
            column-gap: 85px !important;
    row-gap: 85px !important;
  }
  .u-gapCol85px--sp {
    -webkit-column-gap: 85px !important;
       -moz-column-gap: 85px !important;
            column-gap: 85px !important;
  }
  .u-gapRow85px--sp {
    row-gap: 85px !important;
  }
  .u-gap86px--sp {
    -webkit-column-gap: 86px !important;
       -moz-column-gap: 86px !important;
            column-gap: 86px !important;
    row-gap: 86px !important;
  }
  .u-gapCol86px--sp {
    -webkit-column-gap: 86px !important;
       -moz-column-gap: 86px !important;
            column-gap: 86px !important;
  }
  .u-gapRow86px--sp {
    row-gap: 86px !important;
  }
  .u-gap87px--sp {
    -webkit-column-gap: 87px !important;
       -moz-column-gap: 87px !important;
            column-gap: 87px !important;
    row-gap: 87px !important;
  }
  .u-gapCol87px--sp {
    -webkit-column-gap: 87px !important;
       -moz-column-gap: 87px !important;
            column-gap: 87px !important;
  }
  .u-gapRow87px--sp {
    row-gap: 87px !important;
  }
  .u-gap88px--sp {
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
    row-gap: 88px !important;
  }
  .u-gapCol88px--sp {
    -webkit-column-gap: 88px !important;
       -moz-column-gap: 88px !important;
            column-gap: 88px !important;
  }
  .u-gapRow88px--sp {
    row-gap: 88px !important;
  }
  .u-gap89px--sp {
    -webkit-column-gap: 89px !important;
       -moz-column-gap: 89px !important;
            column-gap: 89px !important;
    row-gap: 89px !important;
  }
  .u-gapCol89px--sp {
    -webkit-column-gap: 89px !important;
       -moz-column-gap: 89px !important;
            column-gap: 89px !important;
  }
  .u-gapRow89px--sp {
    row-gap: 89px !important;
  }
  .u-gap90px--sp {
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
    row-gap: 90px !important;
  }
  .u-gapCol90px--sp {
    -webkit-column-gap: 90px !important;
       -moz-column-gap: 90px !important;
            column-gap: 90px !important;
  }
  .u-gapRow90px--sp {
    row-gap: 90px !important;
  }
  .u-gap91px--sp {
    -webkit-column-gap: 91px !important;
       -moz-column-gap: 91px !important;
            column-gap: 91px !important;
    row-gap: 91px !important;
  }
  .u-gapCol91px--sp {
    -webkit-column-gap: 91px !important;
       -moz-column-gap: 91px !important;
            column-gap: 91px !important;
  }
  .u-gapRow91px--sp {
    row-gap: 91px !important;
  }
  .u-gap92px--sp {
    -webkit-column-gap: 92px !important;
       -moz-column-gap: 92px !important;
            column-gap: 92px !important;
    row-gap: 92px !important;
  }
  .u-gapCol92px--sp {
    -webkit-column-gap: 92px !important;
       -moz-column-gap: 92px !important;
            column-gap: 92px !important;
  }
  .u-gapRow92px--sp {
    row-gap: 92px !important;
  }
  .u-gap93px--sp {
    -webkit-column-gap: 93px !important;
       -moz-column-gap: 93px !important;
            column-gap: 93px !important;
    row-gap: 93px !important;
  }
  .u-gapCol93px--sp {
    -webkit-column-gap: 93px !important;
       -moz-column-gap: 93px !important;
            column-gap: 93px !important;
  }
  .u-gapRow93px--sp {
    row-gap: 93px !important;
  }
  .u-gap94px--sp {
    -webkit-column-gap: 94px !important;
       -moz-column-gap: 94px !important;
            column-gap: 94px !important;
    row-gap: 94px !important;
  }
  .u-gapCol94px--sp {
    -webkit-column-gap: 94px !important;
       -moz-column-gap: 94px !important;
            column-gap: 94px !important;
  }
  .u-gapRow94px--sp {
    row-gap: 94px !important;
  }
  .u-gap95px--sp {
    -webkit-column-gap: 95px !important;
       -moz-column-gap: 95px !important;
            column-gap: 95px !important;
    row-gap: 95px !important;
  }
  .u-gapCol95px--sp {
    -webkit-column-gap: 95px !important;
       -moz-column-gap: 95px !important;
            column-gap: 95px !important;
  }
  .u-gapRow95px--sp {
    row-gap: 95px !important;
  }
  .u-gap96px--sp {
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
    row-gap: 96px !important;
  }
  .u-gapCol96px--sp {
    -webkit-column-gap: 96px !important;
       -moz-column-gap: 96px !important;
            column-gap: 96px !important;
  }
  .u-gapRow96px--sp {
    row-gap: 96px !important;
  }
  .u-gap97px--sp {
    -webkit-column-gap: 97px !important;
       -moz-column-gap: 97px !important;
            column-gap: 97px !important;
    row-gap: 97px !important;
  }
  .u-gapCol97px--sp {
    -webkit-column-gap: 97px !important;
       -moz-column-gap: 97px !important;
            column-gap: 97px !important;
  }
  .u-gapRow97px--sp {
    row-gap: 97px !important;
  }
  .u-gap98px--sp {
    -webkit-column-gap: 98px !important;
       -moz-column-gap: 98px !important;
            column-gap: 98px !important;
    row-gap: 98px !important;
  }
  .u-gapCol98px--sp {
    -webkit-column-gap: 98px !important;
       -moz-column-gap: 98px !important;
            column-gap: 98px !important;
  }
  .u-gapRow98px--sp {
    row-gap: 98px !important;
  }
  .u-gap99px--sp {
    -webkit-column-gap: 99px !important;
       -moz-column-gap: 99px !important;
            column-gap: 99px !important;
    row-gap: 99px !important;
  }
  .u-gapCol99px--sp {
    -webkit-column-gap: 99px !important;
       -moz-column-gap: 99px !important;
            column-gap: 99px !important;
  }
  .u-gapRow99px--sp {
    row-gap: 99px !important;
  }
  .u-gap100px--sp {
    -webkit-column-gap: 100px !important;
       -moz-column-gap: 100px !important;
            column-gap: 100px !important;
    row-gap: 100px !important;
  }
  .u-gapCol100px--sp {
    -webkit-column-gap: 100px !important;
       -moz-column-gap: 100px !important;
            column-gap: 100px !important;
  }
  .u-gapRow100px--sp {
    row-gap: 100px !important;
  }
}
.u-gap0px {
  -webkit-column-gap: 0em !important;
     -moz-column-gap: 0em !important;
          column-gap: 0em !important;
  row-gap: 0em !important;
}

.u-gapCol0px {
  -webkit-column-gap: 0em !important;
     -moz-column-gap: 0em !important;
          column-gap: 0em !important;
}

.u-gapRow0px {
  row-gap: 0em !important;
}

.u-gap1px {
  -webkit-column-gap: 1em !important;
     -moz-column-gap: 1em !important;
          column-gap: 1em !important;
  row-gap: 1em !important;
}

.u-gapCol1px {
  -webkit-column-gap: 1em !important;
     -moz-column-gap: 1em !important;
          column-gap: 1em !important;
}

.u-gapRow1px {
  row-gap: 1em !important;
}

.u-gap2px {
  -webkit-column-gap: 2em !important;
     -moz-column-gap: 2em !important;
          column-gap: 2em !important;
  row-gap: 2em !important;
}

.u-gapCol2px {
  -webkit-column-gap: 2em !important;
     -moz-column-gap: 2em !important;
          column-gap: 2em !important;
}

.u-gapRow2px {
  row-gap: 2em !important;
}

.u-gap3px {
  -webkit-column-gap: 3em !important;
     -moz-column-gap: 3em !important;
          column-gap: 3em !important;
  row-gap: 3em !important;
}

.u-gapCol3px {
  -webkit-column-gap: 3em !important;
     -moz-column-gap: 3em !important;
          column-gap: 3em !important;
}

.u-gapRow3px {
  row-gap: 3em !important;
}

.u-gap4px {
  -webkit-column-gap: 4em !important;
     -moz-column-gap: 4em !important;
          column-gap: 4em !important;
  row-gap: 4em !important;
}

.u-gapCol4px {
  -webkit-column-gap: 4em !important;
     -moz-column-gap: 4em !important;
          column-gap: 4em !important;
}

.u-gapRow4px {
  row-gap: 4em !important;
}

.u-gap5px {
  -webkit-column-gap: 5em !important;
     -moz-column-gap: 5em !important;
          column-gap: 5em !important;
  row-gap: 5em !important;
}

.u-gapCol5px {
  -webkit-column-gap: 5em !important;
     -moz-column-gap: 5em !important;
          column-gap: 5em !important;
}

.u-gapRow5px {
  row-gap: 5em !important;
}

.u-gap6px {
  -webkit-column-gap: 6em !important;
     -moz-column-gap: 6em !important;
          column-gap: 6em !important;
  row-gap: 6em !important;
}

.u-gapCol6px {
  -webkit-column-gap: 6em !important;
     -moz-column-gap: 6em !important;
          column-gap: 6em !important;
}

.u-gapRow6px {
  row-gap: 6em !important;
}

.u-gap7px {
  -webkit-column-gap: 7em !important;
     -moz-column-gap: 7em !important;
          column-gap: 7em !important;
  row-gap: 7em !important;
}

.u-gapCol7px {
  -webkit-column-gap: 7em !important;
     -moz-column-gap: 7em !important;
          column-gap: 7em !important;
}

.u-gapRow7px {
  row-gap: 7em !important;
}

.u-gap8px {
  -webkit-column-gap: 8em !important;
     -moz-column-gap: 8em !important;
          column-gap: 8em !important;
  row-gap: 8em !important;
}

.u-gapCol8px {
  -webkit-column-gap: 8em !important;
     -moz-column-gap: 8em !important;
          column-gap: 8em !important;
}

.u-gapRow8px {
  row-gap: 8em !important;
}

.u-gap9px {
  -webkit-column-gap: 9em !important;
     -moz-column-gap: 9em !important;
          column-gap: 9em !important;
  row-gap: 9em !important;
}

.u-gapCol9px {
  -webkit-column-gap: 9em !important;
     -moz-column-gap: 9em !important;
          column-gap: 9em !important;
}

.u-gapRow9px {
  row-gap: 9em !important;
}

.u-gap10px {
  -webkit-column-gap: 10em !important;
     -moz-column-gap: 10em !important;
          column-gap: 10em !important;
  row-gap: 10em !important;
}

.u-gapCol10px {
  -webkit-column-gap: 10em !important;
     -moz-column-gap: 10em !important;
          column-gap: 10em !important;
}

.u-gapRow10px {
  row-gap: 10em !important;
}

@media screen and (max-width: 750px) {
  .u-gap0px--sp {
    -webkit-column-gap: 0em !important;
       -moz-column-gap: 0em !important;
            column-gap: 0em !important;
    row-gap: 0em !important;
  }
  .u-gapCol0px--sp {
    -webkit-column-gap: 0em !important;
       -moz-column-gap: 0em !important;
            column-gap: 0em !important;
  }
  .u-gapRow0px--sp {
    row-gap: 0em !important;
  }
  .u-gap1px--sp {
    -webkit-column-gap: 1em !important;
       -moz-column-gap: 1em !important;
            column-gap: 1em !important;
    row-gap: 1em !important;
  }
  .u-gapCol1px--sp {
    -webkit-column-gap: 1em !important;
       -moz-column-gap: 1em !important;
            column-gap: 1em !important;
  }
  .u-gapRow1px--sp {
    row-gap: 1em !important;
  }
  .u-gap2px--sp {
    -webkit-column-gap: 2em !important;
       -moz-column-gap: 2em !important;
            column-gap: 2em !important;
    row-gap: 2em !important;
  }
  .u-gapCol2px--sp {
    -webkit-column-gap: 2em !important;
       -moz-column-gap: 2em !important;
            column-gap: 2em !important;
  }
  .u-gapRow2px--sp {
    row-gap: 2em !important;
  }
  .u-gap3px--sp {
    -webkit-column-gap: 3em !important;
       -moz-column-gap: 3em !important;
            column-gap: 3em !important;
    row-gap: 3em !important;
  }
  .u-gapCol3px--sp {
    -webkit-column-gap: 3em !important;
       -moz-column-gap: 3em !important;
            column-gap: 3em !important;
  }
  .u-gapRow3px--sp {
    row-gap: 3em !important;
  }
  .u-gap4px--sp {
    -webkit-column-gap: 4em !important;
       -moz-column-gap: 4em !important;
            column-gap: 4em !important;
    row-gap: 4em !important;
  }
  .u-gapCol4px--sp {
    -webkit-column-gap: 4em !important;
       -moz-column-gap: 4em !important;
            column-gap: 4em !important;
  }
  .u-gapRow4px--sp {
    row-gap: 4em !important;
  }
  .u-gap5px--sp {
    -webkit-column-gap: 5em !important;
       -moz-column-gap: 5em !important;
            column-gap: 5em !important;
    row-gap: 5em !important;
  }
  .u-gapCol5px--sp {
    -webkit-column-gap: 5em !important;
       -moz-column-gap: 5em !important;
            column-gap: 5em !important;
  }
  .u-gapRow5px--sp {
    row-gap: 5em !important;
  }
  .u-gap6px--sp {
    -webkit-column-gap: 6em !important;
       -moz-column-gap: 6em !important;
            column-gap: 6em !important;
    row-gap: 6em !important;
  }
  .u-gapCol6px--sp {
    -webkit-column-gap: 6em !important;
       -moz-column-gap: 6em !important;
            column-gap: 6em !important;
  }
  .u-gapRow6px--sp {
    row-gap: 6em !important;
  }
  .u-gap7px--sp {
    -webkit-column-gap: 7em !important;
       -moz-column-gap: 7em !important;
            column-gap: 7em !important;
    row-gap: 7em !important;
  }
  .u-gapCol7px--sp {
    -webkit-column-gap: 7em !important;
       -moz-column-gap: 7em !important;
            column-gap: 7em !important;
  }
  .u-gapRow7px--sp {
    row-gap: 7em !important;
  }
  .u-gap8px--sp {
    -webkit-column-gap: 8em !important;
       -moz-column-gap: 8em !important;
            column-gap: 8em !important;
    row-gap: 8em !important;
  }
  .u-gapCol8px--sp {
    -webkit-column-gap: 8em !important;
       -moz-column-gap: 8em !important;
            column-gap: 8em !important;
  }
  .u-gapRow8px--sp {
    row-gap: 8em !important;
  }
  .u-gap9px--sp {
    -webkit-column-gap: 9em !important;
       -moz-column-gap: 9em !important;
            column-gap: 9em !important;
    row-gap: 9em !important;
  }
  .u-gapCol9px--sp {
    -webkit-column-gap: 9em !important;
       -moz-column-gap: 9em !important;
            column-gap: 9em !important;
  }
  .u-gapRow9px--sp {
    row-gap: 9em !important;
  }
  .u-gap10px--sp {
    -webkit-column-gap: 10em !important;
       -moz-column-gap: 10em !important;
            column-gap: 10em !important;
    row-gap: 10em !important;
  }
  .u-gapCol10px--sp {
    -webkit-column-gap: 10em !important;
       -moz-column-gap: 10em !important;
            column-gap: 10em !important;
  }
  .u-gapRow10px--sp {
    row-gap: 10em !important;
  }
}
/*****************************************************
  object/_utility.scss
*****************************************************/
.u-scroll::-webkit-scrollbar {
  overflow: hidden;
  width: 0.5em;
}
.u-scroll::-webkit-scrollbar:horizontal {
  height: 0.5em;
}
.u-scroll::-webkit-scrollbar-button {
  display: none;
}
.u-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.25em;
  background-color: #c1c1c1;
}
.u-scroll::-webkit-scrollbar-corner {
  display: none;
}

@media screen and (max-width: 750px) {
  .u-scroll--sp::-webkit-scrollbar {
    overflow: hidden;
    width: 0.5em;
  }
  .u-scroll--sp::-webkit-scrollbar:horizontal {
    height: 0.5em;
  }
  .u-scroll--sp::-webkit-scrollbar-button {
    display: none;
  }
  .u-scroll--sp::-webkit-scrollbar-thumb {
    border-radius: 0.25em;
    background-color: #c1c1c1;
  }
  .u-scroll--sp::-webkit-scrollbar-corner {
    display: none;
  }
}
/* -----------------------------------------------
  font weight
----------------------------------------------- */
.u-fwBold,
.u-fontWeightBold {
  font-weight: bold !important;
}

.u-fwNormal,
.u-fontWeightNormal {
  font-weight: normal !important;
}

@media screen and (max-width: 750px) {
  .u-fwBold--sp,
  .u-fontWeightBold--sp {
    font-weight: bold !important;
  }
  .u-fwNormal--sp,
  .u-fontWeightNormal--sp {
    font-weight: normal !important;
  }
}
/* -----------------------------------------------
  font-size
----------------------------------------------- */
.u-fs0_6rem {
  font-size: 0.6rem !important;
}

.u-fs0_7rem {
  font-size: 0.7rem !important;
}

.u-fs0_8rem {
  font-size: 0.8rem !important;
}

.u-fs0_9rem {
  font-size: 0.9rem !important;
}

.u-fs1_0rem {
  font-size: 1rem !important;
}

.u-fs1rem {
  font-size: 1rem !important;
}

.u-fs1_1rem {
  font-size: 1.1rem !important;
}

.u-fs1_2rem {
  font-size: 1.2rem !important;
}

.u-fs1_3rem {
  font-size: 1.3rem !important;
}

.u-fs1_4rem {
  font-size: 1.4rem !important;
}

.u-fs1_5rem {
  font-size: 1.5rem !important;
}

.u-fs1_6rem {
  font-size: 1.6rem !important;
}

.u-fs1_7rem {
  font-size: 1.7rem !important;
}

.u-fs1_8rem {
  font-size: 1.8rem !important;
}

.u-fs1_9rem {
  font-size: 1.9rem !important;
}

.u-fs2_0rem {
  font-size: 2rem !important;
}

.u-fs2rem {
  font-size: 2rem !important;
}

.u-fs2_1rem {
  font-size: 2.1rem !important;
}

.u-fs2_2rem {
  font-size: 2.2rem !important;
}

.u-fs2_3rem {
  font-size: 2.3rem !important;
}

.u-fs2_4rem {
  font-size: 2.4rem !important;
}

.u-fs2_5rem {
  font-size: 2.5rem !important;
}

.u-fs2_6rem {
  font-size: 2.6rem !important;
}

.u-fs2_7rem {
  font-size: 2.7rem !important;
}

.u-fs2_8rem {
  font-size: 2.8rem !important;
}

.u-fs2_9rem {
  font-size: 2.9rem !important;
}

.u-fs3_0rem {
  font-size: 3rem !important;
}

.u-fs3rem {
  font-size: 3rem !important;
}

.u-fs3_1rem {
  font-size: 3.1rem !important;
}

.u-fs3_2rem {
  font-size: 3.2rem !important;
}

.u-fs3_3rem {
  font-size: 3.3rem !important;
}

.u-fs3_4rem {
  font-size: 3.4rem !important;
}

.u-fs3_5rem {
  font-size: 3.5rem !important;
}

.u-fs3_6rem {
  font-size: 3.6rem !important;
}

.u-fs3_7rem {
  font-size: 3.7rem !important;
}

.u-fs3_8rem {
  font-size: 3.8rem !important;
}

.u-fs3_9rem {
  font-size: 3.9rem !important;
}

.u-fs4_0rem {
  font-size: 4rem !important;
}

.u-fs4rem {
  font-size: 4rem !important;
}

.u-fs4_1rem {
  font-size: 4.1rem !important;
}

.u-fs4_2rem {
  font-size: 4.2rem !important;
}

.u-fs4_3rem {
  font-size: 4.3rem !important;
}

.u-fs4_4rem {
  font-size: 4.4rem !important;
}

.u-fs4_5rem {
  font-size: 4.5rem !important;
}

.u-fs4_6rem {
  font-size: 4.6rem !important;
}

.u-fs4_7rem {
  font-size: 4.7rem !important;
}

.u-fs4_8rem {
  font-size: 4.8rem !important;
}

.u-fs4_9rem {
  font-size: 4.9rem !important;
}

.u-fs5_0rem {
  font-size: 5rem !important;
}

.u-fs5rem {
  font-size: 5rem !important;
}

.u-fs0_1em {
  font-size: 0.1em !important;
}

.u-fs0_2em {
  font-size: 0.2em !important;
}

.u-fs0_3em {
  font-size: 0.3em !important;
}

.u-fs0_4em {
  font-size: 0.4em !important;
}

.u-fs0_5em {
  font-size: 0.5em !important;
}

.u-fs0_6em {
  font-size: 0.6em !important;
}

.u-fs0_7em {
  font-size: 0.7em !important;
}

.u-fs0_8em {
  font-size: 0.8em !important;
}

.u-fs0_9em {
  font-size: 0.9em !important;
}

.u-fs1_0em {
  font-size: 1em !important;
}

.u-fs1em {
  font-size: 1em !important;
}

.u-fs1_1em {
  font-size: 1.1em !important;
}

.u-fs1_2em {
  font-size: 1.2em !important;
}

.u-fs1_3em {
  font-size: 1.3em !important;
}

.u-fs1_4em {
  font-size: 1.4em !important;
}

.u-fs1_5em {
  font-size: 1.5em !important;
}

.u-fs1_6em {
  font-size: 1.6em !important;
}

.u-fs1_7em {
  font-size: 1.7em !important;
}

.u-fs1_8em {
  font-size: 1.8em !important;
}

.u-fs1_9em {
  font-size: 1.9em !important;
}

.u-fs2_0em {
  font-size: 2em !important;
}

.u-fs2em {
  font-size: 2em !important;
}

.u-fs2_1em {
  font-size: 2.1em !important;
}

.u-fs2_2em {
  font-size: 2.2em !important;
}

.u-fs2_3em {
  font-size: 2.3em !important;
}

.u-fs2_4em {
  font-size: 2.4em !important;
}

.u-fs2_5em {
  font-size: 2.5em !important;
}

.u-fs2_6em {
  font-size: 2.6em !important;
}

.u-fs2_7em {
  font-size: 2.7em !important;
}

.u-fs2_8em {
  font-size: 2.8em !important;
}

.u-fs2_9em {
  font-size: 2.9em !important;
}

.u-fs3_0em {
  font-size: 3em !important;
}

.u-fs3em {
  font-size: 3em !important;
}

@media screen and (max-width: 750px) {
  .u-fs0_6rem--sp {
    font-size: 0.6rem !important;
  }
  .u-fs0_7rem--sp {
    font-size: 0.7rem !important;
  }
  .u-fs0_8rem--sp {
    font-size: 0.8rem !important;
  }
  .u-fs0_9rem--sp {
    font-size: 0.9rem !important;
  }
  .u-fs1_0rem--sp {
    font-size: 1rem !important;
  }
  .u-fs1rem--sp {
    font-size: 1rem !important;
  }
  .u-fs1_1rem--sp {
    font-size: 1.1rem !important;
  }
  .u-fs1_2rem--sp {
    font-size: 1.2rem !important;
  }
  .u-fs1_3rem--sp {
    font-size: 1.3rem !important;
  }
  .u-fs1_4rem--sp {
    font-size: 1.4rem !important;
  }
  .u-fs1_5rem--sp {
    font-size: 1.5rem !important;
  }
  .u-fs1_6rem--sp {
    font-size: 1.6rem !important;
  }
  .u-fs1_7rem--sp {
    font-size: 1.7rem !important;
  }
  .u-fs1_8rem--sp {
    font-size: 1.8rem !important;
  }
  .u-fs1_9rem--sp {
    font-size: 1.9rem !important;
  }
  .u-fs2_0rem--sp {
    font-size: 2rem !important;
  }
  .u-fs2rem--sp {
    font-size: 2rem !important;
  }
  .u-fs2_1rem--sp {
    font-size: 2.1rem !important;
  }
  .u-fs2_2rem--sp {
    font-size: 2.2rem !important;
  }
  .u-fs2_3rem--sp {
    font-size: 2.3rem !important;
  }
  .u-fs2_4rem--sp {
    font-size: 2.4rem !important;
  }
  .u-fs2_5rem--sp {
    font-size: 2.5rem !important;
  }
  .u-fs2_6rem--sp {
    font-size: 2.6rem !important;
  }
  .u-fs2_7rem--sp {
    font-size: 2.7rem !important;
  }
  .u-fs2_8rem--sp {
    font-size: 2.8rem !important;
  }
  .u-fs2_9rem--sp {
    font-size: 2.9rem !important;
  }
  .u-fs3_0rem--sp {
    font-size: 3rem !important;
  }
  .u-fs3rem--sp {
    font-size: 3rem !important;
  }
  .u-fs3_1rem--sp {
    font-size: 3.1rem !important;
  }
  .u-fs3_2rem--sp {
    font-size: 3.2rem !important;
  }
  .u-fs3_3rem--sp {
    font-size: 3.3rem !important;
  }
  .u-fs3_4rem--sp {
    font-size: 3.4rem !important;
  }
  .u-fs3_5rem--sp {
    font-size: 3.5rem !important;
  }
  .u-fs3_6rem--sp {
    font-size: 3.6rem !important;
  }
  .u-fs3_7rem--sp {
    font-size: 3.7rem !important;
  }
  .u-fs3_8rem--sp {
    font-size: 3.8rem !important;
  }
  .u-fs3_9rem--sp {
    font-size: 3.9rem !important;
  }
  .u-fs4_0rem--sp {
    font-size: 4rem !important;
  }
  .u-fs4rem--sp {
    font-size: 4rem !important;
  }
  .u-fs4_1rem--sp {
    font-size: 4.1rem !important;
  }
  .u-fs4_2rem--sp {
    font-size: 4.2rem !important;
  }
  .u-fs4_3rem--sp {
    font-size: 4.3rem !important;
  }
  .u-fs4_4rem--sp {
    font-size: 4.4rem !important;
  }
  .u-fs4_5rem--sp {
    font-size: 4.5rem !important;
  }
  .u-fs4_6rem--sp {
    font-size: 4.6rem !important;
  }
  .u-fs4_7rem--sp {
    font-size: 4.7rem !important;
  }
  .u-fs4_8rem--sp {
    font-size: 4.8rem !important;
  }
  .u-fs4_9rem--sp {
    font-size: 4.9rem !important;
  }
  .u-fs5_0rem--sp {
    font-size: 5rem !important;
  }
  .u-fs5rem--sp {
    font-size: 5rem !important;
  }
  .u-fs0_1em--sp {
    font-size: 0.1em !important;
  }
  .u-fs0_2em--sp {
    font-size: 0.2em !important;
  }
  .u-fs0_3em--sp {
    font-size: 0.3em !important;
  }
  .u-fs0_4em--sp {
    font-size: 0.4em !important;
  }
  .u-fs0_5em--sp {
    font-size: 0.5em !important;
  }
  .u-fs0_6em--sp {
    font-size: 0.6em !important;
  }
  .u-fs0_7em--sp {
    font-size: 0.7em !important;
  }
  .u-fs0_8em--sp {
    font-size: 0.8em !important;
  }
  .u-fs0_9em--sp {
    font-size: 0.9em !important;
  }
  .u-fs1_0em--sp {
    font-size: 1em !important;
  }
  .u-fs1em--sp {
    font-size: 1em !important;
  }
  .u-fs1_1em--sp {
    font-size: 1.1em !important;
  }
  .u-fs1_2em--sp {
    font-size: 1.2em !important;
  }
  .u-fs1_3em--sp {
    font-size: 1.3em !important;
  }
  .u-fs1_4em--sp {
    font-size: 1.4em !important;
  }
  .u-fs1_5em--sp {
    font-size: 1.5em !important;
  }
  .u-fs1_6em--sp {
    font-size: 1.6em !important;
  }
  .u-fs1_7em--sp {
    font-size: 1.7em !important;
  }
  .u-fs1_8em--sp {
    font-size: 1.8em !important;
  }
  .u-fs1_9em--sp {
    font-size: 1.9em !important;
  }
  .u-fs2_0em--sp {
    font-size: 2em !important;
  }
  .u-fs2em--sp {
    font-size: 2em !important;
  }
  .u-fs2_1em--sp {
    font-size: 2.1em !important;
  }
  .u-fs2_2em--sp {
    font-size: 2.2em !important;
  }
  .u-fs2_3em--sp {
    font-size: 2.3em !important;
  }
  .u-fs2_4em--sp {
    font-size: 2.4em !important;
  }
  .u-fs2_5em--sp {
    font-size: 2.5em !important;
  }
  .u-fs2_6em--sp {
    font-size: 2.6em !important;
  }
  .u-fs2_7em--sp {
    font-size: 2.7em !important;
  }
  .u-fs2_8em--sp {
    font-size: 2.8em !important;
  }
  .u-fs2_9em--sp {
    font-size: 2.9em !important;
  }
  .u-fs3_0em--sp {
    font-size: 3em !important;
  }
  .u-fs3em--sp {
    font-size: 3em !important;
  }
}
/* -----------------------------------------------
  float
----------------------------------------------- */
.u-floatRight {
  float: right !important;
}

.u-floatLeft {
  float: left !important;
}

.u-floatNone {
  float: none !important;
}

@media screen and (max-width: 750px) {
  .u-floatRight--sp {
    float: right !important;
  }
  .u-floatLeft--sp {
    float: left !important;
  }
  .u-floatNone--sp {
    float: none !important;
  }
}
/* -----------------------------------------------
  position
----------------------------------------------- */
.u-pRelative {
  position: relative !important;
}

.u-pAbsolute {
  position: absolute !important;
}

.u-pStatic {
  position: static !important;
}

.u-pFixed {
  position: fixed !important;
}

@media screen and (max-width: 750px) {
  .u-pRelative--sp {
    position: relative !important;
  }
  .u-pAbsolute--sp {
    position: absolute !important;
  }
  .u-pStatic--sp {
    position: static !important;
  }
  .u-pFixed--sp {
    position: fixed !important;
  }
}
/* -----------------------------------------------
  white-space
----------------------------------------------- */
.u-wsNowrap {
  white-space: nowrap !important;
}

.u-wsNormal {
  white-space: normal !important;
}

@media screen and (max-width: 750px) {
  .u-wsNowrap--sp {
    white-space: nowrap !important;
  }
  .u-wsNormal--sp {
    white-space: normal !important;
  }
}
/* -----------------------------------------------
  line-height
----------------------------------------------- */
.u-lh1_1 {
  line-height: 1.1;
}

.u-lh1_2 {
  line-height: 1.2;
}

.u-lh1_3 {
  line-height: 1.3;
}

.u-lh1_4 {
  line-height: 1.4;
}

.u-lh1_5 {
  line-height: 1.5;
}

.u-lh1_6 {
  line-height: 1.6;
}

.u-lh1_7 {
  line-height: 1.7;
}

.u-lh1_8 {
  line-height: 1.8;
}

.u-lh1_9 {
  line-height: 1.9;
}

.u-lh2_0 {
  line-height: 2;
}

.u-lh2_1 {
  line-height: 2.1;
}

.u-lh2_2 {
  line-height: 2.2;
}

.u-lh2_3 {
  line-height: 2.3;
}

.u-lh2_4 {
  line-height: 2.4;
}

.u-lh2_5 {
  line-height: 2.5;
}

.u-lh2_6 {
  line-height: 2.6;
}

.u-lh2_7 {
  line-height: 2.7;
}

.u-lh2_8 {
  line-height: 2.8;
}

.u-lh2_9 {
  line-height: 2.9;
}

.u-lh3_0 {
  line-height: 3;
}

.u-lh3_1 {
  line-height: 3.1;
}

.u-lh3_2 {
  line-height: 3.2;
}

.u-lh3_3 {
  line-height: 3.3;
}

.u-lh3_4 {
  line-height: 3.4;
}

.u-lh3_5 {
  line-height: 3.5;
}

.u-lh3_6 {
  line-height: 3.6;
}

.u-lh3_7 {
  line-height: 3.7;
}

.u-lh3_8 {
  line-height: 3.8;
}

.u-lh3_9 {
  line-height: 3.9;
}

.u-lh4_0 {
  line-height: 4;
}

@media screen and (max-width: 750px) {
  .u-lh1_1 {
    line-height: 1.1;
  }
  .u-lh1_2 {
    line-height: 1.2;
  }
  .u-lh1_3 {
    line-height: 1.3;
  }
  .u-lh1_4 {
    line-height: 1.4;
  }
  .u-lh1_5 {
    line-height: 1.5;
  }
  .u-lh1_6 {
    line-height: 1.6;
  }
  .u-lh1_7 {
    line-height: 1.7;
  }
  .u-lh1_8 {
    line-height: 1.8;
  }
  .u-lh1_9 {
    line-height: 1.9;
  }
  .u-lh2_0 {
    line-height: 2;
  }
  .u-lh2_1 {
    line-height: 2.1;
  }
  .u-lh2_2 {
    line-height: 2.2;
  }
  .u-lh2_3 {
    line-height: 2.3;
  }
  .u-lh2_4 {
    line-height: 2.4;
  }
  .u-lh2_5 {
    line-height: 2.5;
  }
  .u-lh2_6 {
    line-height: 2.6;
  }
  .u-lh2_7 {
    line-height: 2.7;
  }
  .u-lh2_8 {
    line-height: 2.8;
  }
  .u-lh2_9 {
    line-height: 2.9;
  }
  .u-lh3_0 {
    line-height: 3;
  }
  .u-lh3_1 {
    line-height: 3.1;
  }
  .u-lh3_2 {
    line-height: 3.2;
  }
  .u-lh3_3 {
    line-height: 3.3;
  }
  .u-lh3_4 {
    line-height: 3.4;
  }
  .u-lh3_5 {
    line-height: 3.5;
  }
  .u-lh3_6 {
    line-height: 3.6;
  }
  .u-lh3_7 {
    line-height: 3.7;
  }
  .u-lh3_8 {
    line-height: 3.8;
  }
  .u-lh3_9 {
    line-height: 3.9;
  }
  .u-lh4_0 {
    line-height: 4;
  }
}
/* -----------------------------------------------
  Width
----------------------------------------------- */
.u-w0 {
  width: 0% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w100 {
  width: 100% !important;
}

@media screen and (max-width: 750px) {
  .u-w0--sp {
    width: 0% !important;
  }
  .u-w10--sp {
    width: 10% !important;
  }
  .u-w20--sp {
    width: 20% !important;
  }
  .u-w30--sp {
    width: 30% !important;
  }
  .u-w40--sp {
    width: 40% !important;
  }
  .u-w50--sp {
    width: 50% !important;
  }
  .u-w60--sp {
    width: 60% !important;
  }
  .u-w70--sp {
    width: 70% !important;
  }
  .u-w80--sp {
    width: 80% !important;
  }
  .u-w90--sp {
    width: 90% !important;
  }
  .u-w100--sp {
    width: 100% !important;
  }
}
/* -----------------------------------------------
  Flex Box
----------------------------------------------- */
.u-flexItem {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 0% !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
}

.u-flexAuto {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.u-flexAuto > * {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 0% !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
}

.u-flexWrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.u-flexNowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.u-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-flexLeft {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.u-flexCenter {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.u-flexRight {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.u-flexBetween {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-flexAround {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.u-flexTop {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.u-flexMiddle {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-flexBottom {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.u-flexReverse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.u-flexItemTop {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.u-flexItemMiddle {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.u-flexItemBottom {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

@media screen and (max-width: 750px) {
  .u-flexItem--sp {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 0% !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }
  .u-flexAuto--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .u-flexAuto--sp > * {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 0% !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important;
  }
  .u-flexWrap--sp {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .u-flexNowrap--sp {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .u-flex--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-flexLeft--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .u-flexCenter--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .u-flexRight--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .u-flexBetween--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .u-flexAround--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .u-flexTop--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .u-flexMiddle--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .u-flexBottom--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .u-flexReverse--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .u-flexItemTop--sp {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .u-flexItemMiddle--sp {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .u-flexItemBottom--sp {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
}
/* -----------------------------------------------
  text-arign
----------------------------------------------- */
.u-taCenter {
  text-align: center !important;
}

.u-taLeft {
  text-align: left !important;
}

.u-taRight {
  text-align: right !important;
}

@media screen and (max-width: 750px) {
  .u-taCenter--sp {
    text-align: center !important;
  }
  .u-taLeft--sp {
    text-align: left !important;
  }
  .u-taRight--sp {
    text-align: right !important;
  }
}
/* -----------------------------------------------
  display
----------------------------------------------- */
.u-dNone {
  display: none !important;
}

.u-dBlock {
  display: block !important;
}

.u-dInline {
  display: inline !important;
}

.u-dTable {
  display: table !important;
}

.u-dTableCell {
  display: table-cell !important;
}

.u-dFlex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-dInlineFlex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (max-width: 750px) {
  .u-dNone--sp {
    display: none !important;
  }
  .u-dBlock--sp {
    display: block !important;
  }
  .u-dInline--sp {
    display: inline !important;
  }
  .u-dTable--sp {
    display: table !important;
  }
  .u-dTableCell--sp {
    display: table-cell !important;
  }
  .u-dFlex--sp {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-dInlineFlex--sp {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* -----------------------------------------------
  margin padding
----------------------------------------------- */
.u-m0px {
  margin: 0px !important;
}

.u-mt0px {
  margin-top: 0px !important;
}

.u-mb0px {
  margin-bottom: 0px !important;
}

.u-ml0px {
  margin-left: 0px !important;
}

.u-mr0px {
  margin-right: 0px !important;
}

.u-pt0px {
  padding-top: 0px !important;
}

.u-pb0px {
  padding-bottom: 0px !important;
}

.u-pl0px {
  padding-left: 0px !important;
}

.u-pr0px {
  padding-right: 0px !important;
}

.u-p0px {
  padding: 0px !important;
}

.u-m5px {
  margin: 5px !important;
}

.u-mt5px {
  margin-top: 5px !important;
}

.u-mb5px {
  margin-bottom: 5px !important;
}

.u-ml5px {
  margin-left: 5px !important;
}

.u-mr5px {
  margin-right: 5px !important;
}

.u-pt5px {
  padding-top: 5px !important;
}

.u-pb5px {
  padding-bottom: 5px !important;
}

.u-pl5px {
  padding-left: 5px !important;
}

.u-pr5px {
  padding-right: 5px !important;
}

.u-p5px {
  padding: 5px !important;
}

.u-m10px {
  margin: 10px !important;
}

.u-mt10px {
  margin-top: 10px !important;
}

.u-mb10px {
  margin-bottom: 10px !important;
}

.u-ml10px {
  margin-left: 10px !important;
}

.u-mr10px {
  margin-right: 10px !important;
}

.u-pt10px {
  padding-top: 10px !important;
}

.u-pb10px {
  padding-bottom: 10px !important;
}

.u-pl10px {
  padding-left: 10px !important;
}

.u-pr10px {
  padding-right: 10px !important;
}

.u-p10px {
  padding: 10px !important;
}

.u-m15px {
  margin: 15px !important;
}

.u-mt15px {
  margin-top: 15px !important;
}

.u-mb15px {
  margin-bottom: 15px !important;
}

.u-ml15px {
  margin-left: 15px !important;
}

.u-mr15px {
  margin-right: 15px !important;
}

.u-pt15px {
  padding-top: 15px !important;
}

.u-pb15px {
  padding-bottom: 15px !important;
}

.u-pl15px {
  padding-left: 15px !important;
}

.u-pr15px {
  padding-right: 15px !important;
}

.u-p15px {
  padding: 15px !important;
}

.u-m20px {
  margin: 20px !important;
}

.u-mt20px {
  margin-top: 20px !important;
}

.u-mb20px {
  margin-bottom: 20px !important;
}

.u-ml20px {
  margin-left: 20px !important;
}

.u-mr20px {
  margin-right: 20px !important;
}

.u-pt20px {
  padding-top: 20px !important;
}

.u-pb20px {
  padding-bottom: 20px !important;
}

.u-pl20px {
  padding-left: 20px !important;
}

.u-pr20px {
  padding-right: 20px !important;
}

.u-p20px {
  padding: 20px !important;
}

.u-m25px {
  margin: 25px !important;
}

.u-mt25px {
  margin-top: 25px !important;
}

.u-mb25px {
  margin-bottom: 25px !important;
}

.u-ml25px {
  margin-left: 25px !important;
}

.u-mr25px {
  margin-right: 25px !important;
}

.u-pt25px {
  padding-top: 25px !important;
}

.u-pb25px {
  padding-bottom: 25px !important;
}

.u-pl25px {
  padding-left: 25px !important;
}

.u-pr25px {
  padding-right: 25px !important;
}

.u-p25px {
  padding: 25px !important;
}

.u-m30px {
  margin: 30px !important;
}

.u-mt30px {
  margin-top: 30px !important;
}

.u-mb30px {
  margin-bottom: 30px !important;
}

.u-ml30px {
  margin-left: 30px !important;
}

.u-mr30px {
  margin-right: 30px !important;
}

.u-pt30px {
  padding-top: 30px !important;
}

.u-pb30px {
  padding-bottom: 30px !important;
}

.u-pl30px {
  padding-left: 30px !important;
}

.u-pr30px {
  padding-right: 30px !important;
}

.u-p30px {
  padding: 30px !important;
}

.u-m35px {
  margin: 35px !important;
}

.u-mt35px {
  margin-top: 35px !important;
}

.u-mb35px {
  margin-bottom: 35px !important;
}

.u-ml35px {
  margin-left: 35px !important;
}

.u-mr35px {
  margin-right: 35px !important;
}

.u-pt35px {
  padding-top: 35px !important;
}

.u-pb35px {
  padding-bottom: 35px !important;
}

.u-pl35px {
  padding-left: 35px !important;
}

.u-pr35px {
  padding-right: 35px !important;
}

.u-p35px {
  padding: 35px !important;
}

.u-m40px {
  margin: 40px !important;
}

.u-mt40px {
  margin-top: 40px !important;
}

.u-mb40px {
  margin-bottom: 40px !important;
}

.u-ml40px {
  margin-left: 40px !important;
}

.u-mr40px {
  margin-right: 40px !important;
}

.u-pt40px {
  padding-top: 40px !important;
}

.u-pb40px {
  padding-bottom: 40px !important;
}

.u-pl40px {
  padding-left: 40px !important;
}

.u-pr40px {
  padding-right: 40px !important;
}

.u-p40px {
  padding: 40px !important;
}

.u-m45px {
  margin: 45px !important;
}

.u-mt45px {
  margin-top: 45px !important;
}

.u-mb45px {
  margin-bottom: 45px !important;
}

.u-ml45px {
  margin-left: 45px !important;
}

.u-mr45px {
  margin-right: 45px !important;
}

.u-pt45px {
  padding-top: 45px !important;
}

.u-pb45px {
  padding-bottom: 45px !important;
}

.u-pl45px {
  padding-left: 45px !important;
}

.u-pr45px {
  padding-right: 45px !important;
}

.u-p45px {
  padding: 45px !important;
}

.u-m50px {
  margin: 50px !important;
}

.u-mt50px {
  margin-top: 50px !important;
}

.u-mb50px {
  margin-bottom: 50px !important;
}

.u-ml50px {
  margin-left: 50px !important;
}

.u-mr50px {
  margin-right: 50px !important;
}

.u-pt50px {
  padding-top: 50px !important;
}

.u-pb50px {
  padding-bottom: 50px !important;
}

.u-pl50px {
  padding-left: 50px !important;
}

.u-pr50px {
  padding-right: 50px !important;
}

.u-p50px {
  padding: 50px !important;
}

.u-m55px {
  margin: 55px !important;
}

.u-mt55px {
  margin-top: 55px !important;
}

.u-mb55px {
  margin-bottom: 55px !important;
}

.u-ml55px {
  margin-left: 55px !important;
}

.u-mr55px {
  margin-right: 55px !important;
}

.u-pt55px {
  padding-top: 55px !important;
}

.u-pb55px {
  padding-bottom: 55px !important;
}

.u-pl55px {
  padding-left: 55px !important;
}

.u-pr55px {
  padding-right: 55px !important;
}

.u-p55px {
  padding: 55px !important;
}

.u-m60px {
  margin: 60px !important;
}

.u-mt60px {
  margin-top: 60px !important;
}

.u-mb60px {
  margin-bottom: 60px !important;
}

.u-ml60px {
  margin-left: 60px !important;
}

.u-mr60px {
  margin-right: 60px !important;
}

.u-pt60px {
  padding-top: 60px !important;
}

.u-pb60px {
  padding-bottom: 60px !important;
}

.u-pl60px {
  padding-left: 60px !important;
}

.u-pr60px {
  padding-right: 60px !important;
}

.u-p60px {
  padding: 60px !important;
}

.u-m65px {
  margin: 65px !important;
}

.u-mt65px {
  margin-top: 65px !important;
}

.u-mb65px {
  margin-bottom: 65px !important;
}

.u-ml65px {
  margin-left: 65px !important;
}

.u-mr65px {
  margin-right: 65px !important;
}

.u-pt65px {
  padding-top: 65px !important;
}

.u-pb65px {
  padding-bottom: 65px !important;
}

.u-pl65px {
  padding-left: 65px !important;
}

.u-pr65px {
  padding-right: 65px !important;
}

.u-p65px {
  padding: 65px !important;
}

.u-m70px {
  margin: 70px !important;
}

.u-mt70px {
  margin-top: 70px !important;
}

.u-mb70px {
  margin-bottom: 70px !important;
}

.u-ml70px {
  margin-left: 70px !important;
}

.u-mr70px {
  margin-right: 70px !important;
}

.u-pt70px {
  padding-top: 70px !important;
}

.u-pb70px {
  padding-bottom: 70px !important;
}

.u-pl70px {
  padding-left: 70px !important;
}

.u-pr70px {
  padding-right: 70px !important;
}

.u-p70px {
  padding: 70px !important;
}

.u-m75px {
  margin: 75px !important;
}

.u-mt75px {
  margin-top: 75px !important;
}

.u-mb75px {
  margin-bottom: 75px !important;
}

.u-ml75px {
  margin-left: 75px !important;
}

.u-mr75px {
  margin-right: 75px !important;
}

.u-pt75px {
  padding-top: 75px !important;
}

.u-pb75px {
  padding-bottom: 75px !important;
}

.u-pl75px {
  padding-left: 75px !important;
}

.u-pr75px {
  padding-right: 75px !important;
}

.u-p75px {
  padding: 75px !important;
}

.u-m80px {
  margin: 80px !important;
}

.u-mt80px {
  margin-top: 80px !important;
}

.u-mb80px {
  margin-bottom: 80px !important;
}

.u-ml80px {
  margin-left: 80px !important;
}

.u-mr80px {
  margin-right: 80px !important;
}

.u-pt80px {
  padding-top: 80px !important;
}

.u-pb80px {
  padding-bottom: 80px !important;
}

.u-pl80px {
  padding-left: 80px !important;
}

.u-pr80px {
  padding-right: 80px !important;
}

.u-p80px {
  padding: 80px !important;
}

.u-m85px {
  margin: 85px !important;
}

.u-mt85px {
  margin-top: 85px !important;
}

.u-mb85px {
  margin-bottom: 85px !important;
}

.u-ml85px {
  margin-left: 85px !important;
}

.u-mr85px {
  margin-right: 85px !important;
}

.u-pt85px {
  padding-top: 85px !important;
}

.u-pb85px {
  padding-bottom: 85px !important;
}

.u-pl85px {
  padding-left: 85px !important;
}

.u-pr85px {
  padding-right: 85px !important;
}

.u-p85px {
  padding: 85px !important;
}

.u-m90px {
  margin: 90px !important;
}

.u-mt90px {
  margin-top: 90px !important;
}

.u-mb90px {
  margin-bottom: 90px !important;
}

.u-ml90px {
  margin-left: 90px !important;
}

.u-mr90px {
  margin-right: 90px !important;
}

.u-pt90px {
  padding-top: 90px !important;
}

.u-pb90px {
  padding-bottom: 90px !important;
}

.u-pl90px {
  padding-left: 90px !important;
}

.u-pr90px {
  padding-right: 90px !important;
}

.u-p90px {
  padding: 90px !important;
}

.u-m95px {
  margin: 95px !important;
}

.u-mt95px {
  margin-top: 95px !important;
}

.u-mb95px {
  margin-bottom: 95px !important;
}

.u-ml95px {
  margin-left: 95px !important;
}

.u-mr95px {
  margin-right: 95px !important;
}

.u-pt95px {
  padding-top: 95px !important;
}

.u-pb95px {
  padding-bottom: 95px !important;
}

.u-pl95px {
  padding-left: 95px !important;
}

.u-pr95px {
  padding-right: 95px !important;
}

.u-p95px {
  padding: 95px !important;
}

.u-m100px {
  margin: 100px !important;
}

.u-mt100px {
  margin-top: 100px !important;
}

.u-mb100px {
  margin-bottom: 100px !important;
}

.u-ml100px {
  margin-left: 100px !important;
}

.u-mr100px {
  margin-right: 100px !important;
}

.u-pt100px {
  padding-top: 100px !important;
}

.u-pb100px {
  padding-bottom: 100px !important;
}

.u-pl100px {
  padding-left: 100px !important;
}

.u-pr100px {
  padding-right: 100px !important;
}

.u-p100px {
  padding: 100px !important;
}

@media screen and (max-width: 750px) {
  .u-m0px--sp {
    margin: 0px !important;
  }
  .u-mt0px--sp {
    margin-top: 0px !important;
  }
  .u-mb0px--sp {
    margin-bottom: 0px !important;
  }
  .u-ml0px--sp {
    margin-left: 0px !important;
  }
  .u-mr0px--sp {
    margin-right: 0px !important;
  }
  .u-pt0px--sp {
    padding-top: 0px !important;
  }
  .u-pb0px--sp {
    padding-bottom: 0px !important;
  }
  .u-pl0px--sp {
    padding-left: 0px !important;
  }
  .u-pr0px--sp {
    padding-right: 0px !important;
  }
  .u-p0px--sp {
    padding: 0px !important;
  }
  .u-m5px--sp {
    margin: 5px !important;
  }
  .u-mt5px--sp {
    margin-top: 5px !important;
  }
  .u-mb5px--sp {
    margin-bottom: 5px !important;
  }
  .u-ml5px--sp {
    margin-left: 5px !important;
  }
  .u-mr5px--sp {
    margin-right: 5px !important;
  }
  .u-pt5px--sp {
    padding-top: 5px !important;
  }
  .u-pb5px--sp {
    padding-bottom: 5px !important;
  }
  .u-pl5px--sp {
    padding-left: 5px !important;
  }
  .u-pr5px--sp {
    padding-right: 5px !important;
  }
  .u-p5px--sp {
    padding: 5px !important;
  }
  .u-m10px--sp {
    margin: 10px !important;
  }
  .u-mt10px--sp {
    margin-top: 10px !important;
  }
  .u-mb10px--sp {
    margin-bottom: 10px !important;
  }
  .u-ml10px--sp {
    margin-left: 10px !important;
  }
  .u-mr10px--sp {
    margin-right: 10px !important;
  }
  .u-pt10px--sp {
    padding-top: 10px !important;
  }
  .u-pb10px--sp {
    padding-bottom: 10px !important;
  }
  .u-pl10px--sp {
    padding-left: 10px !important;
  }
  .u-pr10px--sp {
    padding-right: 10px !important;
  }
  .u-p10px--sp {
    padding: 10px !important;
  }
  .u-m15px--sp {
    margin: 15px !important;
  }
  .u-mt15px--sp {
    margin-top: 15px !important;
  }
  .u-mb15px--sp {
    margin-bottom: 15px !important;
  }
  .u-ml15px--sp {
    margin-left: 15px !important;
  }
  .u-mr15px--sp {
    margin-right: 15px !important;
  }
  .u-pt15px--sp {
    padding-top: 15px !important;
  }
  .u-pb15px--sp {
    padding-bottom: 15px !important;
  }
  .u-pl15px--sp {
    padding-left: 15px !important;
  }
  .u-pr15px--sp {
    padding-right: 15px !important;
  }
  .u-p15px--sp {
    padding: 15px !important;
  }
  .u-m20px--sp {
    margin: 20px !important;
  }
  .u-mt20px--sp {
    margin-top: 20px !important;
  }
  .u-mb20px--sp {
    margin-bottom: 20px !important;
  }
  .u-ml20px--sp {
    margin-left: 20px !important;
  }
  .u-mr20px--sp {
    margin-right: 20px !important;
  }
  .u-pt20px--sp {
    padding-top: 20px !important;
  }
  .u-pb20px--sp {
    padding-bottom: 20px !important;
  }
  .u-pl20px--sp {
    padding-left: 20px !important;
  }
  .u-pr20px--sp {
    padding-right: 20px !important;
  }
  .u-p20px--sp {
    padding: 20px !important;
  }
  .u-m25px--sp {
    margin: 25px !important;
  }
  .u-mt25px--sp {
    margin-top: 25px !important;
  }
  .u-mb25px--sp {
    margin-bottom: 25px !important;
  }
  .u-ml25px--sp {
    margin-left: 25px !important;
  }
  .u-mr25px--sp {
    margin-right: 25px !important;
  }
  .u-pt25px--sp {
    padding-top: 25px !important;
  }
  .u-pb25px--sp {
    padding-bottom: 25px !important;
  }
  .u-pl25px--sp {
    padding-left: 25px !important;
  }
  .u-pr25px--sp {
    padding-right: 25px !important;
  }
  .u-p25px--sp {
    padding: 25px !important;
  }
  .u-m30px--sp {
    margin: 30px !important;
  }
  .u-mt30px--sp {
    margin-top: 30px !important;
  }
  .u-mb30px--sp {
    margin-bottom: 30px !important;
  }
  .u-ml30px--sp {
    margin-left: 30px !important;
  }
  .u-mr30px--sp {
    margin-right: 30px !important;
  }
  .u-pt30px--sp {
    padding-top: 30px !important;
  }
  .u-pb30px--sp {
    padding-bottom: 30px !important;
  }
  .u-pl30px--sp {
    padding-left: 30px !important;
  }
  .u-pr30px--sp {
    padding-right: 30px !important;
  }
  .u-p30px--sp {
    padding: 30px !important;
  }
  .u-m35px--sp {
    margin: 35px !important;
  }
  .u-mt35px--sp {
    margin-top: 35px !important;
  }
  .u-mb35px--sp {
    margin-bottom: 35px !important;
  }
  .u-ml35px--sp {
    margin-left: 35px !important;
  }
  .u-mr35px--sp {
    margin-right: 35px !important;
  }
  .u-pt35px--sp {
    padding-top: 35px !important;
  }
  .u-pb35px--sp {
    padding-bottom: 35px !important;
  }
  .u-pl35px--sp {
    padding-left: 35px !important;
  }
  .u-pr35px--sp {
    padding-right: 35px !important;
  }
  .u-p35px--sp {
    padding: 35px !important;
  }
  .u-m40px--sp {
    margin: 40px !important;
  }
  .u-mt40px--sp {
    margin-top: 40px !important;
  }
  .u-mb40px--sp {
    margin-bottom: 40px !important;
  }
  .u-ml40px--sp {
    margin-left: 40px !important;
  }
  .u-mr40px--sp {
    margin-right: 40px !important;
  }
  .u-pt40px--sp {
    padding-top: 40px !important;
  }
  .u-pb40px--sp {
    padding-bottom: 40px !important;
  }
  .u-pl40px--sp {
    padding-left: 40px !important;
  }
  .u-pr40px--sp {
    padding-right: 40px !important;
  }
  .u-p40px--sp {
    padding: 40px !important;
  }
  .u-m45px--sp {
    margin: 45px !important;
  }
  .u-mt45px--sp {
    margin-top: 45px !important;
  }
  .u-mb45px--sp {
    margin-bottom: 45px !important;
  }
  .u-ml45px--sp {
    margin-left: 45px !important;
  }
  .u-mr45px--sp {
    margin-right: 45px !important;
  }
  .u-pt45px--sp {
    padding-top: 45px !important;
  }
  .u-pb45px--sp {
    padding-bottom: 45px !important;
  }
  .u-pl45px--sp {
    padding-left: 45px !important;
  }
  .u-pr45px--sp {
    padding-right: 45px !important;
  }
  .u-p45px--sp {
    padding: 45px !important;
  }
  .u-m50px--sp {
    margin: 50px !important;
  }
  .u-mt50px--sp {
    margin-top: 50px !important;
  }
  .u-mb50px--sp {
    margin-bottom: 50px !important;
  }
  .u-ml50px--sp {
    margin-left: 50px !important;
  }
  .u-mr50px--sp {
    margin-right: 50px !important;
  }
  .u-pt50px--sp {
    padding-top: 50px !important;
  }
  .u-pb50px--sp {
    padding-bottom: 50px !important;
  }
  .u-pl50px--sp {
    padding-left: 50px !important;
  }
  .u-pr50px--sp {
    padding-right: 50px !important;
  }
  .u-p50px--sp {
    padding: 50px !important;
  }
  .u-m55px--sp {
    margin: 55px !important;
  }
  .u-mt55px--sp {
    margin-top: 55px !important;
  }
  .u-mb55px--sp {
    margin-bottom: 55px !important;
  }
  .u-ml55px--sp {
    margin-left: 55px !important;
  }
  .u-mr55px--sp {
    margin-right: 55px !important;
  }
  .u-pt55px--sp {
    padding-top: 55px !important;
  }
  .u-pb55px--sp {
    padding-bottom: 55px !important;
  }
  .u-pl55px--sp {
    padding-left: 55px !important;
  }
  .u-pr55px--sp {
    padding-right: 55px !important;
  }
  .u-p55px--sp {
    padding: 55px !important;
  }
  .u-m60px--sp {
    margin: 60px !important;
  }
  .u-mt60px--sp {
    margin-top: 60px !important;
  }
  .u-mb60px--sp {
    margin-bottom: 60px !important;
  }
  .u-ml60px--sp {
    margin-left: 60px !important;
  }
  .u-mr60px--sp {
    margin-right: 60px !important;
  }
  .u-pt60px--sp {
    padding-top: 60px !important;
  }
  .u-pb60px--sp {
    padding-bottom: 60px !important;
  }
  .u-pl60px--sp {
    padding-left: 60px !important;
  }
  .u-pr60px--sp {
    padding-right: 60px !important;
  }
  .u-p60px--sp {
    padding: 60px !important;
  }
  .u-m65px--sp {
    margin: 65px !important;
  }
  .u-mt65px--sp {
    margin-top: 65px !important;
  }
  .u-mb65px--sp {
    margin-bottom: 65px !important;
  }
  .u-ml65px--sp {
    margin-left: 65px !important;
  }
  .u-mr65px--sp {
    margin-right: 65px !important;
  }
  .u-pt65px--sp {
    padding-top: 65px !important;
  }
  .u-pb65px--sp {
    padding-bottom: 65px !important;
  }
  .u-pl65px--sp {
    padding-left: 65px !important;
  }
  .u-pr65px--sp {
    padding-right: 65px !important;
  }
  .u-p65px--sp {
    padding: 65px !important;
  }
  .u-m70px--sp {
    margin: 70px !important;
  }
  .u-mt70px--sp {
    margin-top: 70px !important;
  }
  .u-mb70px--sp {
    margin-bottom: 70px !important;
  }
  .u-ml70px--sp {
    margin-left: 70px !important;
  }
  .u-mr70px--sp {
    margin-right: 70px !important;
  }
  .u-pt70px--sp {
    padding-top: 70px !important;
  }
  .u-pb70px--sp {
    padding-bottom: 70px !important;
  }
  .u-pl70px--sp {
    padding-left: 70px !important;
  }
  .u-pr70px--sp {
    padding-right: 70px !important;
  }
  .u-p70px--sp {
    padding: 70px !important;
  }
  .u-m75px--sp {
    margin: 75px !important;
  }
  .u-mt75px--sp {
    margin-top: 75px !important;
  }
  .u-mb75px--sp {
    margin-bottom: 75px !important;
  }
  .u-ml75px--sp {
    margin-left: 75px !important;
  }
  .u-mr75px--sp {
    margin-right: 75px !important;
  }
  .u-pt75px--sp {
    padding-top: 75px !important;
  }
  .u-pb75px--sp {
    padding-bottom: 75px !important;
  }
  .u-pl75px--sp {
    padding-left: 75px !important;
  }
  .u-pr75px--sp {
    padding-right: 75px !important;
  }
  .u-p75px--sp {
    padding: 75px !important;
  }
  .u-m80px--sp {
    margin: 80px !important;
  }
  .u-mt80px--sp {
    margin-top: 80px !important;
  }
  .u-mb80px--sp {
    margin-bottom: 80px !important;
  }
  .u-ml80px--sp {
    margin-left: 80px !important;
  }
  .u-mr80px--sp {
    margin-right: 80px !important;
  }
  .u-pt80px--sp {
    padding-top: 80px !important;
  }
  .u-pb80px--sp {
    padding-bottom: 80px !important;
  }
  .u-pl80px--sp {
    padding-left: 80px !important;
  }
  .u-pr80px--sp {
    padding-right: 80px !important;
  }
  .u-p80px--sp {
    padding: 80px !important;
  }
  .u-m85px--sp {
    margin: 85px !important;
  }
  .u-mt85px--sp {
    margin-top: 85px !important;
  }
  .u-mb85px--sp {
    margin-bottom: 85px !important;
  }
  .u-ml85px--sp {
    margin-left: 85px !important;
  }
  .u-mr85px--sp {
    margin-right: 85px !important;
  }
  .u-pt85px--sp {
    padding-top: 85px !important;
  }
  .u-pb85px--sp {
    padding-bottom: 85px !important;
  }
  .u-pl85px--sp {
    padding-left: 85px !important;
  }
  .u-pr85px--sp {
    padding-right: 85px !important;
  }
  .u-p85px--sp {
    padding: 85px !important;
  }
  .u-m90px--sp {
    margin: 90px !important;
  }
  .u-mt90px--sp {
    margin-top: 90px !important;
  }
  .u-mb90px--sp {
    margin-bottom: 90px !important;
  }
  .u-ml90px--sp {
    margin-left: 90px !important;
  }
  .u-mr90px--sp {
    margin-right: 90px !important;
  }
  .u-pt90px--sp {
    padding-top: 90px !important;
  }
  .u-pb90px--sp {
    padding-bottom: 90px !important;
  }
  .u-pl90px--sp {
    padding-left: 90px !important;
  }
  .u-pr90px--sp {
    padding-right: 90px !important;
  }
  .u-p90px--sp {
    padding: 90px !important;
  }
  .u-m95px--sp {
    margin: 95px !important;
  }
  .u-mt95px--sp {
    margin-top: 95px !important;
  }
  .u-mb95px--sp {
    margin-bottom: 95px !important;
  }
  .u-ml95px--sp {
    margin-left: 95px !important;
  }
  .u-mr95px--sp {
    margin-right: 95px !important;
  }
  .u-pt95px--sp {
    padding-top: 95px !important;
  }
  .u-pb95px--sp {
    padding-bottom: 95px !important;
  }
  .u-pl95px--sp {
    padding-left: 95px !important;
  }
  .u-pr95px--sp {
    padding-right: 95px !important;
  }
  .u-p95px--sp {
    padding: 95px !important;
  }
  .u-m100px--sp {
    margin: 100px !important;
  }
  .u-mt100px--sp {
    margin-top: 100px !important;
  }
  .u-mb100px--sp {
    margin-bottom: 100px !important;
  }
  .u-ml100px--sp {
    margin-left: 100px !important;
  }
  .u-mr100px--sp {
    margin-right: 100px !important;
  }
  .u-pt100px--sp {
    padding-top: 100px !important;
  }
  .u-pb100px--sp {
    padding-bottom: 100px !important;
  }
  .u-pl100px--sp {
    padding-left: 100px !important;
  }
  .u-pr100px--sp {
    padding-right: 100px !important;
  }
  .u-p100px--sp {
    padding: 100px !important;
  }
}
.u-m0em {
  margin: 0em !important;
}

.u-mt0em {
  margin-top: 0em !important;
}

.u-mb0em {
  margin-bottom: 0em !important;
}

.u-ml0em {
  margin-left: 0em !important;
}

.u-mr0em {
  margin-right: 0em !important;
}

.u-pt0em {
  padding-top: 0em !important;
}

.u-pb0em {
  padding-bottom: 0em !important;
}

.u-pl0em {
  padding-left: 0em !important;
}

.u-pr0em {
  padding-right: 0em !important;
}

.u-p0em {
  padding: 0em !important;
}

.u-m0_5em {
  margin: 0.5em !important;
}

.u-mt0_5em {
  margin-top: 0.5em !important;
}

.u-mb0_5em {
  margin-bottom: 0.5em !important;
}

.u-ml0_5em {
  margin-left: 0.5em !important;
}

.u-mr0_5em {
  margin-right: 0.5em !important;
}

.u-pt0_5em {
  padding-top: 0.5em !important;
}

.u-pb0_5em {
  padding-bottom: 0.5em !important;
}

.u-pl0_5em {
  padding-left: 0.5em !important;
}

.u-pr0_5em {
  padding-right: 0.5em !important;
}

.u-p0_5em {
  padding: 0.5em !important;
}

.u-m1em {
  margin: 1em !important;
}

.u-mt1em {
  margin-top: 1em !important;
}

.u-mb1em {
  margin-bottom: 1em !important;
}

.u-ml1em {
  margin-left: 1em !important;
}

.u-mr1em {
  margin-right: 1em !important;
}

.u-pt1em {
  padding-top: 1em !important;
}

.u-pb1em {
  padding-bottom: 1em !important;
}

.u-pl1em {
  padding-left: 1em !important;
}

.u-pr1em {
  padding-right: 1em !important;
}

.u-p1em {
  padding: 1em !important;
}

.u-m1_5em {
  margin: 1.5em !important;
}

.u-mt1_5em {
  margin-top: 1.5em !important;
}

.u-mb1_5em {
  margin-bottom: 1.5em !important;
}

.u-ml1_5em {
  margin-left: 1.5em !important;
}

.u-mr1_5em {
  margin-right: 1.5em !important;
}

.u-pt1_5em {
  padding-top: 1.5em !important;
}

.u-pb1_5em {
  padding-bottom: 1.5em !important;
}

.u-pl1_5em {
  padding-left: 1.5em !important;
}

.u-pr1_5em {
  padding-right: 1.5em !important;
}

.u-p1_5em {
  padding: 1.5em !important;
}

.u-m2em {
  margin: 2em !important;
}

.u-mt2em {
  margin-top: 2em !important;
}

.u-mb2em {
  margin-bottom: 2em !important;
}

.u-ml2em {
  margin-left: 2em !important;
}

.u-mr2em {
  margin-right: 2em !important;
}

.u-pt2em {
  padding-top: 2em !important;
}

.u-pb2em {
  padding-bottom: 2em !important;
}

.u-pl2em {
  padding-left: 2em !important;
}

.u-pr2em {
  padding-right: 2em !important;
}

.u-p2em {
  padding: 2em !important;
}

.u-m2_5em {
  margin: 2.5em !important;
}

.u-mt2_5em {
  margin-top: 2.5em !important;
}

.u-mb2_5em {
  margin-bottom: 2.5em !important;
}

.u-ml2_5em {
  margin-left: 2.5em !important;
}

.u-mr2_5em {
  margin-right: 2.5em !important;
}

.u-pt2_5em {
  padding-top: 2.5em !important;
}

.u-pb2_5em {
  padding-bottom: 2.5em !important;
}

.u-pl2_5em {
  padding-left: 2.5em !important;
}

.u-pr2_5em {
  padding-right: 2.5em !important;
}

.u-p2_5em {
  padding: 2.5em !important;
}

.u-m3em {
  margin: 3em !important;
}

.u-mt3em {
  margin-top: 3em !important;
}

.u-mb3em {
  margin-bottom: 3em !important;
}

.u-ml3em {
  margin-left: 3em !important;
}

.u-mr3em {
  margin-right: 3em !important;
}

.u-pt3em {
  padding-top: 3em !important;
}

.u-pb3em {
  padding-bottom: 3em !important;
}

.u-pl3em {
  padding-left: 3em !important;
}

.u-pr3em {
  padding-right: 3em !important;
}

.u-p3em {
  padding: 3em !important;
}

.u-m3_5em {
  margin: 3.5em !important;
}

.u-mt3_5em {
  margin-top: 3.5em !important;
}

.u-mb3_5em {
  margin-bottom: 3.5em !important;
}

.u-ml3_5em {
  margin-left: 3.5em !important;
}

.u-mr3_5em {
  margin-right: 3.5em !important;
}

.u-pt3_5em {
  padding-top: 3.5em !important;
}

.u-pb3_5em {
  padding-bottom: 3.5em !important;
}

.u-pl3_5em {
  padding-left: 3.5em !important;
}

.u-pr3_5em {
  padding-right: 3.5em !important;
}

.u-p3_5em {
  padding: 3.5em !important;
}

.u-m4em {
  margin: 4em !important;
}

.u-mt4em {
  margin-top: 4em !important;
}

.u-mb4em {
  margin-bottom: 4em !important;
}

.u-ml4em {
  margin-left: 4em !important;
}

.u-mr4em {
  margin-right: 4em !important;
}

.u-pt4em {
  padding-top: 4em !important;
}

.u-pb4em {
  padding-bottom: 4em !important;
}

.u-pl4em {
  padding-left: 4em !important;
}

.u-pr4em {
  padding-right: 4em !important;
}

.u-p4em {
  padding: 4em !important;
}

.u-m4_5em {
  margin: 4.5em !important;
}

.u-mt4_5em {
  margin-top: 4.5em !important;
}

.u-mb4_5em {
  margin-bottom: 4.5em !important;
}

.u-ml4_5em {
  margin-left: 4.5em !important;
}

.u-mr4_5em {
  margin-right: 4.5em !important;
}

.u-pt4_5em {
  padding-top: 4.5em !important;
}

.u-pb4_5em {
  padding-bottom: 4.5em !important;
}

.u-pl4_5em {
  padding-left: 4.5em !important;
}

.u-pr4_5em {
  padding-right: 4.5em !important;
}

.u-p4_5em {
  padding: 4.5em !important;
}

.u-m5em {
  margin: 5em !important;
}

.u-mt5em {
  margin-top: 5em !important;
}

.u-mb5em {
  margin-bottom: 5em !important;
}

.u-ml5em {
  margin-left: 5em !important;
}

.u-mr5em {
  margin-right: 5em !important;
}

.u-pt5em {
  padding-top: 5em !important;
}

.u-pb5em {
  padding-bottom: 5em !important;
}

.u-pl5em {
  padding-left: 5em !important;
}

.u-pr5em {
  padding-right: 5em !important;
}

.u-p5em {
  padding: 5em !important;
}

.u-m5_5em {
  margin: 5.5em !important;
}

.u-mt5_5em {
  margin-top: 5.5em !important;
}

.u-mb5_5em {
  margin-bottom: 5.5em !important;
}

.u-ml5_5em {
  margin-left: 5.5em !important;
}

.u-mr5_5em {
  margin-right: 5.5em !important;
}

.u-pt5_5em {
  padding-top: 5.5em !important;
}

.u-pb5_5em {
  padding-bottom: 5.5em !important;
}

.u-pl5_5em {
  padding-left: 5.5em !important;
}

.u-pr5_5em {
  padding-right: 5.5em !important;
}

.u-p5_5em {
  padding: 5.5em !important;
}

.u-m6em {
  margin: 6em !important;
}

.u-mt6em {
  margin-top: 6em !important;
}

.u-mb6em {
  margin-bottom: 6em !important;
}

.u-ml6em {
  margin-left: 6em !important;
}

.u-mr6em {
  margin-right: 6em !important;
}

.u-pt6em {
  padding-top: 6em !important;
}

.u-pb6em {
  padding-bottom: 6em !important;
}

.u-pl6em {
  padding-left: 6em !important;
}

.u-pr6em {
  padding-right: 6em !important;
}

.u-p6em {
  padding: 6em !important;
}

.u-m6_5em {
  margin: 6.5em !important;
}

.u-mt6_5em {
  margin-top: 6.5em !important;
}

.u-mb6_5em {
  margin-bottom: 6.5em !important;
}

.u-ml6_5em {
  margin-left: 6.5em !important;
}

.u-mr6_5em {
  margin-right: 6.5em !important;
}

.u-pt6_5em {
  padding-top: 6.5em !important;
}

.u-pb6_5em {
  padding-bottom: 6.5em !important;
}

.u-pl6_5em {
  padding-left: 6.5em !important;
}

.u-pr6_5em {
  padding-right: 6.5em !important;
}

.u-p6_5em {
  padding: 6.5em !important;
}

.u-m7em {
  margin: 7em !important;
}

.u-mt7em {
  margin-top: 7em !important;
}

.u-mb7em {
  margin-bottom: 7em !important;
}

.u-ml7em {
  margin-left: 7em !important;
}

.u-mr7em {
  margin-right: 7em !important;
}

.u-pt7em {
  padding-top: 7em !important;
}

.u-pb7em {
  padding-bottom: 7em !important;
}

.u-pl7em {
  padding-left: 7em !important;
}

.u-pr7em {
  padding-right: 7em !important;
}

.u-p7em {
  padding: 7em !important;
}

.u-m7_5em {
  margin: 7.5em !important;
}

.u-mt7_5em {
  margin-top: 7.5em !important;
}

.u-mb7_5em {
  margin-bottom: 7.5em !important;
}

.u-ml7_5em {
  margin-left: 7.5em !important;
}

.u-mr7_5em {
  margin-right: 7.5em !important;
}

.u-pt7_5em {
  padding-top: 7.5em !important;
}

.u-pb7_5em {
  padding-bottom: 7.5em !important;
}

.u-pl7_5em {
  padding-left: 7.5em !important;
}

.u-pr7_5em {
  padding-right: 7.5em !important;
}

.u-p7_5em {
  padding: 7.5em !important;
}

.u-m8em {
  margin: 8em !important;
}

.u-mt8em {
  margin-top: 8em !important;
}

.u-mb8em {
  margin-bottom: 8em !important;
}

.u-ml8em {
  margin-left: 8em !important;
}

.u-mr8em {
  margin-right: 8em !important;
}

.u-pt8em {
  padding-top: 8em !important;
}

.u-pb8em {
  padding-bottom: 8em !important;
}

.u-pl8em {
  padding-left: 8em !important;
}

.u-pr8em {
  padding-right: 8em !important;
}

.u-p8em {
  padding: 8em !important;
}

.u-m8_5em {
  margin: 8.5em !important;
}

.u-mt8_5em {
  margin-top: 8.5em !important;
}

.u-mb8_5em {
  margin-bottom: 8.5em !important;
}

.u-ml8_5em {
  margin-left: 8.5em !important;
}

.u-mr8_5em {
  margin-right: 8.5em !important;
}

.u-pt8_5em {
  padding-top: 8.5em !important;
}

.u-pb8_5em {
  padding-bottom: 8.5em !important;
}

.u-pl8_5em {
  padding-left: 8.5em !important;
}

.u-pr8_5em {
  padding-right: 8.5em !important;
}

.u-p8_5em {
  padding: 8.5em !important;
}

.u-m9em {
  margin: 9em !important;
}

.u-mt9em {
  margin-top: 9em !important;
}

.u-mb9em {
  margin-bottom: 9em !important;
}

.u-ml9em {
  margin-left: 9em !important;
}

.u-mr9em {
  margin-right: 9em !important;
}

.u-pt9em {
  padding-top: 9em !important;
}

.u-pb9em {
  padding-bottom: 9em !important;
}

.u-pl9em {
  padding-left: 9em !important;
}

.u-pr9em {
  padding-right: 9em !important;
}

.u-p9em {
  padding: 9em !important;
}

.u-m9_5em {
  margin: 9.5em !important;
}

.u-mt9_5em {
  margin-top: 9.5em !important;
}

.u-mb9_5em {
  margin-bottom: 9.5em !important;
}

.u-ml9_5em {
  margin-left: 9.5em !important;
}

.u-mr9_5em {
  margin-right: 9.5em !important;
}

.u-pt9_5em {
  padding-top: 9.5em !important;
}

.u-pb9_5em {
  padding-bottom: 9.5em !important;
}

.u-pl9_5em {
  padding-left: 9.5em !important;
}

.u-pr9_5em {
  padding-right: 9.5em !important;
}

.u-p9_5em {
  padding: 9.5em !important;
}

.u-m10em {
  margin: 10em !important;
}

.u-mt10em {
  margin-top: 10em !important;
}

.u-mb10em {
  margin-bottom: 10em !important;
}

.u-ml10em {
  margin-left: 10em !important;
}

.u-mr10em {
  margin-right: 10em !important;
}

.u-pt10em {
  padding-top: 10em !important;
}

.u-pb10em {
  padding-bottom: 10em !important;
}

.u-pl10em {
  padding-left: 10em !important;
}

.u-pr10em {
  padding-right: 10em !important;
}

.u-p10em {
  padding: 10em !important;
}

.u-mAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-pAuto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.u-m0 {
  margin: 0 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-p0 {
  padding: 0 !important;
}

@media screen and (max-width: 750px) {
  .u-m0em--sp {
    margin: 0em !important;
  }
  .u-mt0em--sp {
    margin-top: 0em !important;
  }
  .u-mb0em--sp {
    margin-bottom: 0em !important;
  }
  .u-ml0em--sp {
    margin-left: 0em !important;
  }
  .u-mr0em--sp {
    margin-right: 0em !important;
  }
  .u-pt0em--sp {
    padding-top: 0em !important;
  }
  .u-pb0em--sp {
    padding-bottom: 0em !important;
  }
  .u-pl0em--sp {
    padding-left: 0em !important;
  }
  .u-pr0em--sp {
    padding-right: 0em !important;
  }
  .u-p0em--sp {
    padding: 0em !important;
  }
  .u-m0_5em--sp {
    margin: 0.5em !important;
  }
  .u-mt0_5em--sp {
    margin-top: 0.5em !important;
  }
  .u-mb0_5em--sp {
    margin-bottom: 0.5em !important;
  }
  .u-ml0_5em--sp {
    margin-left: 0.5em !important;
  }
  .u-mr0_5em--sp {
    margin-right: 0.5em !important;
  }
  .u-pt0_5em--sp {
    padding-top: 0.5em !important;
  }
  .u-pb0_5em--sp {
    padding-bottom: 0.5em !important;
  }
  .u-pl0_5em--sp {
    padding-left: 0.5em !important;
  }
  .u-pr0_5em--sp {
    padding-right: 0.5em !important;
  }
  .u-p0_5em--sp {
    padding: 0.5em !important;
  }
  .u-m1em--sp {
    margin: 1em !important;
  }
  .u-mt1em--sp {
    margin-top: 1em !important;
  }
  .u-mb1em--sp {
    margin-bottom: 1em !important;
  }
  .u-ml1em--sp {
    margin-left: 1em !important;
  }
  .u-mr1em--sp {
    margin-right: 1em !important;
  }
  .u-pt1em--sp {
    padding-top: 1em !important;
  }
  .u-pb1em--sp {
    padding-bottom: 1em !important;
  }
  .u-pl1em--sp {
    padding-left: 1em !important;
  }
  .u-pr1em--sp {
    padding-right: 1em !important;
  }
  .u-p1em--sp {
    padding: 1em !important;
  }
  .u-m1_5em--sp {
    margin: 1.5em !important;
  }
  .u-mt1_5em--sp {
    margin-top: 1.5em !important;
  }
  .u-mb1_5em--sp {
    margin-bottom: 1.5em !important;
  }
  .u-ml1_5em--sp {
    margin-left: 1.5em !important;
  }
  .u-mr1_5em--sp {
    margin-right: 1.5em !important;
  }
  .u-pt1_5em--sp {
    padding-top: 1.5em !important;
  }
  .u-pb1_5em--sp {
    padding-bottom: 1.5em !important;
  }
  .u-pl1_5em--sp {
    padding-left: 1.5em !important;
  }
  .u-pr1_5em--sp {
    padding-right: 1.5em !important;
  }
  .u-p1_5em--sp {
    padding: 1.5em !important;
  }
  .u-m2em--sp {
    margin: 2em !important;
  }
  .u-mt2em--sp {
    margin-top: 2em !important;
  }
  .u-mb2em--sp {
    margin-bottom: 2em !important;
  }
  .u-ml2em--sp {
    margin-left: 2em !important;
  }
  .u-mr2em--sp {
    margin-right: 2em !important;
  }
  .u-pt2em--sp {
    padding-top: 2em !important;
  }
  .u-pb2em--sp {
    padding-bottom: 2em !important;
  }
  .u-pl2em--sp {
    padding-left: 2em !important;
  }
  .u-pr2em--sp {
    padding-right: 2em !important;
  }
  .u-p2em--sp {
    padding: 2em !important;
  }
  .u-m2_5em--sp {
    margin: 2.5em !important;
  }
  .u-mt2_5em--sp {
    margin-top: 2.5em !important;
  }
  .u-mb2_5em--sp {
    margin-bottom: 2.5em !important;
  }
  .u-ml2_5em--sp {
    margin-left: 2.5em !important;
  }
  .u-mr2_5em--sp {
    margin-right: 2.5em !important;
  }
  .u-pt2_5em--sp {
    padding-top: 2.5em !important;
  }
  .u-pb2_5em--sp {
    padding-bottom: 2.5em !important;
  }
  .u-pl2_5em--sp {
    padding-left: 2.5em !important;
  }
  .u-pr2_5em--sp {
    padding-right: 2.5em !important;
  }
  .u-p2_5em--sp {
    padding: 2.5em !important;
  }
  .u-m3em--sp {
    margin: 3em !important;
  }
  .u-mt3em--sp {
    margin-top: 3em !important;
  }
  .u-mb3em--sp {
    margin-bottom: 3em !important;
  }
  .u-ml3em--sp {
    margin-left: 3em !important;
  }
  .u-mr3em--sp {
    margin-right: 3em !important;
  }
  .u-pt3em--sp {
    padding-top: 3em !important;
  }
  .u-pb3em--sp {
    padding-bottom: 3em !important;
  }
  .u-pl3em--sp {
    padding-left: 3em !important;
  }
  .u-pr3em--sp {
    padding-right: 3em !important;
  }
  .u-p3em--sp {
    padding: 3em !important;
  }
  .u-m3_5em--sp {
    margin: 3.5em !important;
  }
  .u-mt3_5em--sp {
    margin-top: 3.5em !important;
  }
  .u-mb3_5em--sp {
    margin-bottom: 3.5em !important;
  }
  .u-ml3_5em--sp {
    margin-left: 3.5em !important;
  }
  .u-mr3_5em--sp {
    margin-right: 3.5em !important;
  }
  .u-pt3_5em--sp {
    padding-top: 3.5em !important;
  }
  .u-pb3_5em--sp {
    padding-bottom: 3.5em !important;
  }
  .u-pl3_5em--sp {
    padding-left: 3.5em !important;
  }
  .u-pr3_5em--sp {
    padding-right: 3.5em !important;
  }
  .u-p3_5em--sp {
    padding: 3.5em !important;
  }
  .u-m4em--sp {
    margin: 4em !important;
  }
  .u-mt4em--sp {
    margin-top: 4em !important;
  }
  .u-mb4em--sp {
    margin-bottom: 4em !important;
  }
  .u-ml4em--sp {
    margin-left: 4em !important;
  }
  .u-mr4em--sp {
    margin-right: 4em !important;
  }
  .u-pt4em--sp {
    padding-top: 4em !important;
  }
  .u-pb4em--sp {
    padding-bottom: 4em !important;
  }
  .u-pl4em--sp {
    padding-left: 4em !important;
  }
  .u-pr4em--sp {
    padding-right: 4em !important;
  }
  .u-p4em--sp {
    padding: 4em !important;
  }
  .u-m4_5em--sp {
    margin: 4.5em !important;
  }
  .u-mt4_5em--sp {
    margin-top: 4.5em !important;
  }
  .u-mb4_5em--sp {
    margin-bottom: 4.5em !important;
  }
  .u-ml4_5em--sp {
    margin-left: 4.5em !important;
  }
  .u-mr4_5em--sp {
    margin-right: 4.5em !important;
  }
  .u-pt4_5em--sp {
    padding-top: 4.5em !important;
  }
  .u-pb4_5em--sp {
    padding-bottom: 4.5em !important;
  }
  .u-pl4_5em--sp {
    padding-left: 4.5em !important;
  }
  .u-pr4_5em--sp {
    padding-right: 4.5em !important;
  }
  .u-p4_5em--sp {
    padding: 4.5em !important;
  }
  .u-m5em--sp {
    margin: 5em !important;
  }
  .u-mt5em--sp {
    margin-top: 5em !important;
  }
  .u-mb5em--sp {
    margin-bottom: 5em !important;
  }
  .u-ml5em--sp {
    margin-left: 5em !important;
  }
  .u-mr5em--sp {
    margin-right: 5em !important;
  }
  .u-pt5em--sp {
    padding-top: 5em !important;
  }
  .u-pb5em--sp {
    padding-bottom: 5em !important;
  }
  .u-pl5em--sp {
    padding-left: 5em !important;
  }
  .u-pr5em--sp {
    padding-right: 5em !important;
  }
  .u-p5em--sp {
    padding: 5em !important;
  }
  .u-m5_5em--sp {
    margin: 5.5em !important;
  }
  .u-mt5_5em--sp {
    margin-top: 5.5em !important;
  }
  .u-mb5_5em--sp {
    margin-bottom: 5.5em !important;
  }
  .u-ml5_5em--sp {
    margin-left: 5.5em !important;
  }
  .u-mr5_5em--sp {
    margin-right: 5.5em !important;
  }
  .u-pt5_5em--sp {
    padding-top: 5.5em !important;
  }
  .u-pb5_5em--sp {
    padding-bottom: 5.5em !important;
  }
  .u-pl5_5em--sp {
    padding-left: 5.5em !important;
  }
  .u-pr5_5em--sp {
    padding-right: 5.5em !important;
  }
  .u-p5_5em--sp {
    padding: 5.5em !important;
  }
  .u-m6em--sp {
    margin: 6em !important;
  }
  .u-mt6em--sp {
    margin-top: 6em !important;
  }
  .u-mb6em--sp {
    margin-bottom: 6em !important;
  }
  .u-ml6em--sp {
    margin-left: 6em !important;
  }
  .u-mr6em--sp {
    margin-right: 6em !important;
  }
  .u-pt6em--sp {
    padding-top: 6em !important;
  }
  .u-pb6em--sp {
    padding-bottom: 6em !important;
  }
  .u-pl6em--sp {
    padding-left: 6em !important;
  }
  .u-pr6em--sp {
    padding-right: 6em !important;
  }
  .u-p6em--sp {
    padding: 6em !important;
  }
  .u-m6_5em--sp {
    margin: 6.5em !important;
  }
  .u-mt6_5em--sp {
    margin-top: 6.5em !important;
  }
  .u-mb6_5em--sp {
    margin-bottom: 6.5em !important;
  }
  .u-ml6_5em--sp {
    margin-left: 6.5em !important;
  }
  .u-mr6_5em--sp {
    margin-right: 6.5em !important;
  }
  .u-pt6_5em--sp {
    padding-top: 6.5em !important;
  }
  .u-pb6_5em--sp {
    padding-bottom: 6.5em !important;
  }
  .u-pl6_5em--sp {
    padding-left: 6.5em !important;
  }
  .u-pr6_5em--sp {
    padding-right: 6.5em !important;
  }
  .u-p6_5em--sp {
    padding: 6.5em !important;
  }
  .u-m7em--sp {
    margin: 7em !important;
  }
  .u-mt7em--sp {
    margin-top: 7em !important;
  }
  .u-mb7em--sp {
    margin-bottom: 7em !important;
  }
  .u-ml7em--sp {
    margin-left: 7em !important;
  }
  .u-mr7em--sp {
    margin-right: 7em !important;
  }
  .u-pt7em--sp {
    padding-top: 7em !important;
  }
  .u-pb7em--sp {
    padding-bottom: 7em !important;
  }
  .u-pl7em--sp {
    padding-left: 7em !important;
  }
  .u-pr7em--sp {
    padding-right: 7em !important;
  }
  .u-p7em--sp {
    padding: 7em !important;
  }
  .u-m7_5em--sp {
    margin: 7.5em !important;
  }
  .u-mt7_5em--sp {
    margin-top: 7.5em !important;
  }
  .u-mb7_5em--sp {
    margin-bottom: 7.5em !important;
  }
  .u-ml7_5em--sp {
    margin-left: 7.5em !important;
  }
  .u-mr7_5em--sp {
    margin-right: 7.5em !important;
  }
  .u-pt7_5em--sp {
    padding-top: 7.5em !important;
  }
  .u-pb7_5em--sp {
    padding-bottom: 7.5em !important;
  }
  .u-pl7_5em--sp {
    padding-left: 7.5em !important;
  }
  .u-pr7_5em--sp {
    padding-right: 7.5em !important;
  }
  .u-p7_5em--sp {
    padding: 7.5em !important;
  }
  .u-m8em--sp {
    margin: 8em !important;
  }
  .u-mt8em--sp {
    margin-top: 8em !important;
  }
  .u-mb8em--sp {
    margin-bottom: 8em !important;
  }
  .u-ml8em--sp {
    margin-left: 8em !important;
  }
  .u-mr8em--sp {
    margin-right: 8em !important;
  }
  .u-pt8em--sp {
    padding-top: 8em !important;
  }
  .u-pb8em--sp {
    padding-bottom: 8em !important;
  }
  .u-pl8em--sp {
    padding-left: 8em !important;
  }
  .u-pr8em--sp {
    padding-right: 8em !important;
  }
  .u-p8em--sp {
    padding: 8em !important;
  }
  .u-m8_5em--sp {
    margin: 8.5em !important;
  }
  .u-mt8_5em--sp {
    margin-top: 8.5em !important;
  }
  .u-mb8_5em--sp {
    margin-bottom: 8.5em !important;
  }
  .u-ml8_5em--sp {
    margin-left: 8.5em !important;
  }
  .u-mr8_5em--sp {
    margin-right: 8.5em !important;
  }
  .u-pt8_5em--sp {
    padding-top: 8.5em !important;
  }
  .u-pb8_5em--sp {
    padding-bottom: 8.5em !important;
  }
  .u-pl8_5em--sp {
    padding-left: 8.5em !important;
  }
  .u-pr8_5em--sp {
    padding-right: 8.5em !important;
  }
  .u-p8_5em--sp {
    padding: 8.5em !important;
  }
  .u-m9em--sp {
    margin: 9em !important;
  }
  .u-mt9em--sp {
    margin-top: 9em !important;
  }
  .u-mb9em--sp {
    margin-bottom: 9em !important;
  }
  .u-ml9em--sp {
    margin-left: 9em !important;
  }
  .u-mr9em--sp {
    margin-right: 9em !important;
  }
  .u-pt9em--sp {
    padding-top: 9em !important;
  }
  .u-pb9em--sp {
    padding-bottom: 9em !important;
  }
  .u-pl9em--sp {
    padding-left: 9em !important;
  }
  .u-pr9em--sp {
    padding-right: 9em !important;
  }
  .u-p9em--sp {
    padding: 9em !important;
  }
  .u-m9_5em--sp {
    margin: 9.5em !important;
  }
  .u-mt9_5em--sp {
    margin-top: 9.5em !important;
  }
  .u-mb9_5em--sp {
    margin-bottom: 9.5em !important;
  }
  .u-ml9_5em--sp {
    margin-left: 9.5em !important;
  }
  .u-mr9_5em--sp {
    margin-right: 9.5em !important;
  }
  .u-pt9_5em--sp {
    padding-top: 9.5em !important;
  }
  .u-pb9_5em--sp {
    padding-bottom: 9.5em !important;
  }
  .u-pl9_5em--sp {
    padding-left: 9.5em !important;
  }
  .u-pr9_5em--sp {
    padding-right: 9.5em !important;
  }
  .u-p9_5em--sp {
    padding: 9.5em !important;
  }
  .u-m10em--sp {
    margin: 10em !important;
  }
  .u-mt10em--sp {
    margin-top: 10em !important;
  }
  .u-mb10em--sp {
    margin-bottom: 10em !important;
  }
  .u-ml10em--sp {
    margin-left: 10em !important;
  }
  .u-mr10em--sp {
    margin-right: 10em !important;
  }
  .u-pt10em--sp {
    padding-top: 10em !important;
  }
  .u-pb10em--sp {
    padding-bottom: 10em !important;
  }
  .u-pl10em--sp {
    padding-left: 10em !important;
  }
  .u-pr10em--sp {
    padding-right: 10em !important;
  }
  .u-p10em--sp {
    padding: 10em !important;
  }
  .u-mAuto--sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-pAuto--sp {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .u-m0--sp {
    margin: 0 !important;
  }
  .u-mt0--sp {
    margin-top: 0 !important;
  }
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
  .u-ml0--sp {
    margin-left: 0 !important;
  }
  .u-mr0--sp {
    margin-right: 0 !important;
  }
  .u-pt0--sp {
    padding-top: 0 !important;
  }
  .u-pb0--sp {
    padding-bottom: 0 !important;
  }
  .u-pl0--sp {
    padding-left: 0 !important;
  }
  .u-pr0--sp {
    padding-right: 0 !important;
  }
  .u-p0--sp {
    padding: 0 !important;
  }
}
/* =================================================
 Layout
================================================= */
.u-blockCenter {
  margin-left: auto;
  margin-right: auto;
}

.u-tdUnderline {
  text-decoration: underline;
}

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