@charset "UTF-8";
/* CSS Document */
/*
Theme Name: ジャンプス2024リニューアル
Author: 株式会社ジャンプス

*/
/* 欧文フォント */
.eg {
  font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-style: normal; }

/* 日本語フォント */
.jp {
  font-family: dnp-shuei-gothic-gin-std, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif; }

/* 文字寄せ */
.center {
  text-align: center; }

.right {
  text-align: right; }

/* ノートパソコン改行 */
@media screen and (max-width: 1200px) {
  .npbr {
    display: block; } }

/* タブレット改行 */
@media screen and (max-width: 768px) {
  .tbbr {
    display: block; } }

/* スマホ改行 */
@media screen and (max-width: 480px) {
  .spbr {
    display: block; } }

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none; } }

/* 見出し */
.sec_ttl {
  font-size: 1em;
  padding-bottom: 3em;
  /* 英語 */
  /* 日本語 */ }
  .sec_ttl .eg,
  .sec_ttl .jp {
    display: block; }
  .sec_ttl .eg {
    font-size: 3.75em;
    font-weight: 600;
    line-height: 1em;
    /* 小英語 */ }
    .sec_ttl .eg:has(+ .jp) {
      font-size: 0.7em;
      font-weight: 500;
      padding-bottom: 0.5em; }
  .sec_ttl .jp {
    font-size: 2em;
    font-weight: 600;
    line-height: 1.5em; }
    @media screen and (max-width: 480px) {
      .sec_ttl .jp {
        font-size: 1.6em; } }

/* 段落 */
p {
  padding-bottom: 2em; }

/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.25em; }
  .note::before {
    content: "※"; }

/* 画像 */
img {
  vertical-align: bottom; }
  img.img100 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%; }

.imgbox {
  line-height: 0; }

/* 角丸 */
.rd {
  border-radius: 1em;
  position: relative;
  z-index: 1;
  overflow: hidden; }

span.rd {
  display: inline-block; }

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
.w_fill {
  fill: #fff; }

.g_fill {
  fill: #f3f3f3; }

/* ================= ロゴアイコンの線が描かれるアニメーション ============================================================ */
#logo_mask,
#logo_mask2 {
  animation: h-written 1s 1;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

@keyframes h-written {
  0% {
    stroke-dashoffset: 806.61px;
    opacity: 0;
    filter: alpha(opacity=0); }
  25% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
    filter: alpha(opacity=100); } }
/* ================= 右から左に流れ続けるアニメーション ============================================================ */
@-webkit-keyframes flowani1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-moz-keyframes flowani1 {
  0% {
    -moz-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-o-keyframes flowani1 {
  0% {
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -o-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes flowani1 {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-webkit-keyframes flowani2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%); } }
@-moz-keyframes flowani2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0); }
  to {
    -moz-transform: translateX(-200%);
    transform: translateX(-200%); } }
@-o-keyframes flowani2 {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0); }
  to {
    -o-transform: translateX(-200%);
    transform: translateX(-200%); } }
@keyframes flowani2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%); } }
/* ================= 左から右に流れ続けるアニメーション ============================================================ */
@-webkit-keyframes flowani3 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@-moz-keyframes flowani3 {
  0% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -moz-transform: translateX(100%);
    transform: translateX(100%); } }
@-o-keyframes flowani3 {
  0% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -o-transform: translateX(100%);
    transform: translateX(100%); } }
@keyframes flowani3 {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }
@-webkit-keyframes flowani4 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(200%);
    transform: translateX(200%); } }
@-moz-keyframes flowani4 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0); }
  to {
    -moz-transform: translateX(200%);
    transform: translateX(200%); } }
@-o-keyframes flowani4 {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0); }
  to {
    -o-transform: translateX(200%);
    transform: translateX(200%); } }
@keyframes flowani4 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%); } }
/* ================= 左右に回転で揺れるアニメーション ============================================================ */
@-webkit-keyframes ani_rocking {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
@-webkit-keyframes ani_rocking2 {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(5deg); }
  100% {
    transform: rotate(0deg); } }
/* ================= ふわふわ動くアニメーション ============================================================ */
@keyframes dizzy_anm {
  0% {
    transform: rotate(0deg) translate(0, 0); }
  25% {
    transform: rotate(10deg) translate(-3em, -1.5em); }
  50% {
    transform: rotate(0deg) translate(0, 0); }
  75% {
    transform: rotate(-10deg) translate(0, -3em); }
  100% {
    transform: rotate(0deg) translate(0, 0); } }
@keyframes dizzy_anm2 {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, 3em); }
  50% {
    transform: translate(0, 0); }
  75% {
    transform: translate(0, 5em); }
  100% {
    transform: translate(0, 0); } }
@keyframes dizzy_anm3 {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, 4em); }
  50% {
    transform: translate(0, 0); }
  75% {
    transform: translate(0, 6em); }
  100% {
    transform: translate(0, 0); } }
@keyframes dizzy_anm4 {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(0, 5em); }
  50% {
    transform: translate(0, 0); }
  75% {
    transform: translate(0, 7em); }
  100% {
    transform: translate(0, 0); } }
/* ================= 回転するアニメーション ============================================================ */
@keyframes rt360_anm {
  0% {
    transform: rotate(0deg) translate(0, 0); }
  25% {
    transform: rotate(360deg) translate(-3em, -2em); }
  50% {
    transform: rotate(0deg) translate(0, 0); }
  75% {
    transform: rotate(-360deg) translate(0, -3em); }
  100% {
    transform: rotate(0deg) translate(0, 0); } }
@keyframes rt10_anm {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(10deg) translate(0, 0); }
  100% {
    transform: rotate(0deg) translate(0, 0); } }
@keyframes rt15_anm {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(-15deg) translate(0, 0); }
  100% {
    transform: rotate(0deg) translate(0, 0); } }
@keyframes rt20_anm {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(20deg) translate(0, 0); }
  100% {
    transform: rotate(0deg) translate(0, 0); } }
/* 読み込み遅延 */
img {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  img.lazyload {
    opacity: 0;
    filter: alpha(opacity=0); }
  img.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }

/* 読み込み遅延 */
.lazyload0, .lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }
  .lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100); }

.lazyload1 {
  -webkit-transform: translate(0, 3.75em);
  -moz-transform: translate(0, 3.75em);
  -ms-transform: translate(0, 3.75em);
  -o-transform: translate(0, 3.75em);
  transform: translate(0, 3.75em); }
  .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.lazyload2 {
  -webkit-transform: translate(-3.75em, 0);
  -moz-transform: translate(-3.75em, 0);
  -ms-transform: translate(-3.75em, 0);
  -o-transform: translate(-3.75em, 0);
  transform: translate(-3.75em, 0); }
  .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.lazyload3 {
  -webkit-transform: translate(3.75em, 0);
  -moz-transform: translate(3.75em, 0);
  -ms-transform: translate(3.75em, 0);
  -o-transform: translate(3.75em, 0);
  transform: translate(3.75em, 0); }
  .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.lazyload4 {
  -webkit-transform: translate(0, -3.75em);
  -moz-transform: translate(0, -3.75em);
  -ms-transform: translate(0, -3.75em);
  -o-transform: translate(0, -3.75em);
  transform: translate(0, -3.75em); }
  .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* トップページ内コンテンツの場合 */
#front-page section:not(#mainimg) .lazyload0.lazyloaded, #front-page section:not(#mainimg) .lazyload1.lazyloaded, #front-page section:not(#mainimg) .lazyload2.lazyloaded, #front-page section:not(#mainimg) .lazyload3.lazyloaded, #front-page section:not(#mainimg) .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0); }
#front-page section:not(#mainimg) .lazyload1.lazyloaded {
  -webkit-transform: translate(0, 3.75em);
  -moz-transform: translate(0, 3.75em);
  -ms-transform: translate(0, 3.75em);
  -o-transform: translate(0, 3.75em);
  transform: translate(0, 3.75em); }
#front-page section:not(#mainimg) .lazyload2.lazyloaded {
  -webkit-transform: translate(-3.75em, 0);
  -moz-transform: translate(-3.75em, 0);
  -ms-transform: translate(-3.75em, 0);
  -o-transform: translate(-3.75em, 0);
  transform: translate(-3.75em, 0); }
#front-page section:not(#mainimg) .lazyload3.lazyloaded {
  -webkit-transform: translate(3.75em, 0);
  -moz-transform: translate(3.75em, 0);
  -ms-transform: translate(3.75em, 0);
  -o-transform: translate(3.75em, 0);
  transform: translate(3.75em, 0); }
#front-page section:not(#mainimg) .lazyload4.lazyloaded {
  -webkit-transform: translate(0, -3.75em);
  -moz-transform: translate(0, -3.75em);
  -ms-transform: translate(0, -3.75em);
  -o-transform: translate(0, -3.75em);
  transform: translate(0, -3.75em); }
#front-page section:not(#mainimg).on .lazyload0.lazyloaded, #front-page section:not(#mainimg).on .lazyload1.lazyloaded, #front-page section:not(#mainimg).on .lazyload2.lazyloaded, #front-page section:not(#mainimg).on .lazyload3.lazyloaded, #front-page section:not(#mainimg).on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100); }
#front-page section:not(#mainimg).on .lazyload1.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
#front-page section:not(#mainimg).on .lazyload2.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
#front-page section:not(#mainimg).on .lazyload3.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
#front-page section:not(#mainimg).on .lazyload4.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
#front-page section:not(#mainimg).on section .lazyload0.lazyloaded, #front-page section:not(#mainimg).on section .lazyload1.lazyloaded, #front-page section:not(#mainimg).on section .lazyload2.lazyloaded, #front-page section:not(#mainimg).on section .lazyload3.lazyloaded, #front-page section:not(#mainimg).on section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0); }
#front-page section:not(#mainimg).on section .lazyload1.lazyloaded {
  -webkit-transform: translate(0, 3.75em);
  -moz-transform: translate(0, 3.75em);
  -ms-transform: translate(0, 3.75em);
  -o-transform: translate(0, 3.75em);
  transform: translate(0, 3.75em); }
#front-page section:not(#mainimg).on section .lazyload2.lazyloaded {
  -webkit-transform: translate(-3.75em, 0);
  -moz-transform: translate(-3.75em, 0);
  -ms-transform: translate(-3.75em, 0);
  -o-transform: translate(-3.75em, 0);
  transform: translate(-3.75em, 0); }
#front-page section:not(#mainimg).on section .lazyload3.lazyloaded {
  -webkit-transform: translate(3.75em, 0);
  -moz-transform: translate(3.75em, 0);
  -ms-transform: translate(3.75em, 0);
  -o-transform: translate(3.75em, 0);
  transform: translate(3.75em, 0); }
#front-page section:not(#mainimg).on section .lazyload4.lazyloaded {
  -webkit-transform: translate(0, -3.75em);
  -moz-transform: translate(0, -3.75em);
  -ms-transform: translate(0, -3.75em);
  -o-transform: translate(0, -3.75em);
  transform: translate(0, -3.75em); }
#front-page section:not(#mainimg).on section.on .lazyload0.lazyloaded, #front-page section:not(#mainimg).on section.on .lazyload1.lazyloaded, #front-page section:not(#mainimg).on section.on .lazyload2.lazyloaded, #front-page section:not(#mainimg).on section.on .lazyload3.lazyloaded, #front-page section:not(#mainimg).on section.on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100); }
#front-page section:not(#mainimg).on section.on .lazyload1.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
#front-page section:not(#mainimg).on section.on .lazyload2.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
#front-page section:not(#mainimg).on section.on .lazyload3.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
#front-page section:not(#mainimg).on section.on .lazyload4.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
@media screen and (min-width: 1921px) and (max-aspect-ratio: 100 / 53) {
  #front-page section:not(#mainimg).onsp .lazyload0.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload1.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload2.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload3.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  #front-page section:not(#mainimg).onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (max-width: 1920px) and (min-width: 1201px) and (max-aspect-ratio: 2 / 1) {
  #front-page section:not(#mainimg).onsp .lazyload0.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload1.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload2.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload3.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  #front-page section:not(#mainimg).onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (max-width: 1200px) and (min-width: 769px) and (max-aspect-ratio: 25 / 13) {
  #front-page section:not(#mainimg).onsp .lazyload0.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload1.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload2.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload3.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  #front-page section:not(#mainimg).onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 25 / 37) {
  #front-page section:not(#mainimg).onsp .lazyload0.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload1.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload2.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload3.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  #front-page section:not(#mainimg).onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (max-width: 480px) and (max-aspect-ratio: 35 / 68) {
  #front-page section:not(#mainimg).onsp .lazyload0.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload1.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload2.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload3.lazyloaded, #front-page section:not(#mainimg).onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  #front-page section:not(#mainimg).onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #front-page section:not(#mainimg).onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

/* リンク */
a {
  text-decoration: none;
  color: #12a9de;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  a img {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  a:hover {
    color: #fc4b47; }
    a:hover img {
      opacity: 0.7;
      filter: alpha(opacity=70); }

/* ボタン */
.btn {
  /* 白ボタン */ }
  .btn a {
    display: inline-block;
    width: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    min-width: 15em;
    padding: 1.375em 2em;
    border-radius: 1.875em;
    cursor: pointer;
    background: #000;
    color: #fff; }
    .btn a:hover {
      -webkit-transform: translate(0, 0.2em);
      -moz-transform: translate(0, 0.2em);
      -ms-transform: translate(0, 0.2em);
      -o-transform: translate(0, 0.2em);
      transform: translate(0, 0.2em); }
  .btn.btn_w a {
    background: #fff;
    color: #000; }

/* 下線 */
/* ================= News ============================================================ */
.news_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside; }
  .news_list li {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.5em 0;
    border-top: solid 0.15em;
    border-image: linear-gradient(to right, #30c5f9, #f953a6, #fc4b47) 1;
    /* 出現タイミングすらす */ }
    .news_list li:last-child {
      border-bottom: solid 0.15em; }
    .news_list li:nth-child(1) {
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .news_list li:nth-child(2) {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .news_list li:nth-child(3) {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .news_list li:nth-child(4) {
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .news_list li:nth-child(5) {
      -webkit-transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .news_list li:nth-child(6) {
      -webkit-transition-delay: 0.6s;
      -moz-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .news_list li:nth-child(7) {
      -webkit-transition-delay: 0.7s;
      -moz-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .news_list li:nth-child(8) {
      -webkit-transition-delay: 0.8s;
      -moz-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .news_list li:nth-child(9) {
      -webkit-transition-delay: 0.9s;
      -moz-transition-delay: 0.9s;
      -o-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    .news_list li:nth-child(10) {
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .news_list li:nth-child(11) {
      -webkit-transition-delay: 1.1s;
      -moz-transition-delay: 1.1s;
      -o-transition-delay: 1.1s;
      transition-delay: 1.1s; }
    .news_list li:nth-child(12) {
      -webkit-transition-delay: 1.2s;
      -moz-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    .news_list li a {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      /* 日付 */
      /* -------------------------- 記事テキスト ------------------------------------------- */
      /* -------------------------- マウスオーバー ------------------------------------------- */ }
      @media screen and (min-width: 481px) {
        .news_list li a {
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          align-items: center; } }
      .news_list li a .date {
        width: 7.5em;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 1em;
        color: #000;
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        -o-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        @media screen and (max-width: 480px) {
          .news_list li a .date {
            width: 100%;
            padding-bottom: 1em; } }
      .news_list li a .post_txt {
        width: auto;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: calc( 100% - 7.5em);
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        color: #000;
        -webkit-transition: 0.7s ease;
        -moz-transition: 0.7s ease;
        -ms-transition: 0.7s ease;
        -o-transition: 0.7s ease;
        transition: 0.7s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /* タイトル ------------------------------------------- */
        /* 要約 ------------------------------------------- */ }
        @media screen and (max-width: 480px) {
          .news_list li a .post_txt {
            width: 100%;
            -webkit-box-flex: 0;
            -webkit-flex: none;
            -moz-box-flex: 0;
            -ms-flex: none;
            flex: none; } }
        .news_list li a .post_txt .post_ttl {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 1.25em;
          font-weight: 600;
          line-height: 1em;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          /* Opera9,10対応 */ }
        .news_list li a .post_txt .post_exc {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-weight: 400;
          line-height: 1em;
          padding-top: 1em;
          padding-bottom: 0;
          word-break: break-all;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          /* Opera9,10対応 */ }
      .news_list li a:hover {
        /* 日付 */
        /* 記事テキスト ------------------------------------------- */ }
        .news_list li a:hover .date {
          -webkit-transform: scale(1.5);
          -moz-transform: scale(1.5);
          -ms-transform: scale(1.5);
          -o-transform: scale(1.5);
          transform: scale(1.5); }
        .news_list li a:hover .post_txt {
          -webkit-transform: translate(1em, 0);
          -moz-transform: translate(1em, 0);
          -ms-transform: translate(1em, 0);
          -o-transform: translate(1em, 0);
          transform: translate(1em, 0); }

/* ================= Journal ============================================================ */
/* -------------------------- 個別記事（トップページ共通） ------------------------------------------- */
.journal_post {
  width: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em; }
  .journal_post a {
    display: block;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 1em;
    overflow: hidden;
    /* テキスト ------------------------------------------- */
    /* サムネイル ------------------------------------------- */
    /* 抜粋文 ------------------------------------------- */
    /* マウスオーバー ------------------------------------------- */ }
    .journal_post a .txtbox {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1.25em;
      padding-bottom: 1em;
      color: #000;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      /* 見出し */
      /* 日付 */
      /* 英語テキスト */ }
      @media screen and (max-width: 480px) {
        .journal_post a .txtbox {
          padding: 1em; } }
      .journal_post a .txtbox .post_ttl {
        width: auto;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: calc( 100% - 6.5em );
        font-size: 1em;
        font-weight: 600;
        line-height: 1.5em;
        margin-bottom: 0.75em;
        word-break: break-all; }
        @media screen and (max-width: 1200px) {
          .journal_post a .txtbox .post_ttl {
            width: calc( 100% - 5em ); } }
        @media screen and (max-width: 480px) {
          .journal_post a .txtbox .post_ttl {
            width: calc( 100% - 3.5em );
            margin-bottom: 0; } }
        .journal_post a .txtbox .post_ttl span {
          display: block;
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          height: 4.5em;
          overflow: hidden;
          text-align: justify; }
          .journal_post a .txtbox .post_ttl span::before, .journal_post a .txtbox .post_ttl span::after {
            position: absolute;
            background: #fff; }
          .journal_post a .txtbox .post_ttl span::before {
            content: "…";
            bottom: 0;
            right: 0;
            color: #000; }
          .journal_post a .txtbox .post_ttl span::after {
            content: "";
            height: 100%;
            width: 100%; }
          @media screen and (max-width: 1200px) {
            .journal_post a .txtbox .post_ttl span {
              height: 3em; } }
  @media screen and (max-width: 1200px) and (min-width: 769px) {
    .journal_post a .txtbox .post_ttl span {
      font-size: 0.9em;
      line-height: 1.5em; } }

          @media screen and (max-width: 480px) {
            .journal_post a .txtbox .post_ttl span {
              font-size: 0.75em;
              line-height: 1.5em; } }
      .journal_post a .txtbox .date {
        font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
        font-style: normal;
        width: 6.5em;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: right; }
        @media screen and (max-width: 1200px) {
          .journal_post a .txtbox .date {
            font-size: 0.7em; } }
        @media screen and (max-width: 480px) {
          .journal_post a .txtbox .date {
            font-size: 0.5em; } }
        .journal_post a .txtbox .date .year {
          font-size: 1.25em;
          font-weight: 500;
          line-height: 1em; }
          .journal_post a .txtbox .date .year::before {
            content: "Journal";
            font-size: 0.64em;
            font-weight: 600;
            padding-right: 0.5em; }
        .journal_post a .txtbox .date .md {
          font-weight: 600;
          line-height: 3em; }
          .journal_post a .txtbox .date .md .month {
            font-size: 1.7em;
            padding-right: 0.15em; }
          .journal_post a .txtbox .date .md .day {
            font-size: 3.5em; }
      .journal_post a .txtbox::after {
        display: block;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
        font-style: normal;
        font-size: 0.75em;
        font-weight: 500;
        line-height: 1em;
        content: "Sharing useful information,\A columns, and blogs!";
        white-space: pre;
        border-top: #000 solid 0.15em;
        padding-top: 1.33em; }
        @media screen and (max-width: 480px) {
          .journal_post a .txtbox::after {
            font-size: 0.6em;
            padding-top: 0.5em; } }
    .journal_post a .thumb {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      aspect-ratio: 1/1;
      overflow: hidden; }
      .journal_post a .thumb img {
        object-fit: cover;
        object-position: 50% 50%;
        width: 100%;
        height: 100%; }
    .journal_post a .post_exc {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #000;
      color: #fff;
      padding: 1em 1.25em; }
      @media screen and (max-width: 480px) {
        .journal_post a .post_exc {
          padding: 0.75em 1em; } }
      .journal_post a .post_exc span {
        font-size: 0.8em;
        display: block;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 3em;
        line-height: 1.5em;
        word-break: break-all;
        overflow: hidden;
        text-align: justify; }
        .journal_post a .post_exc span::before, .journal_post a .post_exc span::after {
          position: absolute;
          background: #000; }
        .journal_post a .post_exc span::before {
          content: "…";
          bottom: 0;
          right: 0;
          color: #fff; }
        .journal_post a .post_exc span::after {
          content: "";
          height: 100%;
          width: 100%; }
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .journal_post a .post_exc span {
    font-size: 0.7em; } }

        @media screen and (max-width: 480px) {
          .journal_post a .post_exc span {
            font-size: 0.7em; } }
    .journal_post a:hover .thumb img {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

/* -------------------------- 記事一覧（トップページ共通） ------------------------------------------- */
.journal_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -------------------------- 記事一覧（アーカイブページ） ------------------------------------------- */ }
  .journal_list li {
    width: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .journal_list:not(.flow_jn) {
    margin-top: -2%; }
    @media screen and (max-width: 768px) {
      .journal_list:not(.flow_jn) {
        margin-top: -4%; } }
    .journal_list:not(.flow_jn) li {
      width: 32%;
      margin-right: 2%;
      margin-top: 2%; }
      @media screen and (min-width: 769px) {
        .journal_list:not(.flow_jn) li:nth-child(3n) {
          margin-right: 0; } }
      @media screen and (max-width: 768px) {
        .journal_list:not(.flow_jn) li {
          width: 48%;
          margin-right: 4%;
          margin-top: 4%; }
          .journal_list:not(.flow_jn) li:nth-child(2n) {
            margin-right: 0; } }
      .journal_list:not(.flow_jn) li a {
        /* テキスト ------------------------------------------- */ }
        .journal_list:not(.flow_jn) li a .txtbox {
          /* 英語テキスト */ }
          @media screen and (max-width: 480px) {
            .journal_list:not(.flow_jn) li a .txtbox {
              padding-bottom: 0.3em; } }
          @media screen and (max-width: 480px) {
            .journal_list:not(.flow_jn) li a .txtbox::after {
              content: none; } }

/* ================= 制作実績 ============================================================ */
/* -------------------------- 詳細ページ共通モック部分 ------------------------------------------- */
.works_img {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  aspect-ratio: 1988/1456;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("/images/works_mock.png");
  /* サムネイル画像 ------------------------------------------- */
  /* パソコン表示 */
  /* スマートフォン表示 */
  /* パソコンモックのみ ------------------------------------------- */
  /* スマホモックのみ ------------------------------------------- */
  /* タブレットスライドショー ------------------------------------------- */
  /* その他画像一枚 ------------------------------------------- */
  /* その他スライドショー ------------------------------------------- */
  /* その他 ------------------------------------------- */ }
  .works_img img {
    width: 100%;
    height: auto; }
  .works_img .pc_screen,
  .works_img .sp_screen {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .works_img .pc_screen::-webkit-scrollbar,
    .works_img .sp_screen::-webkit-scrollbar {
      display: none; }
  .works_img .pc_screen {
    width: 71%;
    height: 54.74%;
    position: absolute;
    top: 5.151%;
    left: 3.873%;
    right: auto;
    bottom: auto; }
  .works_img .sp_screen {
    width: 20.62%;
    height: 49.66%;
    position: absolute;
    top: 34%;
    left: 77.97%;
    right: auto;
    bottom: auto; }
  .works_img.pc_only {
    background-image: url("/images/works_mock_pc.png"); }
    .works_img.pc_only .pc_screen {
      left: 14.5%; }
  .works_img.sp_only {
    background-image: url("/images/works_mock_sp.png"); }
    .works_img.sp_only .sp_screen {
      width: 27.72%;
      height: 66.48%;
      /* 中央の画面 */
      /* 後ろの画面（左） */
      /* 後ろの画面（右） */ }
      .works_img.sp_only .sp_screen.sp_screen1 {
        top: 14.42%;
        left: 36.12%; }
      .works_img.sp_only .sp_screen.sp_screen2 {
        top: 10.5%;
        left: 6.74%; }
      .works_img.sp_only .sp_screen.sp_screen3 {
        top: 10.5%;
        left: auto;
        right: 6.74%; }
  .works_img.tb_slider {
    background-image: url("/images/works_mock_tb.png");
    /* 一覧ページのサムネイル時 */ }
    .works_img.tb_slider .tb_screen {
      width: 74.75%;
      height: 76.58%;
      position: absolute;
      top: 7.49%;
      left: 12.63%;
      right: auto;
      bottom: auto;
      /* スライターナビ位置調整 */ }
      .works_img.tb_slider .tb_screen .metaslider .theme-default .nivo-controlNav {
        padding: 0.5em 0; }
        @media screen and (max-width: 1200px) {
          .works_img.tb_slider .tb_screen .metaslider .theme-default .nivo-controlNav {
            padding: 0.2em 0; } }
        @media screen and (max-width: 480px) {
          .works_img.tb_slider .tb_screen .metaslider .theme-default .nivo-controlNav {
            padding-top: 1.5em; } }
    .works_img.tb_slider.thumb {
      /* スライターナビ非表示 */ }
      .works_img.tb_slider.thumb .nivo-controlNav {
        display: none; }
  .works_img.other_img {
    background: none; }
    .works_img.other_img img {
      object-fit: contain;
      object-position: 50% 50%;
      width: 100%;
      height: 100%; }
  .works_img.other_slider {
    background: none;
    /* スライターナビ位置調整 */
    /* 一覧ページのサムネイル時 */ }
    .works_img.other_slider .metaslider .theme-default .nivo-controlNav {
      padding-top: 1.5em;
      padding-bottom: 0; }
    .works_img.other_slider.thumb {
      /* スライターナビ非表示 */ }
      .works_img.other_slider.thumb .nivo-controlNav {
        display: none; }
  .works_img.other_free {
    background: none; }

/* -------------------------- 実績一覧 ------------------------------------------- */
.works_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -3.5%; }
  @media screen and (max-width: 768px) {
    .works_list {
      margin-top: -4%; } }
  @media screen and (max-width: 480px) {
    .works_list {
      margin-top: -3.75em; } }
  .works_list li {
    width: 31%;
    margin-right: 3.5%;
    margin-top: 3.5%;
    /* 出現タイミングすらす */ }
    @media screen and (min-width: 769px) {
      .works_list li:nth-child(3n) {
        margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .works_list li {
        width: 48%;
        margin-right: 4%;
        margin-top: 4%; }
        .works_list li:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .works_list li {
        width: 100%;
        margin-right: 0;
        margin-top: 3.75em; } }
    .works_list li:nth-child(1) {
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .works_list li:nth-child(2) {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .works_list li:nth-child(3) {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .works_list li:nth-child(4) {
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .works_list li:nth-child(5) {
      -webkit-transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .works_list li:nth-child(6) {
      -webkit-transition-delay: 0.6s;
      -moz-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .works_list li:nth-child(7) {
      -webkit-transition-delay: 0.7s;
      -moz-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .works_list li:nth-child(8) {
      -webkit-transition-delay: 0.8s;
      -moz-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .works_list li:nth-child(9) {
      -webkit-transition-delay: 0.9s;
      -moz-transition-delay: 0.9s;
      -o-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    .works_list li:nth-child(10) {
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .works_list li:nth-child(11) {
      -webkit-transition-delay: 1.1s;
      -moz-transition-delay: 1.1s;
      -o-transition-delay: 1.1s;
      transition-delay: 1.1s; }
    .works_list li:nth-child(12) {
      -webkit-transition-delay: 1.2s;
      -moz-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    .works_list li a {
      color: #fff; }
      .works_list li a:hover img {
        opacity: 1;
        filter: alpha(opacity=100); }
      .works_list li a .txtbox {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center; }
        @media screen and (min-width: 1201px) {
          .works_list li a .txtbox {
            margin-top: -0.5em; } }
        .works_list li a .txtbox .wk_info {
          display: inline-block;
          width: auto;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          min-width: 80%;
          text-align: left;
          /* カテゴリ ------------------------------------------- */
          /* クライアント名 ------------------------------------------- */
          /* 案件タイトル ------------------------------------------- */ }
          .works_list li a .txtbox .wk_info .cate {
            font-size: 0.8em;
            font-weight: 400;
            line-height: 1em;
            margin-top: -0.5em; }
            .works_list li a .txtbox .wk_info .cate span {
              display: inline-block;
              padding: 0.5em 1em;
              background: #000;
              color: #fff;
              border-radius: 1em;
              margin-right: 0.5em;
              margin-top: 0.5em; }
              .works_list li a .txtbox .wk_info .cate span:last-child {
                margin-right: 0; }
          .works_list li a .txtbox .wk_info .works_name {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 0.85em;
            font-weight: 500;
            line-height: 1.25em;
            padding-top: 0.4em; }
            .works_list li a .txtbox .wk_info .works_name::after {
              content: "様";
              padding-left: 1em; }
          .works_list li a .txtbox .wk_info .works_ttl {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 0.8em;
            font-weight: 400;
            line-height: 1.25em;
            padding-top: 0.4em;
            padding-bottom: 0; }
            .works_list li a .txtbox .wk_info .works_ttl span::before {
              content: "／"; }
            .works_list li a .txtbox .wk_info .works_ttl span::after {
              content: "制作"; }
            .works_list li a .txtbox .wk_info .works_ttl span:first-child::before {
              content: none; }

/* ================= ハッシュタグリスト ============================================================ */
.ht::before {
  content: "#"; }

.hashtag_list {
  list-style: none inside; }
  .hashtag_list .ht {
    display: inline-block;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.2em;
    text-indent: -0.5em;
    padding: 0.4em 1em 0.4em 1.5em;
    margin-top: 0.5em;
    border-radius: 1em;
    background: #fff;
    color: #000; }

* {
  margin: 0;
  padding: 0; }

body, html {
  scroll-behavior: auto; }

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: dnp-shuei-gothic-gin-std, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0;
  background: #f3f3f3;
  color: #000; }
  @media screen and (max-width: 1200px) {
    body {
      font-size: 1.5vw; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 2vw; } }
  @media screen and (max-width: 480px) {
    body {
      font-size: 3.5vw; } }
@media screen and (max-width: 480px) and (min-aspect-ratio: 1 / 1) {
  body::after {
    display: block;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 1.5em;
    background: -webkit-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -moz-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -o-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    color: #fff;
    content: "このサイトはスマートフォンの画面を縦向きにしてご覧ください。";
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 999999; } }

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10em 0; }
  @media screen and (max-width: 480px) {
    body:not(#front-page) .sec {
      padding: 5em 0; } }

.innerbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10em; }
  @media screen and (max-width: 1200px) {
    .innerbox {
      padding: 0 5em; } }
  @media screen and (max-width: 768px) {
    .innerbox {
      padding: 0 3.75em; } }
  @media screen and (max-width: 480px) {
    .innerbox {
      padding: 0 1.5em; } }

#header {
  width: 100%;
  height: 5em;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  box-sizing: border-box;
  padding: 0 5em;
  z-index: 999; }
  @media screen and (max-width: 1200px) {
    #header {
      padding: 0 3.75em; } }
  @media screen and (max-width: 768px) {
    #header {
      padding: 0 1.5em; } }

.topbg .icon_w {
  z-index: -1; }
.topbg .icon_c {
  z-index: 5; }

#wrapper {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    #wrapper {
      overflow: hidden; } }
  body:not(#front-page) #wrapper .sec {
    z-index: 10; }

#footer {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10; }

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* ================= ロゴマーク ============================================================ */
  /* ================= グローバルナビゲーション ============================================================ */ }
  #front-page #header {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  #header .logo {
    width: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    width: 12.5em; }
    @media screen and (max-width: 1200px) {
      #header .logo {
        width: 10em; } }
    #header .logo a {
      /* ロゴ画像 ------------------------------------------- */
      /* -------------------------- マウスオーバー ------------------------------------------- */ }
      #header .logo a img {
        width: 100%;
        height: auto; }
      #header .logo a:hover img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05); }
  #header .gnav {
    width: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1em;
    padding-right: 4.25em; }
    @media screen and (max-width: 1200px) {
      #header .gnav {
        padding-right: 1.5em; } }
    @media screen and (max-width: 768px) {
      #header .gnav {
        padding-right: 5em; } }
    #header .gnav ul {
      width: auto;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      list-style: none inside;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center; }
      #header .gnav ul li {
        font-size: 0.85em;
        font-weight: 600;
        padding-right: 2em;
        /* -------------------------- テキストのメニュー ------------------------------------------- */
        /* -------------------------- お問い合わせボタン ------------------------------------------- */ }
        @media screen and (max-width: 1200px) {
          #header .gnav ul li {
            padding-right: 1.5em; } }
        #header .gnav ul li a {
          color: #000; }
        #header .gnav ul li:not(.btn) {
          /* レスポンシブ化非表示 */
          /* マウスオーバー時下線 */ }
          @media screen and (max-width: 768px) {
            #header .gnav ul li:not(.btn) {
              display: none; } }
          #header .gnav ul li:not(.btn) a {
            width: auto;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: inline-block; }
            #header .gnav ul li:not(.btn) a::after {
              display: block;
              content: "";
              position: absolute;
              top: auto;
              left: 0;
              right: 100%;
              bottom: -0.2em;
              margin: auto;
              border-bottom: #000 solid 0.15em;
              -webkit-transition: 0.3s ease;
              -moz-transition: 0.3s ease;
              -ms-transition: 0.3s ease;
              -o-transition: 0.3s ease;
              transition: 0.3s ease;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
            #header .gnav ul li:not(.btn) a:hover::after {
              right: 0; }
        #header .gnav ul li.btn {
          padding-right: 0; }
          @media screen and (max-width: 480px) {
            #header .gnav ul li.btn {
              display: none; } }
          #header .gnav ul li.btn a {
            min-width: inherit;
            color: #fff;
            padding: 0.675em 3em; }

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* -------------------------- あるあるリンク（フッター共通） ------------------------------------------- */
.link_aruaru {
  width: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .link_aruaru a {
    display: block;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #30c5f9), color-stop(50%, #f953a6), to(#fc4b47));
    background: -webkit-linear-gradient(left, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -moz-linear-gradient(left, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -o-linear-gradient(left, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: linear-gradient(90deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    border-radius: 1em;
    padding: 2em;
    /* 黒文字 ------------------------------------------- */
    /* 白文字 ------------------------------------------- */
    /* マウスオーバー ------------------------------------------- */ }
@media screen and (max-width: 768px) and (min-width: 481px) {
  .link_aruaru a {
    font-size: 0.8em;
    padding: 1.5em; } }

    .link_aruaru a .small_txt {
      font-size: 0.7em;
      font-weight: 600;
      line-height: 1.5em;
      padding-bottom: 0.5em;
      color: #000; }
      @media screen and (max-width: 480px) {
        .link_aruaru a .small_txt {
          font-size: 1em; } }
    .link_aruaru a .white_txt {
      font-weight: 600;
      line-height: 1em;
      padding-bottom: 0;
      color: #fff;
      /* 修飾文字 */ }
      @media screen and (max-width: 480px) {
        .link_aruaru a .white_txt {
          font-size: 1.4em; } }
      .link_aruaru a .white_txt strong {
        display: block;
        font-family: train-one, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2.5em;
        line-height: 1em;
        padding-top: 0.1em;
        white-space: nowrap; }
    .link_aruaru a:hover {
      -webkit-transform: translate(0, 0.2em);
      -moz-transform: translate(0, 0.2em);
      -ms-transform: translate(0, 0.2em);
      -o-transform: translate(0, 0.2em);
      transform: translate(0, 0.2em); }

/* ================= 格納ナビゲーション ============================================================ */
.hm_menu_check {
  /* チェックボックスを隠す */
  display: none; }

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 2.5em;
  height: 1.2em;
  cursor: pointer;
  border-left: transparent solid 0;
  border-right: transparent solid 0;
  border-top: transparent solid 1.1em;
  border-bottom: transparent solid 0;
  position: fixed;
  top: 1.35em;
  left: auto;
  right: 5em;
  bottom: auto;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
  /* テキスト */ }
  #front-page .hm_btn {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  @media screen and (max-width: 1200px) {
    .hm_btn {
      right: 1.5em; } }
  .hm_btn::before, .hm_btn::after {
    width: 2.5em;
    height: 0.13em;
    background: #000;
    display: block;
    content: '';
    position: absolute;
    -webkit-transition: -webkit-background 0.2s linear, -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s; }
  .hm_btn::before {
    -webkit-box-shadow: #000 0 0.532em 0;
    box-shadow: #000 0 0.532em 0; }
  .hm_btn::after {
    bottom: 0; }
  .hm_btn span {
    display: block;
    width: 100%;
    font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-style: normal;
    font-size: 0.85em;
    font-weight: 600;
    line-height: 1em;
    position: absolute;
    top: -1.3em;
    left: 0;
    right: auto;
    bottom: auto;
    text-align: center;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .hm_btn span.close {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      top: -1.5em; }

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn {
  /* テキスト */ }
  .hm_menu_check:checked ~ .hm_btn::before {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: #000 0 0.532em 0;
    box-shadow: #000 0 0.532em 0;
    -webkit-transform: rotate(45deg) translate3d(0.166em, 0.2em, 0);
    transform: rotate(45deg) translate3d(0.5em, -0.25em, 0); }
  .hm_menu_check:checked ~ .hm_btn::after {
    background: #000;
    -webkit-transform: rotate(-45deg) translate3d(0.166em, -0.2em, 0);
    transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0); }
  .hm_menu_check:checked ~ .hm_btn span.menu {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  .hm_menu_check:checked ~ .hm_btn span.close {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    filter: alpha(opacity=100); }

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999; }
  .hm_menu_wrap .hm_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: -19px;
    bottom: -19px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .hm_menu_wrap .hm_inner .menucontent {
      box-sizing: border-box;
      padding: 5em 10em;
      width: 100%;
      position: absolute;
      top: -200vh;
      left: 0;
      right: auto;
      bottom: auto;
      -webkit-transition: top 1.0s;
      transition: top 1.0s;
      background: -webkit-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
      background: -moz-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
      background: -o-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
      background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
      border-bottom-left-radius: 1em;
      border-bottom-right-radius: 1em;
      /* 中身デザイン ------------------------------------------- */
      /* コンバージョンエリア ------------------------------------------- */ }
      @media screen and (max-width: 1200px) {
        .hm_menu_wrap .hm_inner .menucontent {
          padding: 5em; } }
      @media screen and (max-width: 480px) {
        .hm_menu_wrap .hm_inner .menucontent {
          padding: 2em;
          padding-bottom: calc( 2em + 19px); } }
      .hm_menu_wrap .hm_inner .menucontent .gnav {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-filter: blur(1000px);
        filter: blur(1000px);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(5);
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        -o-transform: scale(5);
        transform: scale(5);
        -webkit-transition: 1.25s ease;
        -moz-transition: 1.25s ease;
        -ms-transition: 1.25s ease;
        -o-transition: 1.25s ease;
        transition: 1.25s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /* 共通 ------------------------------------------- */
        /* 親メニュー ------------------------------------------- */ }
        .hm_menu_wrap .hm_inner .menucontent .gnav a {
          color: #fff; }
        .hm_menu_wrap .hm_inner .menucontent .gnav ul {
          width: auto;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          list-style: none inside; }
          .hm_menu_wrap .hm_inner .menucontent .gnav ul li {
            line-height: 1em;
            padding-top: 1em;
            /* 段の切り替え位置 */ }
            @media screen and (min-width: 1201px) {
              .hm_menu_wrap .hm_inner .menucontent .gnav ul li.hmbr {
                break-after: column; } }
            .hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
              width: auto;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              display: inline-block; }
              .hm_menu_wrap .hm_inner .menucontent .gnav ul li a::after {
                display: block;
                content: "";
                position: absolute;
                top: auto;
                left: 0;
                right: 100%;
                bottom: -0.2em;
                margin: auto;
                border-bottom: #fff solid 0.15em;
                -webkit-transition: 0.3s ease;
                -moz-transition: 0.3s ease;
                -ms-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
              .hm_menu_wrap .hm_inner .menucontent .gnav ul li a:hover::after {
                right: 0; }
        .hm_menu_wrap .hm_inner .menucontent .gnav > ul {
          width: 100%; }
          @media screen and (min-width: 481px) {
            .hm_menu_wrap .hm_inner .menucontent .gnav > ul {
              -webkit-columns: 4;
              -moz-columns: 4;
              -ms-columns: 4;
              columns: 4;
              -webkit-column-rule: #fff solid 0.2em;
              -moz-column-rule: #fff solid 0.2em;
              column-rule: #fff solid 0.2em;
              -webkit-column-gap: 5em;
              -moz-column-gap: 5em;
              column-gap: 5em; } }
  @media screen and (min-width: 481px) and (max-width: 1200px) {
    .hm_menu_wrap .hm_inner .menucontent .gnav > ul {
      -webkit-columns: 2;
      -moz-columns: 2;
      -ms-columns: 2;
      columns: 2; } }

          .hm_menu_wrap .hm_inner .menucontent .gnav > ul > li {
            width: auto;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-weight: 600;
            /* 子メニュー ------------------------------------------- */ }
            .hm_menu_wrap .hm_inner .menucontent .gnav > ul > li.other_site {
              margin-top: 1em;
              padding-bottom: 1em;
              border-top: rgba(255, 255, 255, 0.5) solid 0.1em; }
            .hm_menu_wrap .hm_inner .menucontent .gnav > ul > li a.eg {
              font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
              font-style: normal;
              font-size: 1.3em;
              font-weight: 600; }
            .hm_menu_wrap .hm_inner .menucontent .gnav > ul > li a::before {
              content: attr(data-eg);
              font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
              font-style: normal;
              font-size: 3em;
              font-weight: 600;
              line-height: 1em;
              display: block;
              padding-bottom: 0.2em; }
            .hm_menu_wrap .hm_inner .menucontent .gnav > ul > li > ul > li {
              font-size: 0.8em;
              font-weight: 400;
              padding-left: 1em;
              /* 孫メニュー ------------------------------------------- */ }
              .hm_menu_wrap .hm_inner .menucontent .gnav > ul > li > ul > li > ul {
                display: none; }
      .hm_menu_wrap .hm_inner .menucontent .btm_area {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 2.5em;
        /* 表示アニメーション */
        /* お問い合わせ */
        /* あるあるリンク */
        /* サブナビゲーション */ }
        .hm_menu_wrap .hm_inner .menucontent .btm_area .contact_area,
        .hm_menu_wrap .hm_inner .menucontent .btm_area .link_aruaru,
        .hm_menu_wrap .hm_inner .menucontent .btm_area .sub_nav {
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-filter: blur(1000px);
          filter: blur(1000px);
          -webkit-transform: scale(5);
          -moz-transform: scale(5);
          -ms-transform: scale(5);
          -o-transform: scale(5);
          transform: scale(5);
          -webkit-transition: 1.25s ease;
          -moz-transition: 1.25s ease;
          -ms-transition: 1.25s ease;
          -o-transition: 1.25s ease;
          transition: 1.25s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
        .hm_menu_wrap .hm_inner .menucontent .btm_area .contact_area {
          width: auto;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: #fff solid 0.2em;
          border-radius: 1em;
          padding: 1.5em 2em;
          text-align: center;
          margin-right: 2.5em;
          color: #fff;
          /* 吹き出し */
          /* テキスト */
          /* 電話番号 */
          /* 受付時間 */ }
          @media screen and (max-width: 768px) {
            .hm_menu_wrap .hm_inner .menucontent .btm_area .contact_area {
              width: 100%;
              margin-right: 0;
              margin-bottom: 2.5em; } }
          .hm_menu_wrap .hm_inner .menucontent .btm_area .contact_area .s_txt {
            font-size: 0.8em;
            line-height: 1em;
            padding-bottom: 0.5em; }
          .hm_menu_wrap .hm_inner .menucontent .btm_area .contact_area .ct_txt {
            font-weight: 700;
            line-height: 1em;
            padding-bottom: 1em; }
          .hm_menu_wrap .hm_inner .menucontent .btm_area .contact_area .tel_numb {
            font-size: 3em;
            font-weight: 600;
            line-height: 1em; }
            @media screen and (max-width: 480px) {
              .hm_menu_wrap .hm_inner .menucontent .btm_area .contact_area .tel_numb {
                font-size: 2.5em; } }
            .hm_menu_wrap .hm_inner .menucontent .btm_area .contact_area .tel_numb a {
              color: #fff; }
          .hm_menu_wrap .hm_inner .menucontent .btm_area .contact_area .open_close {
            font-size: 0.9em;
            line-height: 1em;
            padding-bottom: 1em; }
            .hm_menu_wrap .hm_inner .menucontent .btm_area .contact_area .open_close .eg {
              font-size: 1.2em; }
        @media screen and (max-width: 480px) {
          .hm_menu_wrap .hm_inner .menucontent .btm_area .link_aruaru {
            width: 100%; } }
        .hm_menu_wrap .hm_inner .menucontent .btm_area .link_aruaru a {
          background: #fff;
          /* 装飾文字 */ }
          .hm_menu_wrap .hm_inner .menucontent .btm_area .link_aruaru a .white_txt {
            background: -webkit-gradient(linear, left top, right top, color-stop(0, #30c5f9), color-stop(50%, #f953a6), to(#fc4b47));
            background: -webkit-linear-gradient(left, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
            background: -moz-linear-gradient(left, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
            background: -o-linear-gradient(left, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
            background: linear-gradient(90deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
            @media screen and (max-width: 480px) {
              .hm_menu_wrap .hm_inner .menucontent .btm_area .link_aruaru a .white_txt {
                font-size: 1.3em; } }
        .hm_menu_wrap .hm_inner .menucontent .btm_area .sub_nav {
          list-style: none inside;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          position: absolute;
          top: auto;
          left: auto;
          right: 0;
          bottom: 0; }
          @media screen and (min-width: 481px) {
            .hm_menu_wrap .hm_inner .menucontent .btm_area .sub_nav {
              -webkit-box-pack: end;
              -webkit-justify-content: flex-end;
              -moz-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end; } }
          @media screen and (max-width: 480px) {
            .hm_menu_wrap .hm_inner .menucontent .btm_area .sub_nav {
              width: 100%;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding-top: 2.5em; } }
          .hm_menu_wrap .hm_inner .menucontent .btm_area .sub_nav li {
            padding-right: 1em;
            font-size: 0.8em;
            font-weight: 400;
            line-height: 1em;
            color: #fff; }
            .hm_menu_wrap .hm_inner .menucontent .btm_area .sub_nav li::after {
              content: "|";
              opacity: 0.7;
              filter: alpha(opacity=70);
              padding-left: 1em; }
            .hm_menu_wrap .hm_inner .menucontent .btm_area .sub_nav li:first-child {
              padding-left: 0; }
            .hm_menu_wrap .hm_inner .menucontent .btm_area .sub_nav li:last-child {
              padding-right: 0; }
              .hm_menu_wrap .hm_inner .menucontent .btm_area .sub_nav li:last-child::after {
                content: none; }
            .hm_menu_wrap .hm_inner .menucontent .btm_area .sub_nav li a {
              color: #fff;
              opacity: 0.7;
              filter: alpha(opacity=70); }
              .hm_menu_wrap .hm_inner .menucontent .btm_area .sub_nav li a:hover {
                opacity: 1;
                filter: alpha(opacity=100); }

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }
  .hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0; }
    .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .gnav {
      -webkit-filter: blur(0px);
      filter: blur(0px);
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .btm_area .contact_area,
    .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .btm_area .link_aruaru,
    .hm_menu_check:checked ~ .hm_menu_wrap .menucontent .btm_area .sub_nav {
      -webkit-filter: blur(0px);
      filter: blur(0px);
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  /* 文字色 */
  color: #fff;
  /* リンク色 */
  /* 余白共通 */
  /* ================= フッター上部エリア ============================================================ */
  /* ================= フッター中エリア ============================================================ */
  /* ================= フッター下部エリア ============================================================ */ }
  #footer a {
    color: #fff; }
  #footer .footer_sec {
    padding: 5em 0; }
  #footer #footer_upper {
    background: #313131; }
    #footer #footer_upper .innerbox {
      /* -------------------------- ロゴ ------------------------------------------- */
      /* -------------------------- 会社情報 ------------------------------------------- */ }
      @media screen and (min-width: 481px) {
        #footer #footer_upper .innerbox {
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          align-items: center; } }
      #footer #footer_upper .innerbox .logo {
        width: 10em;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 3.75em; }
        @media screen and (max-width: 768px) {
          #footer #footer_upper .innerbox .logo {
            width: 7em;
            margin-right: 1.5em; } }
        @media screen and (max-width: 480px) {
          #footer #footer_upper .innerbox .logo {
            width: 12em;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 1.5em; } }
        #footer #footer_upper .innerbox .logo a img {
          width: 100%;
          height: auto; }
        #footer #footer_upper .innerbox .logo a:hover img {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05); }
      #footer #footer_upper .innerbox .info_box {
        width: auto;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 3.75em;
        /* 住所 ------------------------------------------- */ }
        @media screen and (max-width: 768px) {
          #footer #footer_upper .innerbox .info_box {
            margin-right: 1.5em; } }
        @media screen and (max-width: 480px) {
          #footer #footer_upper .innerbox .info_box {
            text-align: center;
            margin-right: 0;
            margin-bottom: 3.75em; } }
        #footer #footer_upper .innerbox .info_box h2 {
          font-size: 1em;
          font-weight: 600; }
          #footer #footer_upper .innerbox .info_box h2 a {
            /* キャッチコピー ------------------------------------------- */
            /* 社名 ------------------------------------------- */
            /* マウスオーバー ------------------------------------------- */ }
            #footer #footer_upper .innerbox .info_box h2 a .copy {
              display: block;
              width: auto;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              font-size: 0.8em;
              line-height: 1.5em;
              opacity: 0.7;
              filter: alpha(opacity=70);
              -webkit-transition: 0.3s ease;
              -moz-transition: 0.3s ease;
              -ms-transition: 0.3s ease;
              -o-transition: 0.3s ease;
              transition: 0.3s ease;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
            #footer #footer_upper .innerbox .info_box h2 a .site_ttl {
              display: block;
              font-size: 1em;
              line-height: 1em;
              padding: 1em 0; }
            #footer #footer_upper .innerbox .info_box h2 a:hover .copy {
              opacity: 1;
              filter: alpha(opacity=100); }
        #footer #footer_upper .innerbox .info_box .ad {
          font-size: 0.7em;
          line-height: 1.5em;
          padding-bottom: 0;
          opacity: 0.5;
          filter: alpha(opacity=50); }
  #footer #footer_middle {
    background: #1b1b1b; }
    #footer #footer_middle .innerbox {
      /* -------------------------- サイトマップ ------------------------------------------- */ }
      #footer #footer_middle .innerbox .fnav {
        /* 共通 ------------------------------------------- */
        /* 親メニュー ------------------------------------------- */ }
        #footer #footer_middle .innerbox .fnav ul {
          width: auto;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          list-style: none inside; }
          #footer #footer_middle .innerbox .fnav ul li {
            line-height: 1em;
            padding-top: 1em; }
            @media screen and (min-width: 769px) {
              #footer #footer_middle .innerbox .fnav ul li.nosp {
                padding-top: 0; }
              #footer #footer_middle .innerbox .fnav ul li.topsp {
                padding-top: 2.2em; }
              #footer #footer_middle .innerbox .fnav ul li.br {
                break-after: column; }
              #footer #footer_middle .innerbox .fnav ul li.nobr {
                break-inside: avoid-column; } }
            @media screen and (max-width: 480px) {
              #footer #footer_middle .innerbox .fnav ul li {
                padding-top: 1.5em; } }
            #footer #footer_middle .innerbox .fnav ul li a:hover {
              opacity: 1 !important;
              filter: alpha(opacity=100) !important; }
        #footer #footer_middle .innerbox .fnav > ul {
          width: 88%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-columns: 7;
          -moz-columns: 7;
          -ms-columns: 7;
          columns: 7; }
          @media screen and (max-width: 1200px) {
            #footer #footer_middle .innerbox .fnav > ul {
              width: 100%; } }
          @media screen and (max-width: 768px) {
            #footer #footer_middle .innerbox .fnav > ul {
              -webkit-columns: 4;
              -moz-columns: 4;
              -ms-columns: 4;
              columns: 4; } }
          @media screen and (max-width: 480px) {
            #footer #footer_middle .innerbox .fnav > ul {
              -webkit-columns: 2;
              -moz-columns: 2;
              -ms-columns: 2;
              columns: 2;
              -webkit-column-rule: #b5b5b5 solid 0.1em;
              -moz-column-rule: #b5b5b5 solid 0.1em;
              column-rule: #b5b5b5 solid 0.1em;
              padding-right: 1.5em; } }
          #footer #footer_middle .innerbox .fnav > ul > li {
            width: auto;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-weight: 600;
            /* 子メニュー ------------------------------------------- */ }
            #footer #footer_middle .innerbox .fnav > ul > li.other_site {
              margin-top: 1em;
              border-top: rgba(255, 255, 255, 0.5) solid 0.1em; }
            @media screen and (min-width: 769px) {
              #footer #footer_middle .innerbox .fnav > ul > li:nth-last-child(-n+6) {
                width: 6em;
                margin-left: 2em; } }
            @media screen and (min-width: 481px) {
              #footer #footer_middle .innerbox .fnav > ul > li:nth-child(2) {
                break-after: column; } }
@media screen and (min-width: 481px) and (min-width: 769px) {
  #footer #footer_middle .innerbox .fnav > ul > li.plan_menu {
    width: 15em; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  #footer #footer_middle .innerbox .fnav > ul > li.plan_menu {
    break-after: column; } }

            @media screen and (max-width: 480px) {
              #footer #footer_middle .innerbox .fnav > ul > li {
                padding-left: 1.5em; } }
            #footer #footer_middle .innerbox .fnav > ul > li > a {
              opacity: 0.75;
              filter: alpha(opacity=75); }
            #footer #footer_middle .innerbox .fnav > ul > li > ul > li {
              font-size: 0.8em;
              font-weight: 600;
              /* 孫メニュー ------------------------------------------- */ }
              @media screen and (min-width: 769px) {
                #footer #footer_middle .innerbox .fnav > ul > li > ul > li.hp_menu {
                  width: 10em; }
                #footer #footer_middle .innerbox .fnav > ul > li > ul > li.lp_menu {
                  width: 9em; }
                #footer #footer_middle .innerbox .fnav > ul > li > ul > li.ec_menu {
                  width: 8em;
                  margin-left: 1em; }
                #footer #footer_middle .innerbox .fnav > ul > li > ul > li.sys_menu {
                  width: 8em; } }
              #footer #footer_middle .innerbox .fnav > ul > li > ul > li > a {
                opacity: 0.5;
                filter: alpha(opacity=50); }
              @media screen and (max-width: 768px) {
                #footer #footer_middle .innerbox .fnav > ul > li > ul > li > ul {
                  display: none; } }
              #footer #footer_middle .innerbox .fnav > ul > li > ul > li > ul > li {
                font-size: 0.7em;
                font-weight: 400;
                padding-top: 1.5em; }
                #footer #footer_middle .innerbox .fnav > ul > li > ul > li > ul > li > a {
                  opacity: 0.4;
                  filter: alpha(opacity=40); }
  #footer #footer_bottom {
    background: #000;
    padding: 2.25em 0; }
    #footer #footer_bottom .innerbox {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center; }
      #footer #footer_bottom .innerbox .privacy {
        font-size: 0.7em;
        line-height: 1em; }
        #footer #footer_bottom .innerbox .privacy a {
          opacity: 0.4;
          filter: alpha(opacity=40); }
          #footer #footer_bottom .innerbox .privacy a:hover {
            opacity: 1;
            filter: alpha(opacity=100); }
      #footer #footer_bottom .innerbox .copyright {
        font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
        font-style: normal;
        font-size: 0.7em;
        font-weight: 500;
        line-height: 1em;
        padding-bottom: 0;
        opacity: 0.5;
        filter: alpha(opacity=50); }

/* ================= 背景アイコン画像（下層ページ共通） ============================================================ */
.topbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  list-style: none inside;
  overflow: hidden;
  /* -------------------------- 白いロゴ ------------------------------------------- */
  /* -------------------------- カラーのロゴ ------------------------------------------- */ }
  .topbg span {
    display: block;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0; }
    .topbg span svg,
    .topbg span img {
      width: 100%;
      height: auto; }
    .topbg span svg {
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: 0.15s ease;
      -moz-transition: 0.15s ease;
      -ms-transition: 0.15s ease;
      -o-transition: 0.15s ease;
      transition: 0.15s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .topbg span svg.lazyloaded {
        opacity: 1;
        filter: alpha(opacity=100); }
  .topbg .icon_w {
    width: 50%;
    position: absolute;
    top: -7vw;
    left: -1vw;
    right: auto;
    bottom: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
    @media screen and (max-aspect-ratio: 2 / 3) {
      .topbg .icon_w {
        width: 70%; } }
    .topbg .icon_w span {
      -moz-animation-name: rt10_anm;
      -moz-animation-duration: 13s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease-in-out;
      -moz-animation-iteration-count: infinite;
      -ms-animation-name: rt10_anm;
      -ms-animation-duration: 13s;
      -ms-animation-fill-mode: forwards;
      -ms-animation-timing-function: ease-in-out;
      -ms-animation-iteration-count: infinite;
      -o-animation-name: rt10_anm;
      -o-animation-duration: 13s;
      -o-animation-fill-mode: forwards;
      -o-animation-timing-function: ease-in-out;
      -o-animation-iteration-count: infinite;
      -webkit-animation-name: rt10_anm;
      -webkit-animation-duration: 13s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-name: rt10_anm;
      animation-duration: 13s;
      animation-fill-mode: forwards;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }
      .topbg .icon_w span svg {
        -moz-animation-name: dizzy_anm2;
        -moz-animation-duration: 21s;
        -moz-animation-fill-mode: forwards;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -ms-animation-name: dizzy_anm2;
        -ms-animation-duration: 21s;
        -ms-animation-fill-mode: forwards;
        -ms-animation-timing-function: ease-in-out;
        -ms-animation-iteration-count: infinite;
        -o-animation-name: dizzy_anm2;
        -o-animation-duration: 21s;
        -o-animation-fill-mode: forwards;
        -o-animation-timing-function: ease-in-out;
        -o-animation-iteration-count: infinite;
        -webkit-animation-name: dizzy_anm2;
        -webkit-animation-duration: 21s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-name: dizzy_anm2;
        animation-duration: 21s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite; }
  .topbg .icon_c {
    width: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    -moz-animation-name: dizzy_anm2;
    -moz-animation-duration: 21s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: dizzy_anm2;
    -ms-animation-duration: 21s;
    -ms-animation-fill-mode: forwards;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: dizzy_anm2;
    -o-animation-duration: 21s;
    -o-animation-fill-mode: forwards;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation-name: dizzy_anm2;
    -webkit-animation-duration: 21s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-name: dizzy_anm2;
    animation-duration: 21s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
    .topbg .icon_c span {
      -moz-animation-name: rt15_anm;
      -moz-animation-duration: 31s;
      -moz-animation-fill-mode: forwards;
      -moz-animation-timing-function: ease-in-out;
      -moz-animation-iteration-count: infinite;
      -ms-animation-name: rt15_anm;
      -ms-animation-duration: 31s;
      -ms-animation-fill-mode: forwards;
      -ms-animation-timing-function: ease-in-out;
      -ms-animation-iteration-count: infinite;
      -o-animation-name: rt15_anm;
      -o-animation-duration: 31s;
      -o-animation-fill-mode: forwards;
      -o-animation-timing-function: ease-in-out;
      -o-animation-iteration-count: infinite;
      -webkit-animation-name: rt15_anm;
      -webkit-animation-duration: 31s;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-name: rt15_anm;
      animation-duration: 31s;
      animation-fill-mode: forwards;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite; }
      .topbg .icon_c span svg,
      .topbg .icon_c span img {
        width: 120%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translate(-15vw, -6vw);
        -moz-transform: translate(-15vw, -6vw);
        -ms-transform: translate(-15vw, -6vw);
        -o-transform: translate(-15vw, -6vw);
        transform: translate(-15vw, -6vw); }
        @media screen and (max-aspect-ratio: 2 / 3) {
          .topbg .icon_c span svg,
          .topbg .icon_c span img {
            width: 180%;
            -webkit-transform: translate(-55vw, -6vw);
            -moz-transform: translate(-55vw, -6vw);
            -ms-transform: translate(-55vw, -6vw);
            -o-transform: translate(-55vw, -6vw);
            transform: translate(-55vw, -6vw); } }

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page {
  /* ================= 共通 ============================================================ */
  /* 表示アニメーション用トリガー */
  /* ================= セクション（共通） ============================================================ */
  /* ================= メイン画像 ============================================================ */
  /* ================= Googleマイビジネス口コミ ============================================================ */
  /* ================= 導入 ============================================================ */
  /* ================= ホームページ設計について ============================================================ */
  /* ================= 制作実績 ============================================================ */
  /* ================= 料金プラン・流れ（共通） ============================================================ */
  /* ================= 料金プラン ============================================================ */
  /* ================= 制作の流れ ============================================================ */
  /* ================= サービス一覧 ============================================================ */
  /* ================= お問い合わせ ============================================================ */
  /* ================= 投稿記事 ============================================================ */ }
  body#front-page .sec {
    z-index: 10; }
  body#front-page .sub_sec {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    body#front-page .sub_sec + .sub_sec {
      margin-top: 8.5em; }
  body#front-page .trg {
    width: 1px;
    height: 1px;
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 50vh;
    bottom: calc(var(--vh, 1vh) * 50 );
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0); }
@media screen and (min-width: 481px) and (max-aspect-ratio: 4 / 5) {
  body#front-page .trg {
    bottom: 75vh;
    bottom: calc(var(--vh, 1vh) * 75 ); } }

    @media screen and (max-width: 480px) {
      body#front-page .trg {
        bottom: 90vh;
        bottom: calc(var(--vh, 1vh) * 90 ); } }
  body#front-page .sec {
    z-index: 10; }
  body#front-page #mainimg {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 );
    z-index: auto;
    padding: 5em 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: hidden;
    min-height: 40vw;
    /* -------------------------- メインテキスト ------------------------------------------- */
    /* -------------------------- 流れるテキスト ------------------------------------------- */ }
    @media screen and (max-width: 1200px) {
      body#front-page #mainimg {
        min-height: 50vw; } }
@media screen and (max-width: 1200px) and (min-width: 769px) and (min-aspect-ratio: 5 / 3) {
  body#front-page #mainimg {
    padding-bottom: 2.5em; } }

    @media screen and (max-width: 768px) {
      body#front-page #mainimg {
        padding-bottom: 2.5em;
        min-height: 60vw; } }
    body#front-page #mainimg .innerbox {
      padding-top: 3em;
      z-index: 10;
      /* 見出し ------------------------------------------- */
      /* メインコピー ------------------------------------------- */
      /* ジャンプスロゴマーク小テキスト ------------------------------------------- */ }
      @media screen and (max-aspect-ratio: 15 / 11) {
        body#front-page #mainimg .innerbox {
          padding-top: calc( 50vh - 14em);
          padding-top: calc(var(--vh, 1vh) * 50 - 14em ); } }
      body#front-page #mainimg .innerbox h2 {
        font-size: 1.5em;
        font-weight: 600;
        line-height: 1em;
        padding-bottom: 1em;
        -webkit-transition-delay: 2s;
        -moz-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s; }
      body#front-page #mainimg .innerbox .main_copy {
        font-size: 3em;
        font-weight: 600;
        line-height: 1.5em;
        margin-left: -0.15em;
        padding-bottom: 0.4em;
        -webkit-transition-delay: 2.2s;
        -moz-transition-delay: 2.2s;
        -o-transition-delay: 2.2s;
        transition-delay: 2.2s;
        /* 強調 */ }
        @media screen and (max-width: 480px) {
          body#front-page #mainimg .innerbox .main_copy {
            font-size: 2.5em; } }
        body#front-page #mainimg .innerbox .main_copy strong {
          font-family: train-one, sans-serif;
          font-weight: 400;
          font-style: normal; }
      body#front-page #mainimg .innerbox .imgbox {
        width: 25em;
        padding-bottom: 0;
        -webkit-transition-delay: 2.8s;
        -moz-transition-delay: 2.8s;
        -o-transition-delay: 2.8s;
        transition-delay: 2.8s; }
        @media screen and (max-width: 480px) {
          body#front-page #mainimg .innerbox .imgbox {
            width: 22em; } }
        body#front-page #mainimg .innerbox .imgbox img {
          width: 100%;
          height: auto; }
    body#front-page #mainimg .sub_copy {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 8em;
      line-height: 1em;
      padding-bottom: 0;
      opacity: 0.5;
      filter: alpha(opacity=50);
      z-index: 1; }
@media screen and (max-width: 768px) and (min-width: 481px) and (min-aspect-ratio: 10 / 7) {
  body#front-page #mainimg .sub_copy {
    font-size: 5em; } }

      @media screen and (max-width: 480px) {
        body#front-page #mainimg .sub_copy {
          font-size: 6em; } }
  @media screen and (max-width: 480px) and (min-aspect-ratio: 4 / 5) {
    body#front-page #mainimg .sub_copy {
      font-size: 4em; } }

      body#front-page #mainimg .sub_copy b {
        display: block;
        width: 57em;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: train-one, sans-serif;
        font-weight: 400;
        font-style: normal;
        overflow: hidden; }
        body#front-page #mainimg .sub_copy b.lazyload0 {
          -webkit-transition: 3s ease;
          -moz-transition: 3s ease;
          -ms-transition: 3s ease;
          -o-transition: 3s ease;
          transition: 3s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transition-delay: 1s;
          -moz-transition-delay: 1s;
          -o-transition-delay: 1s;
          transition-delay: 1s; }
        body#front-page #mainimg .sub_copy b span, body#front-page #mainimg .sub_copy b::after {
          white-space: nowrap;
          background: -webkit-gradient(linear, left top, right top, color-stop(0, #30c5f9), color-stop(50%, #f953a6), to(#fc4b47));
          background: -webkit-linear-gradient(left, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
          background: -moz-linear-gradient(left, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
          background: -o-linear-gradient(left, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
          background: linear-gradient(90deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        body#front-page #mainimg .sub_copy b span {
          display: inline-block;
          width: auto;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-animation: flowani1 120s -60s linear infinite;
          -moz-animation: flowani1 120s -60s linear infinite;
          -o-animation: flowani1 120s -60s linear infinite;
          animation: flowani1 120s -60s linear infinite; }
        body#front-page #mainimg .sub_copy b::after {
          display: block;
          content: "かっこよくてクリエイティブで更新しやすくて企業イメージがよくてターゲットが明確で情報が整理されたホームページ制作。";
          -webkit-animation: flowani2 120s linear infinite;
          -moz-animation: flowani2 120s linear infinite;
          -o-animation: flowani2 120s linear infinite;
          animation: flowani2 120s linear infinite;
          position: absolute;
          top: 0;
          left: 57em;
          right: auto;
          bottom: auto; }
  body#front-page #google_reviews {
    /* -------------------------- 見出し ------------------------------------------- */
    /* -------------------------- レビュー表示エリア ------------------------------------------- */ }
    body#front-page #google_reviews .sec_header {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-bottom: 3.75em;
      /* 見出し ------------------------------------------- */
      /* 注意書き ------------------------------------------- */
      /* 星の数 ------------------------------------------- */ }
      body#front-page #google_reviews .sec_header .sec_ttl {
        padding-bottom: 0; }
      body#front-page #google_reviews .sec_header .note {
        font-size: 0.85em;
        font-weight: 500;
        line-height: 2.18em;
        color: #000;
        margin-left: 1em;
        padding-bottom: 0; }
        @media screen and (max-width: 480px) {
          body#front-page #google_reviews .sec_header .note {
            margin-left: 0;
            margin-top: 1em; } }
      body#front-page #google_reviews .sec_header .star_rate {
        width: auto;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 1.5em;
        padding-bottom: 0;
        /* 数表示 */
        /* 星 */
        /* 星の数によって黄色の幅変更 */ }
        @media screen and (max-width: 480px) {
          body#front-page #google_reviews .sec_header .star_rate {
            margin-left: 0;
            margin-top: 0.5em; } }
        body#front-page #google_reviews .sec_header .star_rate::after {
          content: attr(data-star);
          font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
          font-style: normal;
          font-size: 2em;
          font-weight: 600;
          padding-left: 0.25em; }
        body#front-page #google_reviews .sec_header .star_rate .star {
          font-size: 1.5em;
          font-weight: 400;
          display: inline-block;
          width: auto;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-bottom: 0;
          color: #b5b5b5;
          /* 黄色の星 */ }
          body#front-page #google_reviews .sec_header .star_rate .star::after {
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            right: auto;
            bottom: auto;
            content: '★★★★★';
            color: #f6bb06;
            overflow: hidden;
            white-space: nowrap;
            z-index: 1; }
        body#front-page #google_reviews .sec_header .star_rate[data-star="0"] .star::after {
          width: 0%; }
        body#front-page #google_reviews .sec_header .star_rate[data-star="0.5"] .star::after {
          width: 10%; }
        body#front-page #google_reviews .sec_header .star_rate[data-star="1"] .star::after {
          width: 20%; }
        body#front-page #google_reviews .sec_header .star_rate[data-star="1.5"] .star::after {
          width: 30%; }
        body#front-page #google_reviews .sec_header .star_rate[data-star="2"] .star::after {
          width: 40%; }
        body#front-page #google_reviews .sec_header .star_rate[data-star="2.5"] .star::after {
          width: 50%; }
        body#front-page #google_reviews .sec_header .star_rate[data-star="3"] .star::after {
          width: 60%; }
        body#front-page #google_reviews .sec_header .star_rate[data-star="3.5"] .star::after {
          width: 70%; }
        body#front-page #google_reviews .sec_header .star_rate[data-star="4"] .star::after {
          width: 80%; }
        body#front-page #google_reviews .sec_header .star_rate[data-star="4.5"] .star::after {
          width: 90%; }
        body#front-page #google_reviews .sec_header .star_rate[data-star="5"] .star::after {
          width: 100%; }
    body#front-page #google_reviews .review_box {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 15em;
      background: #fff; }
  body#front-page #lead {
    padding-top: 5em;
    /* -------------------------- 導入1 ------------------------------------------- */
    /* -------------------------- 導入2 ------------------------------------------- */ }
    body#front-page #lead p {
      font-size: 0.85em;
      line-height: 2em;
      /* 表示タイミングずらす */ }
      @media screen and (max-width: 480px) {
        body#front-page #lead p {
          font-size: 1em; } }
      body#front-page #lead p span {
        display: block; }
        @media screen and (max-width: 768px) {
          body#front-page #lead p span {
            display: inline; } }
      body#front-page #lead p:last-child {
        padding-bottom: 0; }
      body#front-page #lead p:nth-child(1) {
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      body#front-page #lead p:nth-child(2) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      body#front-page #lead p:nth-child(3) {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s; }
      body#front-page #lead p:nth-child(4) {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s; }
    body#front-page #lead #lead1 {
      /* テキスト ------------------------------------------- */
      /* 画像 ------------------------------------------- */ }
      @media screen and (max-width: 480px) {
        body#front-page #lead #lead1 {
          padding-bottom: 20em; } }
      body#front-page #lead #lead1 .innerbox {
        padding-left: 50%;
        z-index: 2; }
        @media screen and (max-width: 480px) {
          body#front-page #lead #lead1 .innerbox {
            padding-left: 1.5em; } }
        @media screen and (max-width: 480px) {
          body#front-page #lead #lead1 .innerbox .txtbox h2 .npbr {
            display: inline; } }
      body#front-page #lead #lead1 .imgbox {
        width: 100%;
        position: absolute;
        top: -8.5em;
        left: 0;
        right: auto;
        bottom: auto;
        /* 出現アニメーション */
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        @media screen and (max-width: 480px) {
          body#front-page #lead #lead1 .imgbox {
            top: auto;
            bottom: -5em; } }
        body#front-page #lead #lead1 .imgbox img {
          width: 100%;
          height: auto; }
        body#front-page #lead #lead1 .imgbox .imglist {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          list-style: none inside;
          -webkit-transform-origin: 0 100%;
          -moz-transform-origin: 0 100%;
          -ms-transform-origin: 0 100%;
          -o-transform-origin: 0 100%;
          transform-origin: 0 100%;
          -moz-animation-name: ani_rocking;
          -moz-animation-duration: 3s;
          -moz-animation-fill-mode: forwards;
          -moz-animation-timing-function: ease-in-out;
          -moz-animation-iteration-count: infinite;
          -ms-animation-name: ani_rocking;
          -ms-animation-duration: 3s;
          -ms-animation-fill-mode: forwards;
          -ms-animation-timing-function: ease-in-out;
          -ms-animation-iteration-count: infinite;
          -o-animation-name: ani_rocking;
          -o-animation-duration: 3s;
          -o-animation-fill-mode: forwards;
          -o-animation-timing-function: ease-in-out;
          -o-animation-iteration-count: infinite;
          -webkit-animation-name: ani_rocking;
          -webkit-animation-duration: 3s;
          -webkit-animation-fill-mode: forwards;
          -webkit-animation-timing-function: ease-in-out;
          -webkit-animation-iteration-count: infinite;
          animation-name: ani_rocking;
          animation-duration: 3s;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite; }
          body#front-page #lead #lead1 .imgbox .imglist li {
            width: auto;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            /* パソコン */
            /* 手 */ }
            body#front-page #lead #lead1 .imgbox .imglist li.pcimg {
              width: 50%;
              margin-left: 10%;
              z-index: 1;
              -webkit-transform-origin: 30% 100%;
              -moz-transform-origin: 30% 100%;
              -ms-transform-origin: 30% 100%;
              -o-transform-origin: 30% 100%;
              transform-origin: 30% 100%;
              -moz-animation-name: ani_rocking2;
              -moz-animation-duration: 2s;
              -moz-animation-fill-mode: forwards;
              -moz-animation-timing-function: ease-in-out;
              -moz-animation-iteration-count: infinite;
              -ms-animation-name: ani_rocking2;
              -ms-animation-duration: 2s;
              -ms-animation-fill-mode: forwards;
              -ms-animation-timing-function: ease-in-out;
              -ms-animation-iteration-count: infinite;
              -o-animation-name: ani_rocking2;
              -o-animation-duration: 2s;
              -o-animation-fill-mode: forwards;
              -o-animation-timing-function: ease-in-out;
              -o-animation-iteration-count: infinite;
              -webkit-animation-name: ani_rocking2;
              -webkit-animation-duration: 2s;
              -webkit-animation-fill-mode: forwards;
              -webkit-animation-timing-function: ease-in-out;
              -webkit-animation-iteration-count: infinite;
              animation-name: ani_rocking2;
              animation-duration: 2s;
              animation-fill-mode: forwards;
              animation-timing-function: ease-in-out;
              animation-iteration-count: infinite; }
              @media screen and (max-width: 480px) {
                body#front-page #lead #lead1 .imgbox .imglist li.pcimg {
                  width: 80%;
                  margin-left: 26%; } }
            body#front-page #lead #lead1 .imgbox .imglist li.hand {
              width: 32%;
              margin-top: -7%;
              margin-left: -4%; }
              @media screen and (max-width: 480px) {
                body#front-page #lead #lead1 .imgbox .imglist li.hand {
                  width: 64%;
                  margin-top: -14%;
                  margin-left: -10%; } }
      body#front-page #lead #lead1.on .imgbox.lazyloaded {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); }
    body#front-page #lead #lead2 {
      /* テキスト ------------------------------------------- */
      /* 数字 ------------------------------------------- */ }
      @media screen and (max-width: 768px) {
        body#front-page #lead #lead2 {
          padding-bottom: 5em; } }
      body#front-page #lead #lead2 .txtbox {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 1; }
        @media screen and (max-width: 480px) {
          body#front-page #lead #lead2 .txtbox {
            width: 100%; } }
      body#front-page #lead #lead2 .item-list {
        position: absolute;
        top: 0;
        left: auto;
        right: 10em;
        bottom: auto;
        margin: auto;
        list-style: none inside; }
        @media screen and (max-width: 768px) {
          body#front-page #lead #lead2 .item-list {
            right: 0;
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-top: 5em; } }
        @media screen and (max-width: 480px) {
          body#front-page #lead #lead2 .item-list {
            font-size: 0.6em; } }
        body#front-page #lead #lead2 .item-list li {
          font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
          font-style: normal;
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-right: 10em;
          text-align: right;
          line-height: 0;
          /* パーセント */
          /* アクセス */
          /* クライアント */ }
          body#front-page #lead #lead2 .item-list li .num_percent {
            width: auto;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
          body#front-page #lead #lead2 .item-list li:has(.num_percent) {
            color: #e5e5e5;
            margin-top: 1em; }
            body#front-page #lead #lead2 .item-list li:has(.num_percent) .num_percent {
              line-height: 0; }
              body#front-page #lead #lead2 .item-list li:has(.num_percent) .num_percent .number {
                display: inline-block;
                font-size: 6.125em;
                font-weight: 500;
                line-height: 0.5em; }
              body#front-page #lead #lead2 .item-list li:has(.num_percent) .num_percent::after {
                display: inline-block;
                content: "%";
                font-size: 3.75em;
                font-weight: 600;
                line-height: 1em;
                padding-left: 0.1em; }
          body#front-page #lead #lead2 .item-list li:has(.num_access) {
            color: #fff;
            width: 38em; }
            body#front-page #lead #lead2 .item-list li:has(.num_access) .num_access {
              text-align: left; }
              body#front-page #lead #lead2 .item-list li:has(.num_access) .num_access .number {
                display: block;
                font-size: 10em;
                font-weight: 400;
                line-height: 1em; }
              body#front-page #lead #lead2 .item-list li:has(.num_access) .num_access::after {
                display: block;
                content: "ACCESS";
                font-size: 3em;
                font-weight: 600;
                line-height: 1em; }
          body#front-page #lead #lead2 .item-list li:has(.num_clients) {
            width: 10.5em;
            height: 25em;
            color: #bfbfbf;
            position: absolute;
            top: 0;
            left: auto;
            right: 0;
            bottom: auto;
            padding-left: 1.75em;
            padding-right: 0; }
            body#front-page #lead #lead2 .item-list li:has(.num_clients) .num_clients {
              -webkit-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl; }
              body#front-page #lead #lead2 .item-list li:has(.num_clients) .num_clients .number {
                display: block;
                font-size: 12.5em;
                font-weight: 200;
                line-height: 0.8em; }
              body#front-page #lead #lead2 .item-list li:has(.num_clients) .num_clients::after {
                display: block;
                content: "CLIENTS";
                font-size: 2.5em;
                font-weight: 500;
                line-height: 0.7em;
                position: absolute;
                top: auto;
                left: 0;
                right: auto;
                bottom: 0; }
  body#front-page #about_website {
    background: #fff;
    overflow: hidden;
    /* -------------------------- テキスト ------------------------------------------- */
    /* -------------------------- 流れるテキスト ------------------------------------------- */
    /* 上 ------------------------------------------- */
    /* 下 ------------------------------------------- */ }
    body#front-page #about_website .innerbox {
      text-align: center;
      z-index: 5;
      /* 段落 ------------------------------------------- */ }
      body#front-page #about_website .innerbox p {
        font-size: 0.85em;
        line-height: 2em;
        /* 文字の折り返し */ }
        @media screen and (max-width: 480px) {
          body#front-page #about_website .innerbox p {
            font-size: 1em;
            text-align: left; }
            body#front-page #about_website .innerbox p .tbbr {
              display: inline; } }
        body#front-page #about_website .innerbox p:last-child {
          padding-bottom: 0; }
        body#front-page #about_website .innerbox p span {
          display: block; }
    body#front-page #about_website .point_upper,
    body#front-page #about_website .point_bottom {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      /* 表示アニメーション */ }
      body#front-page #about_website .point_upper.lazyload0,
      body#front-page #about_website .point_bottom.lazyload0 {
        -webkit-transition: 2s ease;
        -moz-transition: 2s ease;
        -ms-transition: 2s ease;
        -o-transition: 2s ease;
        transition: 2s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      body#front-page #about_website .point_upper .point_list,
      body#front-page #about_website .point_bottom .point_list {
        width: 101em;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none inside;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch; }
        body#front-page #about_website .point_upper .point_list li,
        body#front-page #about_website .point_bottom .point_list li {
          width: 10em;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          height: 10em;
          border-radius: 50%;
          line-height: 1.25em;
          margin-right: 2.5em;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          align-items: center;
          -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          /* 円形のデザイン ------------------------------------------- */
          /* グレーライン */
          /* グラデーション塗り */
          /* グラデーションライン */
          /* グレー塗り */ }
          body#front-page #about_website .point_upper .point_list li span,
          body#front-page #about_website .point_bottom .point_list li span {
            display: inline-block;
            width: auto;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-family: train-one, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.25em; }
          body#front-page #about_website .point_upper .point_list li:nth-child(1), body#front-page #about_website .point_upper .point_list li:nth-child(6),
          body#front-page #about_website .point_bottom .point_list li:nth-child(1),
          body#front-page #about_website .point_bottom .point_list li:nth-child(6) {
            color: #bfbfbf;
            border: #bfbfbf solid 0.11em; }
          body#front-page #about_website .point_upper .point_list li:nth-child(2), body#front-page #about_website .point_upper .point_list li:nth-child(5),
          body#front-page #about_website .point_bottom .point_list li:nth-child(2),
          body#front-page #about_website .point_bottom .point_list li:nth-child(5) {
            color: #fff;
            background: -webkit-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
            background: -moz-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
            background: -o-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
            background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
            opacity: 0.7;
            filter: alpha(opacity=70); }
          body#front-page #about_website .point_upper .point_list li:nth-child(3), body#front-page #about_website .point_upper .point_list li:nth-child(8),
          body#front-page #about_website .point_bottom .point_list li:nth-child(3),
          body#front-page #about_website .point_bottom .point_list li:nth-child(8) {
            color: #f953a6;
            background: -webkit-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
            background: -moz-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
            background: -o-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
            background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%); }
            body#front-page #about_website .point_upper .point_list li:nth-child(3)::before, body#front-page #about_website .point_upper .point_list li:nth-child(8)::before,
            body#front-page #about_website .point_bottom .point_list li:nth-child(3)::before,
            body#front-page #about_website .point_bottom .point_list li:nth-child(8)::before {
              display: block;
              content: "";
              position: absolute;
              top: 0.11em;
              left: 0.11em;
              right: 0.11em;
              bottom: 0.11em;
              margin: auto;
              border-radius: 50%;
              background: #fff; }
            body#front-page #about_website .point_upper .point_list li:nth-child(3) span, body#front-page #about_website .point_upper .point_list li:nth-child(8) span,
            body#front-page #about_website .point_bottom .point_list li:nth-child(3) span,
            body#front-page #about_website .point_bottom .point_list li:nth-child(8) span {
              z-index: 1; }
          body#front-page #about_website .point_upper .point_list li:nth-child(4), body#front-page #about_website .point_upper .point_list li:nth-child(7),
          body#front-page #about_website .point_bottom .point_list li:nth-child(4),
          body#front-page #about_website .point_bottom .point_list li:nth-child(7) {
            color: #fff;
            background: #bfbfbf; }
    body#front-page #about_website .point_upper {
      position: absolute;
      top: -2.5em;
      left: 0;
      right: auto;
      bottom: auto; }
      body#front-page #about_website .point_upper .point_list:nth-child(1) {
        -webkit-animation: flowani1 120s -60s linear infinite;
        -moz-animation: flowani1 120s -60s linear infinite;
        -o-animation: flowani1 120s -60s linear infinite;
        animation: flowani1 120s -60s linear infinite; }
      body#front-page #about_website .point_upper .point_list:nth-child(2) {
        -webkit-animation: flowani2 120s linear infinite;
        -moz-animation: flowani2 120s linear infinite;
        -o-animation: flowani2 120s linear infinite;
        animation: flowani2 120s linear infinite;
        position: absolute;
        top: 0;
        left: 100em;
        right: auto;
        bottom: auto; }
    body#front-page #about_website .point_bottom {
      position: absolute;
      top: auto;
      left: 0;
      right: auto;
      bottom: -2.5em; }
      body#front-page #about_website .point_bottom .point_list:nth-child(1) {
        -webkit-animation: flowani3 120s -60s linear infinite;
        -moz-animation: flowani3 120s -60s linear infinite;
        -o-animation: flowani3 120s -60s linear infinite;
        animation: flowani3 120s -60s linear infinite; }
      body#front-page #about_website .point_bottom .point_list:nth-child(2) {
        -webkit-animation: flowani4 120s linear infinite;
        -moz-animation: flowani4 120s linear infinite;
        -o-animation: flowani4 120s linear infinite;
        animation: flowani4 120s linear infinite;
        position: absolute;
        top: 0;
        left: -100em;
        right: auto;
        bottom: auto; }
  body#front-page #top_works {
    background: -webkit-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -moz-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -o-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    color: #fff;
    /* テキスト中寄せ */
    /* ボタン */ }
    body#front-page #top_works .sec_hd {
      text-align: center;
      padding-bottom: 5em;
      /* 段落 */ }
      body#front-page #top_works .sec_hd p {
        font-size: 0.85em;
        line-height: 2em;
        padding-bottom: 0;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
        @media screen and (max-width: 480px) {
          body#front-page #top_works .sec_hd p {
            text-align: left;
            font-size: 1em; } }
        body#front-page #top_works .sec_hd p strong {
          font-size: 1.47em;
          font-weight: 600; }
          body#front-page #top_works .sec_hd p strong .eg {
            font-size: 2em;
            font-weight: 500; }
    body#front-page #top_works .btn {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 5em;
      text-align: center; }
  body#front-page #top_price,
  body#front-page #top_flow {
    z-index: 1;
    overflow: hidden;
    /* -------------------------- 表示・非表示アニメーション ------------------------------------------- */ }
    body#front-page #top_price .innerbox,
    body#front-page #top_flow .innerbox {
      /* -------------------------- 固定コンテンツ ------------------------------------------- */
      /* -------------------------- スクロールコンテンツ ------------------------------------------- */ }
      body#front-page #top_price .innerbox .fix_box,
      body#front-page #top_flow .innerbox .fix_box {
        width: 24%;
        position: fixed;
        top: 10em;
        left: 10em;
        right: auto;
        bottom: auto;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: 0.7s ease;
        -moz-transition: 0.7s ease;
        -ms-transition: 0.7s ease;
        -o-transition: 0.7s ease;
        transition: 0.7s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /* スライドイン（共通） ------------------------------------------- */
        /* 見出し ------------------------------------------- */
        /* 段落 ------------------------------------------- */
        /* ボタン ------------------------------------------- */ }
        @media screen and (max-width: 1200px) {
          body#front-page #top_price .innerbox .fix_box,
          body#front-page #top_flow .innerbox .fix_box {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            top: 0;
            left: 0;
            padding-bottom: 5em; } }
  @media screen and (max-width: 1200px) and (min-width: 481px) {
    body#front-page #top_price .innerbox .fix_box,
    body#front-page #top_flow .innerbox .fix_box {
      text-align: center; } }

        body#front-page #top_price .innerbox .fix_box .sec_ttl .eg,
        body#front-page #top_price .innerbox .fix_box .sec_ttl .jp,
        body#front-page #top_price .innerbox .fix_box p,
        body#front-page #top_price .innerbox .fix_box .btn,
        body#front-page #top_flow .innerbox .fix_box .sec_ttl .eg,
        body#front-page #top_flow .innerbox .fix_box .sec_ttl .jp,
        body#front-page #top_flow .innerbox .fix_box p,
        body#front-page #top_flow .innerbox .fix_box .btn {
          -webkit-transform: translate(-100%, 0);
          -moz-transform: translate(-100%, 0);
          -ms-transform: translate(-100%, 0);
          -o-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
          -webkit-transition: 0.7s ease;
          -moz-transition: 0.7s ease;
          -ms-transition: 0.7s ease;
          -o-transition: 0.7s ease;
          transition: 0.7s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-filter: blur(5px);
          filter: blur(5px); }
        body#front-page #top_price .innerbox .fix_box .sec_ttl .jp,
        body#front-page #top_flow .innerbox .fix_box .sec_ttl .jp {
          -webkit-transition-delay: 0.05s;
          -moz-transition-delay: 0.05s;
          -o-transition-delay: 0.05s;
          transition-delay: 0.05s; }
        body#front-page #top_price .innerbox .fix_box p,
        body#front-page #top_flow .innerbox .fix_box p {
          font-size: 0.85em;
          line-height: 2em;
          -webkit-transition-delay: 0.1s;
          -moz-transition-delay: 0.1s;
          -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
          /* 文字の折り返し */ }
          @media screen and (max-width: 480px) {
            body#front-page #top_price .innerbox .fix_box p,
            body#front-page #top_flow .innerbox .fix_box p {
              font-size: 1em; } }
          body#front-page #top_price .innerbox .fix_box p span,
          body#front-page #top_flow .innerbox .fix_box p span {
            display: block; }
            @media screen and (max-width: 1200px) {
              body#front-page #top_price .innerbox .fix_box p span,
              body#front-page #top_flow .innerbox .fix_box p span {
                display: inline; } }
        body#front-page #top_price .innerbox .fix_box .btn,
        body#front-page #top_flow .innerbox .fix_box .btn {
          -webkit-transition-delay: 0.15s;
          -moz-transition-delay: 0.15s;
          -o-transition-delay: 0.15s;
          transition-delay: 0.15s; }
      body#front-page #top_price .innerbox .scroll_box,
      body#front-page #top_flow .innerbox .scroll_box {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 30%; }
        @media screen and (max-width: 1200px) {
          body#front-page #top_price .innerbox .scroll_box,
          body#front-page #top_flow .innerbox .scroll_box {
            padding-left: 0; } }
    body#front-page #top_price.on .innerbox .fix_box,
    body#front-page #top_flow.on .innerbox .fix_box {
      opacity: 1;
      filter: alpha(opacity=100);
      z-index: 10;
      /* スライドイン */ }
      body#front-page #top_price.on .innerbox .fix_box .sec_ttl .eg,
      body#front-page #top_price.on .innerbox .fix_box .sec_ttl .jp,
      body#front-page #top_price.on .innerbox .fix_box p,
      body#front-page #top_price.on .innerbox .fix_box .btn,
      body#front-page #top_flow.on .innerbox .fix_box .sec_ttl .eg,
      body#front-page #top_flow.on .innerbox .fix_box .sec_ttl .jp,
      body#front-page #top_flow.on .innerbox .fix_box p,
      body#front-page #top_flow.on .innerbox .fix_box .btn {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-filter: blur(0px);
        filter: blur(0px); }
      body#front-page #top_price.on .innerbox .fix_box.off,
      body#front-page #top_flow.on .innerbox .fix_box.off {
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 0;
        pointer-events: none;
        /* スライドアウト */ }
        body#front-page #top_price.on .innerbox .fix_box.off .sec_ttl .eg,
        body#front-page #top_price.on .innerbox .fix_box.off .sec_ttl .jp,
        body#front-page #top_price.on .innerbox .fix_box.off p,
        body#front-page #top_price.on .innerbox .fix_box.off .btn,
        body#front-page #top_flow.on .innerbox .fix_box.off .sec_ttl .eg,
        body#front-page #top_flow.on .innerbox .fix_box.off .sec_ttl .jp,
        body#front-page #top_flow.on .innerbox .fix_box.off p,
        body#front-page #top_flow.on .innerbox .fix_box.off .btn {
          -webkit-transform: translate(100%, 0);
          -moz-transform: translate(100%, 0);
          -ms-transform: translate(100%, 0);
          -o-transform: translate(100%, 0);
          transform: translate(100%, 0);
          -webkit-filter: blur(5px);
          filter: blur(5px); }
  body#front-page #top_price {
    z-index: 2;
    /* 出現アニメーション ------------------------------------------- */ }
    @media screen and (max-width: 1200px) {
      body#front-page #top_price {
        padding-bottom: 0; } }
    body#front-page #top_price .price_list {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      list-style: none inside;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      margin-top: -1.5em;
      counter-reset: listnumb; }
      body#front-page #top_price .price_list > li {
        width: auto;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 1.5em;
        overflow: hidden;
        z-index: 1;
        /* 出現アニメーション ------------------------------------------- */
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: rotate3d(1, 1, 0, 90deg);
        -moz-transform: rotate3d(1, 1, 0, 90deg);
        transform: rotate3d(1, 1, 0, 90deg);
        -webkit-transition: 1s ease;
        -moz-transition: 1s ease;
        -ms-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /* -------------------------- プラン ------------------------------------------- */
        /* -------------------------- バナー ------------------------------------------- */ }
        body#front-page #top_price .price_list > li.flex3box {
          width: 32%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 480px) {
            body#front-page #top_price .price_list > li.flex3box {
              width: 100%;
              font-size: 1.4em; } }
        body#front-page #top_price .price_list > li.flex2box {
          width: 49%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 480px) {
            body#front-page #top_price .price_list > li.flex2box {
              width: 100%; } }
        body#front-page #top_price .price_list > li:nth-child(1) {
          -webkit-transition-delay: 0.2s;
          -moz-transition-delay: 0.2s;
          -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }
        body#front-page #top_price .price_list > li:nth-child(2) {
          -webkit-transition-delay: 0.4s;
          -moz-transition-delay: 0.4s;
          -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }
        body#front-page #top_price .price_list > li:nth-child(3) {
          -webkit-transition-delay: 0.6s;
          -moz-transition-delay: 0.6s;
          -o-transition-delay: 0.6s;
          transition-delay: 0.6s; }
        body#front-page #top_price .price_list > li:nth-child(4) {
          -webkit-transition-delay: 0.8s;
          -moz-transition-delay: 0.8s;
          -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }
        body#front-page #top_price .price_list > li:nth-child(5) {
          -webkit-transition-delay: 1s;
          -moz-transition-delay: 1s;
          -o-transition-delay: 1s;
          transition-delay: 1s; }
        body#front-page #top_price .price_list > li.hp_plan {
          color: #fff;
          counter-increment: listnumb;
          border-radius: 1em;
          /* 番号 ------------------------------------------- */
          /* 各プランカラー ------------------------------------------- */ }
          body#front-page #top_price .price_list > li.hp_plan::before {
            font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
            font-style: normal;
            font-weight: 600;
            display: block;
            width: 1.5em;
            height: 1.5em;
            line-height: 1em;
            position: absolute;
            top: 0.5em;
            left: auto;
            right: 0.5em;
            bottom: auto;
            content: counter(listnumb,decimal-leading-zero);
            background: #fff;
            border-radius: 50%;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center; }
          body#front-page #top_price .price_list > li.hp_plan .plan_inner {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-direction: column-reverse;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
            /* プランの内容 ------------------------------------------- */
            /* おすすめ ------------------------------------------- */ }
            body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info {
              width: 100%;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding: 1em;
              /* 注意書き */
              /* プラン名 */
              /* 費用 */
              /* プラン情報 */ }
              body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .note {
                font-size: 0.6em;
                font-weight: 400;
                line-height: 1.2em;
                color: #fff;
                padding-bottom: 0; }
              body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .jpeg_hd {
                padding-bottom: 0.5em;
                /* 英語 */ }
                body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .jpeg_hd .jp {
                  font-size: 1em;
                  font-weight: 600;
                  line-height: 1em;
                  /* 大英語 */ }
                  body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .jpeg_hd .jp + .eg {
                    font-size: 2.5em;
                    font-weight: 600;
                    line-height: 1em; }
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .jpeg_hd .jp + .eg {
    font-size: 1.8em; } }

              body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .price_details {
                width: 100%;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                list-style: none inside; }
                body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .price_details li {
                  display: -ms-flexbox;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  flex-wrap: wrap;
                  -webkit-box-align: end;
                  -webkit-align-items: flex-end;
                  -moz-box-align: end;
                  -ms-flex-align: end;
                  align-items: flex-end;
                  padding-bottom: 0.5em;
                  /* 項目名 */
                  /* 金額 */
                  /* 初期費用 */
                  /* 月額 */ }
                  body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .price_details li .prd_ttl {
                    font-size: 0.8em;
                    font-weight: 500;
                    line-height: 1.875em;
                    padding-right: 0.5em; }
                  body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .price_details li .prd_amount {
                    font-size: 0.85em;
                    font-weight: 600;
                    line-height: 1.5em;
                    padding-bottom: 0;
                    /* 数字 */ }
                    body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .price_details li .prd_amount .eg {
                      width: auto;
                      position: relative;
                      -webkit-box-sizing: border-box;
                      -moz-box-sizing: border-box;
                      box-sizing: border-box;
                      display: inline-block;
                      font-size: 1.5em;
                      font-weight: 500;
                      vertical-align: text-bottom; }
                  body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .price_details li.initial_cost {
                    /* 下線 */
                    /* 金額文字サイズ */ }
                    body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .price_details li.initial_cost .prd_ttl,
                    body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .price_details li.initial_cost .prd_amount {
                      border-bottom: #fff solid 1px; }
                    body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .price_details li.initial_cost .prd_amount {
                      font-size: 1.25em; }
                      body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .price_details li.initial_cost .prd_amount .eg {
                        bottom: -0.05em; }
                  body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .price_details li.monthly .note {
                    border-top: #fff solid 1px;
                    padding-top: 0.4em; }
              body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .plan_details {
                width: 100%;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding-top: 0.5em; }
                body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .plan_details > li {
                  width: 100%;
                  position: relative;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                  display: -ms-flexbox;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  flex-wrap: wrap;
                  -webkit-box-align: end;
                  -webkit-align-items: flex-end;
                  -moz-box-align: end;
                  -ms-flex-align: end;
                  align-items: flex-end;
                  padding-bottom: 0.5em;
                  /* 項目名 */
                  /* 内容 */
                  /* 注意書き */ }
                  body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .plan_details > li:last-child {
                    padding-bottom: 0; }
                  body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .plan_details > li .pld_ttl {
                    font-size: 0.8em;
                    font-weight: 400;
                    line-height: 1.3em; }
                    body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .plan_details > li .pld_ttl::after {
                      content: "："; }
                  body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .plan_details > li .pld_dt {
                    font-size: 0.85em;
                    line-height: 1.25em;
                    padding-bottom: 0; }
                  body#front-page #top_price .price_list > li.hp_plan .plan_inner .plan_info .plan_details > li .note {
                    -webkit-transform: translate(0, -0.2em);
                    -moz-transform: translate(0, -0.2em);
                    -ms-transform: translate(0, -0.2em);
                    -o-transform: translate(0, -0.2em);
                    transform: translate(0, -0.2em); }
            body#front-page #top_price .price_list > li.hp_plan .plan_inner .recommend {
              width: 100%;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              padding: 1em;
              border-bottom: #f3f3f3 solid 0.1em;
              /* 見出し */ }
              body#front-page #top_price .price_list > li.hp_plan .plan_inner .recommend .rec_ttl {
                font-size: 0.85em;
                font-weight: 600;
                line-height: 1em;
                padding-bottom: 0.5em; }
          body#front-page #top_price .price_list > li.hp_plan:nth-of-type(1) {
            background: -webkit-linear-gradient(45deg, #30c5f9 0, #ab80cd 100%);
            background: -moz-linear-gradient(45deg, #30c5f9 0, #ab80cd 100%);
            background: -o-linear-gradient(45deg, #30c5f9 0, #ab80cd 100%);
            background: linear-gradient(45deg, #30c5f9 0, #ab80cd 100%);
            /* 番号 */ }
            body#front-page #top_price .price_list > li.hp_plan:nth-of-type(1)::before {
              color: #ab80cd; }
          body#front-page #top_price .price_list > li.hp_plan:nth-of-type(2) {
            background: -webkit-linear-gradient(45deg, #ab80cd 0, #f953a6 100%);
            background: -moz-linear-gradient(45deg, #ab80cd 0, #f953a6 100%);
            background: -o-linear-gradient(45deg, #ab80cd 0, #f953a6 100%);
            background: linear-gradient(45deg, #ab80cd 0, #f953a6 100%);
            /* 番号 */ }
            body#front-page #top_price .price_list > li.hp_plan:nth-of-type(2)::before {
              color: #f953a6; }
          body#front-page #top_price .price_list > li.hp_plan:nth-of-type(3) {
            background: -webkit-linear-gradient(45deg, #f953a6 0, #fc4b47 100%);
            background: -moz-linear-gradient(45deg, #f953a6 0, #fc4b47 100%);
            background: -o-linear-gradient(45deg, #f953a6 0, #fc4b47 100%);
            background: linear-gradient(45deg, #f953a6 0, #fc4b47 100%);
            /* 番号 */ }
            body#front-page #top_price .price_list > li.hp_plan:nth-of-type(3)::before {
              color: #fc4b47; }
        body#front-page #top_price .price_list > li.plan_bn a {
          display: block;
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-bottom: 0.2em;
          /* マウスオーバー ------------------------------------------- */ }
          body#front-page #top_price .price_list > li.plan_bn a img {
            width: 100%;
            height: auto;
            border-radius: 1em; }
          body#front-page #top_price .price_list > li.plan_bn a p {
            padding-bottom: 0;
            /* クリックボタンテキスト ------------------------------------------- */ }
            body#front-page #top_price .price_list > li.plan_bn a p.click {
              font-size: 0.8em;
              font-weight: 500;
              line-height: 1em;
              padding: 0.5em 0.5em 0.5em 1em;
              position: absolute;
              top: auto;
              left: auto;
              right: 1.5em;
              bottom: 1.5em;
              background: #000;
              color: #fff;
              border-radius: 1em;
              -webkit-transition: 0.3s ease;
              -moz-transition: 0.3s ease;
              -ms-transition: 0.3s ease;
              -o-transition: 0.3s ease;
              transition: 0.3s ease;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
          body#front-page #top_price .price_list > li.plan_bn a:hover {
            -webkit-transform: translate(0, 0.2em);
            -moz-transform: translate(0, 0.2em);
            -ms-transform: translate(0, 0.2em);
            -o-transform: translate(0, 0.2em);
            transform: translate(0, 0.2em); }
            body#front-page #top_price .price_list > li.plan_bn a:hover img {
              opacity: 1;
              filter: alpha(opacity=100); }
            body#front-page #top_price .price_list > li.plan_bn a:hover p.click {
              background: #f953a6; }
    body#front-page #top_price.on .price_list > li.lazyloaded {
      -webkit-transform: rotate3d(1, 1, 0, 0deg);
      -moz-transform: rotate3d(1, 1, 0, 0deg);
      transform: rotate3d(1, 1, 0, 0deg); }
  body#front-page #top_flow {
    /* -------------------------- 流れる文字 ------------------------------------------- */
    /* -------------------------- 出現アニメーション ------------------------------------------- */ }
    body#front-page #top_flow::before, body#front-page #top_flow::after {
      display: block;
      content: "About the Website Price and Production Flow ";
      width: 22.5em;
      font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-style: normal;
      font-size: 15em;
      font-weight: 600;
      line-height: 1em;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      z-index: -1; }
    body#front-page #top_flow::before {
      -webkit-animation: flowani1 120s -60s linear infinite;
      -moz-animation: flowani1 120s -60s linear infinite;
      -o-animation: flowani1 120s -60s linear infinite;
      animation: flowani1 120s -60s linear infinite; }
    body#front-page #top_flow::after {
      -webkit-animation: flowani2 120s linear infinite;
      -moz-animation: flowani2 120s linear infinite;
      -o-animation: flowani2 120s linear infinite;
      animation: flowani2 120s linear infinite;
      left: 22.5em; }
    body#front-page #top_flow .scroll_box {
      /* -------------------------- 流れ ------------------------------------------- */
      /* -------------------------- 注釈 ------------------------------------------- */ }
      body#front-page #top_flow .scroll_box .flow_list {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none inside;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 4em;
        counter-reset: listnumb; }
        body#front-page #top_flow .scroll_box .flow_list > li {
          width: 25%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          aspect-ratio: 1/1;
          counter-increment: listnumb;
          /* ライン（共通） ------------------------------------------- */
          /* 奇数 ------------------------------------------- */
          /* 偶数 ------------------------------------------- */
          /* 出現アニメーション ------------------------------------------- */
          /* 各カラー ------------------------------------------- */ }
          @media screen and (max-width: 768px) {
            body#front-page #top_flow .scroll_box .flow_list > li {
              width: 50%; } }
          body#front-page #top_flow .scroll_box .flow_list > li::after {
            display: block;
            content: "";
            width: 5em;
            height: 0.22em;
            box-sizing: border-box;
            border-top: #fff solid 0.22em;
            position: absolute;
            right: -3em; }
            @media screen and (max-width: 768px) {
              body#front-page #top_flow .scroll_box .flow_list > li::after {
                width: 6em; } }
          body#front-page #top_flow .scroll_box .flow_list > li:last-child::after {
            content: none; }
          body#front-page #top_flow .scroll_box .flow_list > li:nth-child(odd) {
            margin-bottom: 10em;
            /* ライン */ }
            @media screen and (max-width: 768px) {
              body#front-page #top_flow .scroll_box .flow_list > li:nth-child(odd) {
                margin-bottom: 25%; } }
            body#front-page #top_flow .scroll_box .flow_list > li:nth-child(odd)::after {
              bottom: 3.5em;
              -webkit-transform-origin: 0 0;
              -moz-transform-origin: 0 0;
              -ms-transform-origin: 0 0;
              -o-transform-origin: 0 0;
              transform-origin: 0 0;
              -webkit-transform: rotate(37.4deg);
              -moz-transform: rotate(37.4deg);
              -ms-transform: rotate(37.4deg);
              -o-transform: rotate(37.4deg);
              transform: rotate(37.4deg); }
          body#front-page #top_flow .scroll_box .flow_list > li:nth-child(even) {
            margin-top: 10em;
            /* ライン */ }
            @media screen and (max-width: 768px) {
              body#front-page #top_flow .scroll_box .flow_list > li:nth-child(even) {
                margin-top: 25%;
                -webkit-transform: translate(0, 25%);
                -moz-transform: translate(0, 25%);
                -ms-transform: translate(0, 25%);
                -o-transform: translate(0, 25%);
                transform: translate(0, 25%); } }
            body#front-page #top_flow .scroll_box .flow_list > li:nth-child(even)::after {
              top: calc( 100% - 10.65em );
              -webkit-transform-origin: 0 0;
              -moz-transform-origin: 0 0;
              -ms-transform-origin: 0 0;
              -o-transform-origin: 0 0;
              transform-origin: 0 0;
              -webkit-transform: rotate(-37.4deg);
              -moz-transform: rotate(-37.4deg);
              -ms-transform: rotate(-37.4deg);
              -o-transform: rotate(-37.4deg);
              transform: rotate(-37.4deg); }
              @media screen and (max-width: 768px) {
                body#front-page #top_flow .scroll_box .flow_list > li:nth-child(even)::after {
                  top: auto;
                  left: 3em;
                  right: auto;
                  bottom: 3.5em;
                  -webkit-transform: rotate(142.6deg);
                  -moz-transform: rotate(142.6deg);
                  -ms-transform: rotate(142.6deg);
                  -o-transform: rotate(142.6deg);
                  transform: rotate(142.6deg); } }
          body#front-page #top_flow .scroll_box .flow_list > li:nth-child(1) {
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s; }
          body#front-page #top_flow .scroll_box .flow_list > li:nth-child(2) {
            -webkit-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            transition-delay: 0.3s; }
          body#front-page #top_flow .scroll_box .flow_list > li:nth-child(3) {
            -webkit-transition-delay: 0.6s;
            -moz-transition-delay: 0.6s;
            -o-transition-delay: 0.6s;
            transition-delay: 0.6s; }
          body#front-page #top_flow .scroll_box .flow_list > li:nth-child(4) {
            -webkit-transition-delay: 0.9s;
            -moz-transition-delay: 0.9s;
            -o-transition-delay: 0.9s;
            transition-delay: 0.9s; }
          body#front-page #top_flow .scroll_box .flow_list > li .flow_inner {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            border: #fff solid 0.22em;
            border-radius: 50%;
            color: #fff;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            z-index: 1;
            /* 番号 ------------------------------------------- */
            /* Phase ------------------------------------------- */
            /* 見出し ------------------------------------------- */
            /* 各フェーズの内容 ------------------------------------------- */ }
            body#front-page #top_flow .scroll_box .flow_list > li .flow_inner::before {
              display: block;
              content: counter(listnumb,decimal-leading-zero);
              font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
              font-style: normal;
              font-size: 2.5em;
              font-weight: 600;
              line-height: 1em;
              padding-bottom: 0.25em;
              margin-top: -0.05em; }
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#front-page #top_flow .scroll_box .flow_list > li .flow_inner::before {
    font-size: 4em; } }

              @media screen and (max-width: 480px) {
                body#front-page #top_flow .scroll_box .flow_list > li .flow_inner::before {
                  padding-bottom: 0.05em; } }
            body#front-page #top_flow .scroll_box .flow_list > li .flow_inner::after {
              order: -1;
              display: block;
              content: "Phase";
              font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
              font-style: normal;
              font-size: 0.7em;
              font-weight: 500;
              line-height: 1em;
              margin-top: -1em; }
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#front-page #top_flow .scroll_box .flow_list > li .flow_inner::after {
    font-size: 0.9em; } }

            body#front-page #top_flow .scroll_box .flow_list > li .flow_inner h3 {
              position: absolute;
              top: auto;
              left: 50%;
              right: auto;
              bottom: -2.75em;
              -webkit-transform: translate(-50%, 0);
              -moz-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
              -o-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
              width: 10em;
              font-size: 1em;
              font-weight: 600;
              line-height: 1em;
              padding: 0.5em 0;
              border-radius: 1em;
              text-align: center; }
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#front-page #top_flow .scroll_box .flow_list > li .flow_inner h3 {
    font-size: 1.5em; } }

            body#front-page #top_flow .scroll_box .flow_list > li .flow_inner .phase_ctt {
              width: auto;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              list-style: none inside; }
              body#front-page #top_flow .scroll_box .flow_list > li .flow_inner .phase_ctt li {
                font-size: 0.85em;
                font-weight: 600;
                line-height: 1.25em;
                padding-bottom: 0.375em; }
@media screen and (max-width: 768px) and (min-width: 481px) {
  body#front-page #top_flow .scroll_box .flow_list > li .flow_inner .phase_ctt li {
    font-size: 1.2em; } }

          body#front-page #top_flow .scroll_box .flow_list > li:nth-child(1) .flow_inner {
            background: linear-gradient(45deg, #4fb3ee 0, #8496db 100%); }
            body#front-page #top_flow .scroll_box .flow_list > li:nth-child(1) .flow_inner h3 {
              background: linear-gradient(90deg, #4fb3ee 0, #8496db 100%); }
          body#front-page #top_flow .scroll_box .flow_list > li:nth-child(2) .flow_inner {
            background: linear-gradient(45deg, #8496db 0, #ab80cd 100%); }
            body#front-page #top_flow .scroll_box .flow_list > li:nth-child(2) .flow_inner h3 {
              background: linear-gradient(90deg, #8496db 0, #ab80cd 100%); }
          body#front-page #top_flow .scroll_box .flow_list > li:nth-child(3) .flow_inner {
            background: -webkit-linear-gradient(45deg, #ab80cd 0, #f953a6 100%);
            background: -moz-linear-gradient(45deg, #ab80cd 0, #f953a6 100%);
            background: -o-linear-gradient(45deg, #ab80cd 0, #f953a6 100%);
            background: linear-gradient(45deg, #ab80cd 0, #f953a6 100%); }
            body#front-page #top_flow .scroll_box .flow_list > li:nth-child(3) .flow_inner h3 {
              background: linear-gradient(90deg, #ab80cd 0, #f953a6 100%); }
          body#front-page #top_flow .scroll_box .flow_list > li:nth-child(4) .flow_inner {
            background: -webkit-linear-gradient(45deg, #f953a6 0, #fc4b47 100%);
            background: -moz-linear-gradient(45deg, #f953a6 0, #fc4b47 100%);
            background: -o-linear-gradient(45deg, #f953a6 0, #fc4b47 100%);
            background: linear-gradient(45deg, #f953a6 0, #fc4b47 100%); }
            body#front-page #top_flow .scroll_box .flow_list > li:nth-child(4) .flow_inner h3 {
              background: linear-gradient(90deg, #f953a6 0, #fc4b47 100%); }
      body#front-page #top_flow .scroll_box .note {
        color: #000;
        opacity: 0.6;
        filter: alpha(opacity=60);
        padding-bottom: 0; }
        @media screen and (max-width: 1200px) {
          body#front-page #top_flow .scroll_box .note {
            text-align: center; } }
        @media screen and (max-width: 768px) {
          body#front-page #top_flow .scroll_box .note {
            text-align: left;
            padding-top: 10em; } }
        @media screen and (max-width: 480px) {
          body#front-page #top_flow .scroll_box .note {
            font-size: 0.9em;
            padding-top: 5em; } }
  body#front-page #top_service {
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -------------------------- 吸着コンテンツ ------------------------------------------- */
    /* -------------------------- スクロールコンテンツ ------------------------------------------- */
    /* -------------------------- 背景画像 ------------------------------------------- */
    /* -------------------------- 表示・非表示アニメーション ------------------------------------------- */ }
    body#front-page #top_service .sticky_area {
      z-index: 10; }
      @media screen and (min-width: 769px) {
        body#front-page #top_service .sticky_area {
          position: absolute;
          top: 10em;
          left: 66%;
          right: 0;
          bottom: 10em;
          margin: auto; } }
      @media screen and (max-width: 768px) {
        body#front-page #top_service .sticky_area {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-bottom: 8.5em; } }
      body#front-page #top_service .sticky_area .sticky_box {
        width: 100%;
        overflow: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: 1s ease;
        -moz-transition: 1s ease;
        -ms-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        /* スライドイン（共通） ------------------------------------------- */
        /* 見出し ------------------------------------------- */
        /* 段落 ------------------------------------------- */
        /* ボタン ------------------------------------------- */ }
        @media screen and (min-width: 769px) {
          body#front-page #top_service .sticky_area .sticky_box {
            position: -webkit-sticky;
            position: sticky;
            top: 10em;
            left: 0;
            right: auto;
            bottom: auto; } }
        @media screen and (min-width: 769px) {
          body#front-page #top_service .sticky_area .sticky_box .innerbox {
            padding-left: 0; } }
        body#front-page #top_service .sticky_area .sticky_box .sec_ttl .eg,
        body#front-page #top_service .sticky_area .sticky_box .sec_ttl .jp,
        body#front-page #top_service .sticky_area .sticky_box p,
        body#front-page #top_service .sticky_area .sticky_box .btn {
          -webkit-transform: translate(100%, 0);
          -moz-transform: translate(100%, 0);
          -ms-transform: translate(100%, 0);
          -o-transform: translate(100%, 0);
          transform: translate(100%, 0);
          -webkit-transition: 1s ease;
          -moz-transition: 1s ease;
          -ms-transition: 1s ease;
          -o-transition: 1s ease;
          transition: 1s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-filter: blur(5px);
          filter: blur(5px); }
        body#front-page #top_service .sticky_area .sticky_box .sec_ttl .jp {
          -webkit-transition-delay: 0.05s;
          -moz-transition-delay: 0.05s;
          -o-transition-delay: 0.05s;
          transition-delay: 0.05s; }
        body#front-page #top_service .sticky_area .sticky_box p {
          -webkit-transition-delay: 0.1s;
          -moz-transition-delay: 0.1s;
          -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }
        body#front-page #top_service .sticky_area .sticky_box .btn {
          -webkit-transition-delay: 0.15s;
          -moz-transition-delay: 0.15s;
          -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
          margin-bottom: 0.2em; }
    body#front-page #top_service .scroll_box {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      body#front-page #top_service .scroll_box .sub_sec {
        /* 流れる文字 ------------------------------------------- */
        /* 各セクションカラー・サイズ ------------------------------------------- */
        /* ホームページ */
        /* ランディングページ */
        /* ECサイト */ }
        body#front-page #top_service .scroll_box .sub_sec .innerbox {
          z-index: 5;
          /* 見出し ------------------------------------------- */
          /* こんな方に ------------------------------------------- */
          /* サービス一覧 ------------------------------------------- */ }
          @media screen and (min-width: 769px) {
            body#front-page #top_service .scroll_box .sub_sec .innerbox {
              padding-right: 39%; } }
          body#front-page #top_service .scroll_box .sub_sec .innerbox .jpeg_hd {
            padding-bottom: 2em;
            /* 出現タイミングずらす */ }
            body#front-page #top_service .scroll_box .sub_sec .innerbox .jpeg_hd .jp {
              font-size: 1em;
              font-weight: 600;
              line-height: 1em;
              /* 大英語 */ }
              body#front-page #top_service .scroll_box .sub_sec .innerbox .jpeg_hd .jp + .eg {
                font-size: 2.5em;
                font-weight: 600;
                line-height: 1em; }
            body#front-page #top_service .scroll_box .sub_sec .innerbox .jpeg_hd .eg {
              -webkit-transition-delay: 0.1s;
              -moz-transition-delay: 0.1s;
              -o-transition-delay: 0.1s;
              transition-delay: 0.1s; }
          body#front-page #top_service .scroll_box .sub_sec .innerbox .hashtag_list .ht {
            background: #eeeeee;
            margin-right: 0.5em;
            /* 出現タイミングずらす */ }
            body#front-page #top_service .scroll_box .sub_sec .innerbox .hashtag_list .ht:nth-of-type(1) {
              -webkit-transition-delay: 0.2s;
              -moz-transition-delay: 0.2s;
              -o-transition-delay: 0.2s;
              transition-delay: 0.2s; }
            body#front-page #top_service .scroll_box .sub_sec .innerbox .hashtag_list .ht:nth-of-type(2) {
              -webkit-transition-delay: 0.3s;
              -moz-transition-delay: 0.3s;
              -o-transition-delay: 0.3s;
              transition-delay: 0.3s; }
            body#front-page #top_service .scroll_box .sub_sec .innerbox .hashtag_list .ht:nth-of-type(3) {
              -webkit-transition-delay: 0.4s;
              -moz-transition-delay: 0.4s;
              -o-transition-delay: 0.4s;
              transition-delay: 0.4s; }
            body#front-page #top_service .scroll_box .sub_sec .innerbox .hashtag_list .ht:nth-of-type(4) {
              -webkit-transition-delay: 0.5s;
              -moz-transition-delay: 0.5s;
              -o-transition-delay: 0.5s;
              transition-delay: 0.5s; }
            body#front-page #top_service .scroll_box .sub_sec .innerbox .hashtag_list .ht:nth-of-type(5) {
              -webkit-transition-delay: 0.6s;
              -moz-transition-delay: 0.6s;
              -o-transition-delay: 0.6s;
              transition-delay: 0.6s; }
            body#front-page #top_service .scroll_box .sub_sec .innerbox .hashtag_list .ht:nth-of-type(6) {
              -webkit-transition-delay: 0.7s;
              -moz-transition-delay: 0.7s;
              -o-transition-delay: 0.7s;
              transition-delay: 0.7s; }
          body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            /* 出現タイミングずらす */
            -webkit-transition-delay: 0.8s;
            -moz-transition-delay: 0.8s;
            -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
            /* 中心 */ }
            @media screen and (max-width: 480px) {
              body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox {
                font-size: 0.6em; } }
            body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list {
              width: 100%;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              list-style: none inside;
              border-radius: 2em;
              overflow: hidden;
              display: -ms-flexbox;
              display: -webkit-box;
              display: -webkit-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              flex-wrap: wrap; }
              body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li {
                width: 49%;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                min-height: 12em;
                margin-right: 2%;
                padding: 1.5em;
                color: #fff;
                background: #fff;
                /* 背景色 */
                /* 見出し */
                /* ボタン */ }
                @media screen and (max-width: 1200px) {
                  body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li {
                    min-height: 17em; } }
                @media screen and (max-width: 768px) {
                  body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li {
                    min-height: 16em; } }
                body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li:nth-child(2n) {
                  margin-right: 0;
                  text-align: right; }
                body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li:nth-child(n+3) {
                  display: -ms-flexbox;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  flex-wrap: wrap;
                  -webkit-box-align: end;
                  -webkit-align-items: flex-end;
                  -moz-box-align: end;
                  -ms-flex-align: end;
                  align-items: flex-end;
                  margin-top: 2%; }
                body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li:nth-child(4) {
                  -webkit-box-pack: end;
                  -webkit-justify-content: flex-end;
                  -moz-box-pack: end;
                  -ms-flex-pack: end;
                  justify-content: flex-end; }
                body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li::before {
                  content: "";
                  display: block;
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  margin: auto;
                  opacity: 0.75;
                  filter: alpha(opacity=75); }
                body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li .sv_ttl {
                  text-align: right;
                  position: absolute;
                  top: 1.5em;
                  left: 1.5em;
                  right: 1.5em;
                  bottom: auto;
                  margin: auto; }
                  @media screen and (max-width: 1200px) {
                    body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li .sv_ttl {
                      top: auto;
                      bottom: 1.5em;
                      text-align: left; } }
                  body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li .sv_ttl span {
                    display: block; }
                    body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li .sv_ttl span.jp {
                      font-size: 2em;
                      font-weight: 600;
                      line-height: 1em; }
                    body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li .sv_ttl span.eg {
                      font-size: 0.7em;
                      font-weight: 500;
                      line-height: 1em;
                      padding-top: 0.25em; }
                body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li:nth-child(2n) .sv_ttl {
                  text-align: left; }
                  @media screen and (max-width: 1200px) {
                    body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li:nth-child(2n) .sv_ttl {
                      text-align: right; } }
                body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li:nth-child(n+3) .sv_ttl {
                  display: -ms-flexbox;
                  display: -webkit-box;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-flex-wrap: wrap;
                  flex-wrap: wrap;
                  -ms-flex-direction: column-reverse;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: reverse;
                  -webkit-flex-direction: column-reverse;
                  flex-direction: column-reverse;
                  top: auto;
                  bottom: 1.5em; }
                  @media screen and (max-width: 1200px) {
                    body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li:nth-child(n+3) .sv_ttl {
                      top: 1.5em;
                      bottom: auto; } }
                  body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li:nth-child(n+3) .sv_ttl span.eg {
                    padding-top: 0;
                    padding-bottom: 0.25em; }
                body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li p {
                  padding-bottom: 0; }
                  body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li p .btn {
                    display: block;
                    padding-bottom: 0.5em; }
                    body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li p .btn:last-child {
                      padding-bottom: 0; }
                    body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li p .btn a {
                      background: #fff; }
                      @media screen and (max-width: 1200px) {
                        body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li p .btn a {
                          padding: 1.375em 0; } }
                      @media screen and (max-width: 480px) {
                        body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .service_list li p .btn a {
                          min-width: 13em;
                          font-size: 1.3em;
                          padding: 1em 0; } }
            body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .center_link {
              position: absolute;
              top: 50%;
              left: 50%;
              right: auto;
              bottom: auto;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              width: 15em;
              height: 15em;
              -webkit-transition: 0.3s ease;
              -moz-transition: 0.3s ease;
              -ms-transition: 0.3s ease;
              -o-transition: 0.3s ease;
              transition: 0.3s ease;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
              body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .center_link a {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                color: #fff;
                border: #fff solid 0.5em;
                border-radius: 50%;
                display: -ms-flexbox;
                display: -webkit-box;
                display: -webkit-flex;
                display: flex;
                -ms-flex-align: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                align-items: center;
                -ms-flex-pack: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                /* アイコン */
                /* 見出し */
                /* マウスオーバー */ }
                body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .center_link a .icon {
                  width: 2.7em;
                  position: relative;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                  margin: auto; }
                  body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .center_link a .icon img {
                    width: 100%;
                    height: auto; }
                body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .center_link a .sv_ttl {
                  width: 100%;
                  position: relative;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                  font-size: 1.1em;
                  font-weight: 600;
                  line-height: 1em;
                  text-align: center;
                  padding-top: 1em; }
                  body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .center_link a .sv_ttl ruby {
                    ruby-position: under; }
                    body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .center_link a .sv_ttl ruby rt {
                      width: auto;
                      position: relative;
                      -webkit-box-sizing: border-box;
                      -moz-box-sizing: border-box;
                      box-sizing: border-box;
                      font-size: 0.6em;
                      font-weight: 600;
                      bottom: -0.5em; }
                body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .center_link a:hover {
                  -webkit-transform: scale(1.1);
                  -moz-transform: scale(1.1);
                  -ms-transform: scale(1.1);
                  -o-transform: scale(1.1);
                  transform: scale(1.1); }
                  body#front-page #top_service .scroll_box .sub_sec .innerbox .svbox .center_link a:hover .icon img {
                    opacity: 1;
                    filter: alpha(opacity=100); }
        body#front-page #top_service .scroll_box .sub_sec .fl_txt {
          position: absolute;
          top: 50%;
          left: 0;
          right: auto;
          bottom: auto;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 100%;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            body#front-page #top_service .scroll_box .sub_sec .fl_txt {
              top: auto;
              bottom: -8.5em; } }
          @media screen and (max-width: 480px) {
            body#front-page #top_service .scroll_box .sub_sec .fl_txt {
              bottom: -6em; } }
          body#front-page #top_service .scroll_box .sub_sec .fl_txt p {
            padding-bottom: 0; }
          body#front-page #top_service .scroll_box .sub_sec .fl_txt .txtbox {
            width: 92em;
            font-family: train-one, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 8em;
            line-height: 1em;
            opacity: 0.1;
            filter: alpha(opacity=10); }
            @media screen and (max-width: 480px) {
              body#front-page #top_service .scroll_box .sub_sec .fl_txt .txtbox {
                font-size: 5em; } }
            body#front-page #top_service .scroll_box .sub_sec .fl_txt .txtbox.txt1 {
              -webkit-animation: flowani1 120s -60s linear infinite;
              -moz-animation: flowani1 120s -60s linear infinite;
              -o-animation: flowani1 120s -60s linear infinite;
              animation: flowani1 120s -60s linear infinite; }
            body#front-page #top_service .scroll_box .sub_sec .fl_txt .txtbox.txt2 {
              -webkit-animation: flowani2 120s linear infinite;
              -moz-animation: flowani2 120s linear infinite;
              -o-animation: flowani2 120s linear infinite;
              animation: flowani2 120s linear infinite;
              position: absolute;
              top: 0;
              left: 91.3em;
              right: auto;
              bottom: auto; }
        body#front-page #top_service .scroll_box .sub_sec#sv_hp .innerbox .service_list li {
          height: 15em; }
          @media screen and (max-width: 1200px) {
            body#front-page #top_service .scroll_box .sub_sec#sv_hp .innerbox .service_list li {
              height: 21em; } }
          @media screen and (max-width: 768px) {
            body#front-page #top_service .scroll_box .sub_sec#sv_hp .innerbox .service_list li {
              height: 20em; } }
          body#front-page #top_service .scroll_box .sub_sec#sv_hp .innerbox .service_list li::before {
            background: linear-gradient(45deg, #4fb3ee 0, #ab80cd 100%); }
          body#front-page #top_service .scroll_box .sub_sec#sv_hp .innerbox .service_list li .btn a {
            color: #6275bf; }
          body#front-page #top_service .scroll_box .sub_sec#sv_hp .innerbox .service_list li:nth-child(2)::before {
            background: linear-gradient(45deg, #8496db 0, #ab80cd 100%); }
          body#front-page #top_service .scroll_box .sub_sec#sv_hp .innerbox .service_list li:nth-child(2) .btn a {
            color: #8354a7; }
          body#front-page #top_service .scroll_box .sub_sec#sv_hp .innerbox .service_list li:nth-child(3)::before {
            background: linear-gradient(45deg, #4fb3ee 0, #8496db 100%); }
          body#front-page #top_service .scroll_box .sub_sec#sv_hp .innerbox .service_list li:nth-child(3) .btn a {
            color: #12a9de; }
        body#front-page #top_service .scroll_box .sub_sec#sv_hp .innerbox .center_link a {
          background: linear-gradient(45deg, #4fb3ee 0, #ab80cd 100%); }
        body#front-page #top_service .scroll_box .sub_sec#sv_lp .innerbox .service_list li::before {
          background: -webkit-linear-gradient(45deg, #ab80cd 0, #f953a6 100%);
          background: -moz-linear-gradient(45deg, #ab80cd 0, #f953a6 100%);
          background: -o-linear-gradient(45deg, #ab80cd 0, #f953a6 100%);
          background: linear-gradient(45deg, #ab80cd 0, #f953a6 100%); }
        body#front-page #top_service .scroll_box .sub_sec#sv_lp .innerbox .service_list li .btn a {
          color: #d544a9; }
        body#front-page #top_service .scroll_box .sub_sec#sv_lp .innerbox .service_list li:nth-child(2)::before {
          background: linear-gradient(45deg, #da65b6 0, #f953a6 100%); }
        body#front-page #top_service .scroll_box .sub_sec#sv_lp .innerbox .service_list li:nth-child(2) .btn a {
          color: #ef2e8e; }
        body#front-page #top_service .scroll_box .sub_sec#sv_lp .innerbox .service_list li:nth-child(3)::before {
          background: linear-gradient(45deg, #ab80cd 0, #da65b6 100%); }
        body#front-page #top_service .scroll_box .sub_sec#sv_lp .innerbox .service_list li:nth-child(3) .btn a {
          color: #8354a7; }
        body#front-page #top_service .scroll_box .sub_sec#sv_lp .innerbox .center_link a {
          background: -webkit-linear-gradient(45deg, #ab80cd 0, #f953a6 100%);
          background: -moz-linear-gradient(45deg, #ab80cd 0, #f953a6 100%);
          background: -o-linear-gradient(45deg, #ab80cd 0, #f953a6 100%);
          background: linear-gradient(45deg, #ab80cd 0, #f953a6 100%); }
        body#front-page #top_service .scroll_box .sub_sec#sv_lp .fl_txt .txtbox {
          width: 82em; }
          body#front-page #top_service .scroll_box .sub_sec#sv_lp .fl_txt .txtbox.txt2 {
            left: 81.55em; }
        body#front-page #top_service .scroll_box .sub_sec#sv_ec .innerbox .service_list li {
          height: 15em; }
          @media screen and (max-width: 1200px) {
            body#front-page #top_service .scroll_box .sub_sec#sv_ec .innerbox .service_list li {
              height: 21em; } }
          @media screen and (max-width: 768px) {
            body#front-page #top_service .scroll_box .sub_sec#sv_ec .innerbox .service_list li {
              height: 20em; } }
          body#front-page #top_service .scroll_box .sub_sec#sv_ec .innerbox .service_list li::before {
            background: -webkit-linear-gradient(45deg, #f953a6 0, #fc4b47 100%);
            background: -moz-linear-gradient(45deg, #f953a6 0, #fc4b47 100%);
            background: -o-linear-gradient(45deg, #f953a6 0, #fc4b47 100%);
            background: linear-gradient(45deg, #f953a6 0, #fc4b47 100%); }
          body#front-page #top_service .scroll_box .sub_sec#sv_ec .innerbox .service_list li .btn a {
            color: #eb3151; }
          body#front-page #top_service .scroll_box .sub_sec#sv_ec .innerbox .service_list li:nth-child(2)::before {
            background: linear-gradient(45deg, #fb4e6c 0, #fc4b47 100%); }
          body#front-page #top_service .scroll_box .sub_sec#sv_ec .innerbox .service_list li:nth-child(2) .btn a {
            color: #ed322e; }
          body#front-page #top_service .scroll_box .sub_sec#sv_ec .innerbox .service_list li:nth-child(3)::before {
            background: linear-gradient(45deg, #f953a6 0, #fb4e6c 100%); }
          body#front-page #top_service .scroll_box .sub_sec#sv_ec .innerbox .service_list li:nth-child(3) .btn a {
            color: #ef2e8e; }
        body#front-page #top_service .scroll_box .sub_sec#sv_ec .innerbox .center_link a {
          background: -webkit-linear-gradient(45deg, #f953a6 0, #fc4b47 100%);
          background: -moz-linear-gradient(45deg, #f953a6 0, #fc4b47 100%);
          background: -o-linear-gradient(45deg, #f953a6 0, #fc4b47 100%);
          background: linear-gradient(45deg, #f953a6 0, #fc4b47 100%); }
        body#front-page #top_service .scroll_box .sub_sec#sv_ec .fl_txt .txtbox {
          width: 85em; }
          body#front-page #top_service .scroll_box .sub_sec#sv_ec .fl_txt .txtbox.txt2 {
            left: 84.7em; }
    body#front-page #top_service .svbg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      overflow: hidden;
      z-index: -1;
      list-style: none inside;
      -webkit-transition: 3s ease;
      -moz-transition: 3s ease;
      -ms-transition: 3s ease;
      -o-transition: 3s ease;
      transition: 3s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      /* 透過グラデーションロゴ ------------------------------------------- */
      /* グラデーションロゴ ------------------------------------------- */
      /* グレーロゴ ------------------------------------------- */ }
      body#front-page #top_service .svbg img {
        width: 100%;
        height: auto; }
      body#front-page #top_service .svbg .icon_c_opa {
        width: 136vw;
        position: absolute;
        top: auto;
        left: -25vw;
        right: auto;
        bottom: -7vw;
        opacity: 0.5;
        filter: alpha(opacity=50); }
        @media screen and (max-width: 1200px) {
          body#front-page #top_service .svbg .icon_c_opa {
            width: 180vw;
            left: -50vw; } }
        @media screen and (max-width: 768px) {
          body#front-page #top_service .svbg .icon_c_opa {
            width: 300vw;
            left: -150vw; } }
        body#front-page #top_service .svbg .icon_c_opa span {
          -moz-animation-name: dizzy_anm4;
          -moz-animation-duration: 49s;
          -moz-animation-fill-mode: forwards;
          -moz-animation-timing-function: ease-in-out;
          -moz-animation-iteration-count: infinite;
          -ms-animation-name: dizzy_anm4;
          -ms-animation-duration: 49s;
          -ms-animation-fill-mode: forwards;
          -ms-animation-timing-function: ease-in-out;
          -ms-animation-iteration-count: infinite;
          -o-animation-name: dizzy_anm4;
          -o-animation-duration: 49s;
          -o-animation-fill-mode: forwards;
          -o-animation-timing-function: ease-in-out;
          -o-animation-iteration-count: infinite;
          -webkit-animation-name: dizzy_anm4;
          -webkit-animation-duration: 49s;
          -webkit-animation-fill-mode: forwards;
          -webkit-animation-timing-function: ease-in-out;
          -webkit-animation-iteration-count: infinite;
          animation-name: dizzy_anm4;
          animation-duration: 49s;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite; }
          body#front-page #top_service .svbg .icon_c_opa span svg {
            -moz-animation-name: rt20_anm;
            -moz-animation-duration: 47s;
            -moz-animation-fill-mode: forwards;
            -moz-animation-timing-function: ease-in-out;
            -moz-animation-iteration-count: infinite;
            -ms-animation-name: rt20_anm;
            -ms-animation-duration: 47s;
            -ms-animation-fill-mode: forwards;
            -ms-animation-timing-function: ease-in-out;
            -ms-animation-iteration-count: infinite;
            -o-animation-name: rt20_anm;
            -o-animation-duration: 47s;
            -o-animation-fill-mode: forwards;
            -o-animation-timing-function: ease-in-out;
            -o-animation-iteration-count: infinite;
            -webkit-animation-name: rt20_anm;
            -webkit-animation-duration: 47s;
            -webkit-animation-fill-mode: forwards;
            -webkit-animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: infinite;
            animation-name: rt20_anm;
            animation-duration: 47s;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite; }
      body#front-page #top_service .svbg .icon_c {
        width: 91vw;
        position: absolute;
        top: -7vw;
        left: auto;
        right: -25vw;
        bottom: auto;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        @media screen and (max-width: 1200px) {
          body#front-page #top_service .svbg .icon_c {
            top: 10em;
            width: 100vw; } }
        @media screen and (max-width: 768px) {
          body#front-page #top_service .svbg .icon_c {
            width: 150vw;
            top: 25vw;
            right: -70vw; } }
        @media screen and (max-width: 480px) {
          body#front-page #top_service .svbg .icon_c {
            width: 200vw;
            top: 60vw; } }
        body#front-page #top_service .svbg .icon_c span {
          -moz-animation-name: dizzy_anm3;
          -moz-animation-duration: 37s;
          -moz-animation-fill-mode: forwards;
          -moz-animation-timing-function: ease-in-out;
          -moz-animation-iteration-count: infinite;
          -ms-animation-name: dizzy_anm3;
          -ms-animation-duration: 37s;
          -ms-animation-fill-mode: forwards;
          -ms-animation-timing-function: ease-in-out;
          -ms-animation-iteration-count: infinite;
          -o-animation-name: dizzy_anm3;
          -o-animation-duration: 37s;
          -o-animation-fill-mode: forwards;
          -o-animation-timing-function: ease-in-out;
          -o-animation-iteration-count: infinite;
          -webkit-animation-name: dizzy_anm3;
          -webkit-animation-duration: 37s;
          -webkit-animation-fill-mode: forwards;
          -webkit-animation-timing-function: ease-in-out;
          -webkit-animation-iteration-count: infinite;
          animation-name: dizzy_anm3;
          animation-duration: 37s;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite; }
          body#front-page #top_service .svbg .icon_c span svg {
            -moz-animation-name: rt15_anm;
            -moz-animation-duration: 31s;
            -moz-animation-fill-mode: forwards;
            -moz-animation-timing-function: ease-in-out;
            -moz-animation-iteration-count: infinite;
            -ms-animation-name: rt15_anm;
            -ms-animation-duration: 31s;
            -ms-animation-fill-mode: forwards;
            -ms-animation-timing-function: ease-in-out;
            -ms-animation-iteration-count: infinite;
            -o-animation-name: rt15_anm;
            -o-animation-duration: 31s;
            -o-animation-fill-mode: forwards;
            -o-animation-timing-function: ease-in-out;
            -o-animation-iteration-count: infinite;
            -webkit-animation-name: rt15_anm;
            -webkit-animation-duration: 31s;
            -webkit-animation-fill-mode: forwards;
            -webkit-animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: infinite;
            animation-name: rt15_anm;
            animation-duration: 31s;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite; }
      body#front-page #top_service .svbg .icon_g {
        width: 56.8vw;
        position: absolute;
        top: -7.5vw;
        left: auto;
        right: -10vw;
        bottom: auto;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
        @media screen and (max-width: 768px) {
          body#front-page #top_service .svbg .icon_g {
            width: 100vw; } }
        body#front-page #top_service .svbg .icon_g span {
          -moz-animation-name: dizzy_anm2;
          -moz-animation-duration: 21s;
          -moz-animation-fill-mode: forwards;
          -moz-animation-timing-function: ease-in-out;
          -moz-animation-iteration-count: infinite;
          -ms-animation-name: dizzy_anm2;
          -ms-animation-duration: 21s;
          -ms-animation-fill-mode: forwards;
          -ms-animation-timing-function: ease-in-out;
          -ms-animation-iteration-count: infinite;
          -o-animation-name: dizzy_anm2;
          -o-animation-duration: 21s;
          -o-animation-fill-mode: forwards;
          -o-animation-timing-function: ease-in-out;
          -o-animation-iteration-count: infinite;
          -webkit-animation-name: dizzy_anm2;
          -webkit-animation-duration: 21s;
          -webkit-animation-fill-mode: forwards;
          -webkit-animation-timing-function: ease-in-out;
          -webkit-animation-iteration-count: infinite;
          animation-name: dizzy_anm2;
          animation-duration: 21s;
          animation-fill-mode: forwards;
          animation-timing-function: ease-in-out;
          animation-iteration-count: infinite; }
          body#front-page #top_service .svbg .icon_g span svg {
            -moz-animation-name: rt10_anm;
            -moz-animation-duration: 13s;
            -moz-animation-fill-mode: forwards;
            -moz-animation-timing-function: ease-in-out;
            -moz-animation-iteration-count: infinite;
            -ms-animation-name: rt10_anm;
            -ms-animation-duration: 13s;
            -ms-animation-fill-mode: forwards;
            -ms-animation-timing-function: ease-in-out;
            -ms-animation-iteration-count: infinite;
            -o-animation-name: rt10_anm;
            -o-animation-duration: 13s;
            -o-animation-fill-mode: forwards;
            -o-animation-timing-function: ease-in-out;
            -o-animation-iteration-count: infinite;
            -webkit-animation-name: rt10_anm;
            -webkit-animation-duration: 13s;
            -webkit-animation-fill-mode: forwards;
            -webkit-animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: infinite;
            animation-name: rt10_anm;
            animation-duration: 13s;
            animation-fill-mode: forwards;
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite; }
    body#front-page #top_service.on {
      /* 吸着コンテンツ ------------------------------------------- */ }
      body#front-page #top_service.on .sticky_area .sticky_box {
        opacity: 1;
        filter: alpha(opacity=100);
        /* スライドイン */ }
        body#front-page #top_service.on .sticky_area .sticky_box .sec_ttl .eg,
        body#front-page #top_service.on .sticky_area .sticky_box .sec_ttl .jp,
        body#front-page #top_service.on .sticky_area .sticky_box p,
        body#front-page #top_service.on .sticky_area .sticky_box .btn {
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0);
          -webkit-filter: blur(0px);
          filter: blur(0px); }
  body#front-page #contact_us {
    padding-bottom: 20em;
    background: #f3f3f3;
    /* -------------------------- 背景画像 ------------------------------------------- */ }
    @media screen and (max-width: 480px) {
      body#front-page #contact_us {
        padding-bottom: 15em; } }
    body#front-page #contact_us .innerbox {
      /* -------------------------- アイコン・見出し ------------------------------------------- */
      /* アイコン ------------------------------------------- */
      /* -------------------------- お問い合わせ種類 ------------------------------------------- */ }
      body#front-page #contact_us .innerbox .icon_box,
      body#front-page #contact_us .innerbox .sec_ttl {
        text-align: center; }
        @media screen and (max-width: 768px) {
          body#front-page #contact_us .innerbox .icon_box,
          body#front-page #contact_us .innerbox .sec_ttl {
            padding-bottom: 10em; } }
        @media screen and (max-width: 480px) {
          body#front-page #contact_us .innerbox .icon_box,
          body#front-page #contact_us .innerbox .sec_ttl {
            padding-bottom: 7.5em; } }
      body#front-page #contact_us .innerbox .icon_box {
        padding-bottom: 1em; }
        body#front-page #contact_us .innerbox .icon_box img {
          width: 8em;
          height: auto; }
      body#front-page #contact_us .innerbox .contact_list {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none inside;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        /* 電話 ------------------------------------------- */
        /* フォーム ------------------------------------------- */ }
        body#front-page #contact_us .innerbox .contact_list p {
          width: auto;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-bottom: 0;
          line-height: 1em; }
        body#front-page #contact_us .innerbox .contact_list li {
          width: 50%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
          @media screen and (max-width: 1200px) {
            body#front-page #contact_us .innerbox .contact_list li {
              width: auto; } }
          @media screen and (max-width: 768px) {
            body#front-page #contact_us .innerbox .contact_list li {
              width: 100%; } }
        body#front-page #contact_us .innerbox .contact_list .tel {
          padding-right: 2.5em;
          border-right: #000 solid 0.15em;
          text-align: center;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          /* 電話番号 */
          /* 受付時間 */ }
          @media screen and (max-width: 768px) {
            body#front-page #contact_us .innerbox .contact_list .tel {
              padding-right: 0;
              padding-bottom: 2.5em;
              border-right: none;
              border-bottom: #000 solid 0.15em;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -moz-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; } }
          @media screen and (max-width: 480px) {
            body#front-page #contact_us .innerbox .contact_list .tel {
              padding-bottom: 5em; } }
          body#front-page #contact_us .innerbox .contact_list .tel .tel_numb {
            font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
            font-style: normal;
            font-size: 5em;
            font-weight: 600; }
            @media screen and (max-width: 480px) {
              body#front-page #contact_us .innerbox .contact_list .tel .tel_numb {
                font-size: 3.5em; } }
            body#front-page #contact_us .innerbox .contact_list .tel .tel_numb a {
              color: #000; }
          body#front-page #contact_us .innerbox .contact_list .tel .open_close {
            padding-top: 1em; }
            body#front-page #contact_us .innerbox .contact_list .tel .open_close .eg {
              font-size: 2em;
              font-weight: 500; }
              @media screen and (max-width: 480px) {
                body#front-page #contact_us .innerbox .contact_list .tel .open_close .eg {
                  font-size: 1.5em; } }
            body#front-page #contact_us .innerbox .contact_list .tel .open_close .jp {
              display: inline-block;
              font-size: 1.5em;
              font-weight: 600;
              -webkit-transform: translate(0, -0.05em);
              -moz-transform: translate(0, -0.05em);
              -ms-transform: translate(0, -0.05em);
              -o-transform: translate(0, -0.05em);
              transform: translate(0, -0.05em); }
              @media screen and (max-width: 480px) {
                body#front-page #contact_us .innerbox .contact_list .tel .open_close .jp {
                  font-size: 1.2em; } }
        body#front-page #contact_us .innerbox .contact_list .mail_form {
          padding-left: 2.5em;
          text-align: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -moz-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          @media screen and (max-width: 768px) {
            body#front-page #contact_us .innerbox .contact_list .mail_form {
              padding-top: 2.5em;
              padding-left: 0;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -moz-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; } }
          @media screen and (max-width: 480px) {
            body#front-page #contact_us .innerbox .contact_list .mail_form {
              padding-top: 5em; } }
          body#front-page #contact_us .innerbox .contact_list .mail_form p:nth-child(1) {
            font-size: 1.25em;
            font-weight: 600;
            line-height: 1em;
            padding-bottom: 1em; }
    body#front-page #contact_us .ctbg_list {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      list-style: none inside;
      overflow: hidden;
      z-index: -1;
      /* インカム ------------------------------------------- */
      /* 手（インカム） ------------------------------------------- */
      /* メール ------------------------------------------- */
      /* 手（メール） ------------------------------------------- */ }
      body#front-page #contact_us .ctbg_list img {
        width: 100%;
        height: auto; }
      body#front-page #contact_us .ctbg_list .tel_income {
        width: 25vw;
        position: absolute;
        top: auto;
        left: 4.6875vw;
        right: auto;
        bottom: 18vw;
        -moz-animation-name: dizzy_anm;
        -moz-animation-duration: 4s;
        -moz-animation-fill-mode: forwards;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -ms-animation-name: dizzy_anm;
        -ms-animation-duration: 4s;
        -ms-animation-fill-mode: forwards;
        -ms-animation-timing-function: ease-in-out;
        -ms-animation-iteration-count: infinite;
        -o-animation-name: dizzy_anm;
        -o-animation-duration: 4s;
        -o-animation-fill-mode: forwards;
        -o-animation-timing-function: ease-in-out;
        -o-animation-iteration-count: infinite;
        -webkit-animation-name: dizzy_anm;
        -webkit-animation-duration: 4s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-name: dizzy_anm;
        animation-duration: 4s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        /* 位置入れ替え */
        /* 画像回転 */ }
        @media screen and (max-width: 768px) {
          body#front-page #contact_us .ctbg_list .tel_income {
            width: 30vw;
            top: 50vw;
            left: 50vw;
            bottom: auto; } }
        @media screen and (max-width: 480px) {
          body#front-page #contact_us .ctbg_list .tel_income {
            width: 45vw;
            top: 95vw; } }
        body#front-page #contact_us .ctbg_list .tel_income img {
          -webkit-transform: rotate(-30deg);
          -moz-transform: rotate(-30deg);
          -ms-transform: rotate(-30deg);
          -o-transform: rotate(-30deg);
          transform: rotate(-30deg); }
      body#front-page #contact_us .ctbg_list .tel_hand {
        width: 20vw;
        position: absolute;
        top: auto;
        left: 30vw;
        right: auto;
        bottom: -25vw;
        -webkit-transform-origin: 100% 100%;
        -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        -o-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -moz-animation-name: ani_rocking2;
        -moz-animation-duration: 2s;
        -moz-animation-fill-mode: forwards;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -ms-animation-name: ani_rocking2;
        -ms-animation-duration: 2s;
        -ms-animation-fill-mode: forwards;
        -ms-animation-timing-function: ease-in-out;
        -ms-animation-iteration-count: infinite;
        -o-animation-name: ani_rocking2;
        -o-animation-duration: 2s;
        -o-animation-fill-mode: forwards;
        -o-animation-timing-function: ease-in-out;
        -o-animation-iteration-count: infinite;
        -webkit-animation-name: ani_rocking2;
        -webkit-animation-duration: 2s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-name: ani_rocking2;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        /* 入れ替え（メール） */ }
        @media screen and (max-width: 768px) {
          body#front-page #contact_us .ctbg_list .tel_hand {
            width: 24vw;
            left: 45vw;
            bottom: -30vw; } }
        @media screen and (max-width: 480px) {
          body#front-page #contact_us .ctbg_list .tel_hand {
            width: 36vw;
            bottom: -52vw; } }
      body#front-page #contact_us .ctbg_list .mail {
        width: 25vw;
        position: absolute;
        top: 25.677vw;
        left: auto;
        right: 19.32vw;
        bottom: auto;
        -moz-animation-name: rt360_anm;
        -moz-animation-duration: 8s;
        -moz-animation-fill-mode: forwards;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -ms-animation-name: rt360_anm;
        -ms-animation-duration: 8s;
        -ms-animation-fill-mode: forwards;
        -ms-animation-timing-function: ease-in-out;
        -ms-animation-iteration-count: infinite;
        -o-animation-name: rt360_anm;
        -o-animation-duration: 8s;
        -o-animation-fill-mode: forwards;
        -o-animation-timing-function: ease-in-out;
        -o-animation-iteration-count: infinite;
        -webkit-animation-name: rt360_anm;
        -webkit-animation-duration: 8s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-name: rt360_anm;
        animation-duration: 8s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        /* 位置入れ替え */
        /* 画像回転 */ }
        @media screen and (max-width: 1200px) {
          body#front-page #contact_us .ctbg_list .mail {
            top: 38vw;
            right: 5vw; } }
        @media screen and (max-width: 768px) {
          body#front-page #contact_us .ctbg_list .mail {
            width: 30vw;
            top: auto;
            right: 50vw;
            bottom: 30vw; } }
        @media screen and (max-width: 480px) {
          body#front-page #contact_us .ctbg_list .mail {
            width: 45vw;
            right: 45vw;
            bottom: 40vw; } }
        body#front-page #contact_us .ctbg_list .mail img {
          -webkit-transform: rotate(10deg);
          -moz-transform: rotate(10deg);
          -ms-transform: rotate(10deg);
          -o-transform: rotate(10deg);
          transform: rotate(10deg); }
      body#front-page #contact_us .ctbg_list .mail_hand {
        width: 55.1vw;
        position: absolute;
        top: 5.8vw;
        left: auto;
        right: -25vw;
        bottom: auto;
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -moz-animation-name: ani_rocking2;
        -moz-animation-duration: 2s;
        -moz-animation-fill-mode: forwards;
        -moz-animation-timing-function: ease-in-out;
        -moz-animation-iteration-count: infinite;
        -ms-animation-name: ani_rocking2;
        -ms-animation-duration: 2s;
        -ms-animation-fill-mode: forwards;
        -ms-animation-timing-function: ease-in-out;
        -ms-animation-iteration-count: infinite;
        -o-animation-name: ani_rocking2;
        -o-animation-duration: 2s;
        -o-animation-fill-mode: forwards;
        -o-animation-timing-function: ease-in-out;
        -o-animation-iteration-count: infinite;
        -webkit-animation-name: ani_rocking2;
        -webkit-animation-duration: 2s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-name: ani_rocking2;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        /* 入れ替え（インカム） */ }
        @media screen and (max-width: 1200px) {
          body#front-page #contact_us .ctbg_list .mail_hand {
            top: 15vw;
            right: -30vw; } }
        @media screen and (max-width: 768px) {
          body#front-page #contact_us .ctbg_list .mail_hand {
            width: 66vw;
            top: 25vw;
            -webkit-animation-delay: 0.8s;
            -moz-animation-delay: 0.8s;
            -o-animation-delay: 0.8s;
            animation-delay: 0.8s; } }
        @media screen and (max-width: 480px) {
          body#front-page #contact_us .ctbg_list .mail_hand {
            width: 99vw;
            top: 5vw;
            right: -30vw; }
            body#front-page #contact_us .ctbg_list .mail_hand img {
              -webkit-transform-origin: 100% 0;
              -moz-transform-origin: 100% 0;
              -ms-transform-origin: 100% 0;
              -o-transform-origin: 100% 0;
              transform-origin: 100% 0;
              -webkit-transform: rotate(-35deg);
              -moz-transform: rotate(-35deg);
              -ms-transform: rotate(-35deg);
              -o-transform: rotate(-35deg);
              transform: rotate(-35deg); } }
  body#front-page #top_post {
    background: -webkit-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -moz-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -o-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    color: #fff;
    overflow: hidden;
    /* -------------------------- ヘッダー（共通） ------------------------------------------- */
    /* -------------------------- News ------------------------------------------- */
    /* -------------------------- Journal ------------------------------------------- */
    /* 流れる英語テキスト ------------------------------------------- */ }
    body#front-page #top_post .sec_header {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      /* 英語タイトル ------------------------------------------- */
      /* ボタン ------------------------------------------- */ }
      body#front-page #top_post .sec_header .sec_ttl {
        width: auto;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 0;
        bottom: -0.8em; }
        @media screen and (max-width: 480px) {
          body#front-page #top_post .sec_header .sec_ttl .eg {
            font-size: 3em;
            -webkit-transform: translate(0, -0.3em);
            -moz-transform: translate(0, -0.3em);
            -ms-transform: translate(0, -0.3em);
            -o-transform: translate(0, -0.3em);
            transform: translate(0, -0.3em); } }
      @media screen and (max-width: 480px) {
        body#front-page #top_post .sec_header .btn a {
          min-width: 12em; } }
    body#front-page #top_post #top_news {
      /* 投稿記事 ------------------------------------------- */ }
      body#front-page #top_post #top_news .news_list {
        padding-top: 1em; }
        body#front-page #top_post #top_news .news_list li {
          border-image: none;
          border-color: #fff; }
          body#front-page #top_post #top_news .news_list li a {
            /* 記事テキスト */ }
            body#front-page #top_post #top_news .news_list li a .post_txt {
              color: #fff; }
    body#front-page #top_post #top_journal {
      /* 最新の記事１件 ------------------------------------------- */
      /* 流れる記事一覧 ------------------------------------------- */ }
      body#front-page #top_post #top_journal .journal_post.latest_post {
        width: 28.776%;
        margin-top: 2.5em;
        margin-left: 10em;
        z-index: 5;
        /* 出現アニメーション ------------------------------------------- */
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate3d(1, -1, 0, 90deg);
        -moz-transform: rotate3d(1, -1, 0, 90deg);
        transform: rotate3d(1, -1, 0, 90deg); }
        @media screen and (max-width: 1200px) {
          body#front-page #top_post #top_journal .journal_post.latest_post {
            width: 40%;
            margin-left: 5em; } }
        @media screen and (max-width: 768px) {
          body#front-page #top_post #top_journal .journal_post.latest_post {
            width: 50%;
            margin-left: 3.75em; } }
        @media screen and (max-width: 480px) {
          body#front-page #top_post #top_journal .journal_post.latest_post {
            width: calc( 100% - 3em );
            margin-left: 1.5em; } }
        body#front-page #top_post #top_journal .journal_post.latest_post a {
          /* テキスト */
          /* 抜粋文 */ }
          body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox {
            padding: 1.5em;
            /* 見出し */
            /* 日付 */
            /* 英語テキスト */ }
            body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .post_ttl {
              font-size: 1.25em;
              width: calc( 100% - 6.8em ); }
              @media screen and (max-width: 1200px) {
                body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .post_ttl {
                  font-size: 1.2em;
                  width: calc( 100% - 6em ); } }
              @media screen and (max-width: 768px) {
                body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .post_ttl {
                  width: calc( 100% - 5em ); } }
              @media screen and (max-width: 480px) {
                body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .post_ttl {
                  font-size: 1.25em; } }
              @media screen and (max-width: 1200px) {
                body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .post_ttl span {
                  height: 4.5em; } }
              @media screen and (max-width: 768px) {
                body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .post_ttl span {
                  height: 3em; } }
              @media screen and (max-width: 480px) {
                body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .post_ttl span {
                  font-size: 1em; } }
            body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .date {
              width: 8.5em; }
              @media screen and (max-width: 1200px) {
                body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .date {
                  font-size: 0.8em; } }
              @media screen and (max-width: 768px) {
                body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .date {
                  font-size: 0.7em; } }
              body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .date .year {
                font-size: 1.5625em; }
              body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .date .md {
                line-height: 4em; }
                body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .date .md .month {
                  font-size: 2.125em; }
                body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox .date .md .day {
                  font-size: 4.375em; }
            body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox::after {
              font-size: 0.75em; }
              @media screen and (max-width: 480px) {
                body#front-page #top_post #top_journal .journal_post.latest_post a .txtbox::after {
                  font-size: 0.85em;
                  padding-top: 1em; } }
          body#front-page #top_post #top_journal .journal_post.latest_post a .post_exc {
            padding: 1em 1.5em; }
            body#front-page #top_post #top_journal .journal_post.latest_post a .post_exc span {
              font-size: 1em; }
      body#front-page #top_post #top_journal.on .journal_post.latest_post.lazyloaded {
        -webkit-transform: rotate3d(1, -1, 0, 0deg);
        -moz-transform: rotate3d(1, -1, 0, 0deg);
        transform: rotate3d(1, -1, 0, 0deg); }
      body#front-page #top_post #top_journal .flow_post {
        position: absolute;
        top: auto;
        left: 0;
        right: auto;
        bottom: 6em; }
        @media screen and (max-width: 1200px) {
          body#front-page #top_post #top_journal .flow_post {
            width: 125%; } }
        @media screen and (max-width: 768px) {
          body#front-page #top_post #top_journal .flow_post {
            width: 150%; } }
        @media screen and (max-width: 480px) {
          body#front-page #top_post #top_journal .flow_post {
            width: 250%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-top: 2.5em;
            bottom: 0; } }
        body#front-page #top_post #top_journal .flow_post .journal_list {
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
          body#front-page #top_post #top_journal .flow_post .journal_list li {
            width: 23%;
            margin: 0 1%; }
            body#front-page #top_post #top_journal .flow_post .journal_list li a {
              opacity: 0.65;
              filter: alpha(opacity=65);
              /* 抜粋文 */ }
              @media screen and (max-width: 480px) {
                body#front-page #top_post #top_journal .flow_post .journal_list li a {
                  opacity: 1;
                  filter: alpha(opacity=100); } }
              body#front-page #top_post #top_journal .flow_post .journal_list li a .post_exc span {
                font-size: 0.7em; }
              body#front-page #top_post #top_journal .flow_post .journal_list li a:hover {
                opacity: 1;
                filter: alpha(opacity=100); }
          body#front-page #top_post #top_journal .flow_post .journal_list.flow_jn1 {
            -webkit-animation: flowani3 120s -60s linear infinite;
            -moz-animation: flowani3 120s -60s linear infinite;
            -o-animation: flowani3 120s -60s linear infinite;
            animation: flowani3 120s -60s linear infinite; }
          body#front-page #top_post #top_journal .flow_post .journal_list.flow_jn2 {
            -webkit-animation: flowani4 120s linear infinite;
            -moz-animation: flowani4 120s linear infinite;
            -o-animation: flowani4 120s linear infinite;
            animation: flowani4 120s linear infinite;
            position: absolute;
            top: 0;
            left: -100%;
            right: auto;
            bottom: auto; }
    body#front-page #top_post .flow_txt {
      position: absolute;
      top: auto;
      left: 0;
      right: auto;
      bottom: -0.2em;
      font-size: 15em;
      font-weight: 600;
      line-height: 1em;
      color: #fff;
      width: 17.75em;
      overflow: hidden;
      z-index: -1;
      -webkit-transition: 2s ease;
      -moz-transition: 2s ease;
      -ms-transition: 2s ease;
      -o-transition: 2s ease;
      transition: 2s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
      @media screen and (max-width: 768px) {
        body#front-page #top_post .flow_txt {
          font-size: 17em; } }
      body#front-page #top_post .flow_txt span, body#front-page #top_post .flow_txt::after {
        display: block;
        width: 17.75em;
        white-space: nowrap; }
      body#front-page #top_post .flow_txt span {
        width: auto;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-animation: flowani1 120s -60s linear infinite;
        -moz-animation: flowani1 120s -60s linear infinite;
        -o-animation: flowani1 120s -60s linear infinite;
        animation: flowani1 120s -60s linear infinite; }
      body#front-page #top_post .flow_txt::after {
        content: "Check Out the Information from Us.";
        -webkit-animation: flowani2 120s linear infinite;
        -moz-animation: flowani2 120s linear infinite;
        -o-animation: flowani2 120s linear infinite;
        animation: flowani2 120s linear infinite;
        position: absolute;
        top: 0;
        left: 17.75em;
        right: auto;
        bottom: auto; }

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
body #page-header {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10em 0 5em 0;
  overflow: hidden;
  /* 英語大タイポグラフィ */
  /* 日本語タイトル */
  /* 英語小タイトル */
  /* ボタン */ }
  body #page-header:has(+ #entry-header) {
    padding-bottom: 1em; }
  body #page-header .eg_ttl {
    width: 70%;
    position: absolute;
    top: -0.2em;
    left: auto;
    right: 0;
    bottom: auto;
    font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-style: normal;
    font-size: 20em;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    text-align: right; }
    body #page-header .eg_ttl span {
      display: inline-block;
      width: auto;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 100%;
      text-align: left;
      white-space: nowrap; }
    @media screen and (max-width: 768px) {
      body #page-header .eg_ttl {
        font-size: 15em; } }
    @media screen and (max-width: 480px) {
      body #page-header .eg_ttl {
        font-size: 7em;
        top: 0.8em; } }
  body #page-header .page_ttl {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: train-one, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    line-height: 1.25em;
    z-index: 10; }
    @media screen and (max-width: 480px) {
      body #page-header .page_ttl {
        font-size: 1.8em; } }
    body #page-header .page_ttl .eg {
      font-size: 1.25em;
      font-weight: 600; }
      body #page-header .page_ttl .eg + .eg {
        padding-left: 0.2em; }
        body #page-header .page_ttl .eg + .eg .year:has(+ .month) {
          font-size: 0.7em;
          font-weight: 500;
          padding-right: 0.2em; }
  body #page-header .small_eg_ttl {
    font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-style: normal;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1em;
    padding-top: 0.5em; }
    @media screen and (max-width: 480px) {
      body #page-header .small_eg_ttl {
        font-size: 0.8em; } }
  body #page-header .btn {
    position: absolute;
    top: auto;
    left: auto;
    right: 10em;
    bottom: 0;
    z-index: 15; }
    @media screen and (max-width: 1200px) {
      body #page-header .btn {
        right: 5em; } }
    @media screen and (max-width: 768px) {
      body #page-header .btn {
        right: 3.75em; } }
    @media screen and (max-width: 480px) {
      body #page-header .btn {
        right: 1.5em; }
        body #page-header .btn a {
          min-width: 12em; } }

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.freepage-ctt {
  padding-top: 0;
  padding-bottom: 0; }
  .freepage-ctt .sec a {
    text-decoration: underline; }

/* 最大幅800px */
.max800px {
  max-width: 800px;
  margin: 0 auto; }

/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: transparent; }
  .sec_bg1:first-child {
    padding-top: 0; }

.sec_bg2 {
  background: #fff; }

.sec_bg3 {
  background: -webkit-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
  background: -moz-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
  background: -o-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
  background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
  color: #fff; }
  .sec_bg3 a {
    color: #f3f3f3; }

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec_bg1 + .sec_bg1, .sec_bg2 + .sec_bg2, .sec_bg3 + .sec_bg3 {
  padding-top: 0 !important; }

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 3em;
  text-align: center;
  /* 日本語 */
  /* 大きな英数 */
  /* 小さな英数 */ }
  .parts-h3 .jpttl {
    display: block;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.5em; }
    @media screen and (max-width: 480px) {
      .parts-h3 .jpttl {
        font-size: 1.6em; } }
  .parts-h3 .lnmb {
    display: block;
    font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-style: normal;
    font-size: 3.75em;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      .parts-h3 .lnmb {
        font-size: 2.5em; } }
    @media screen and (max-width: 480px) {
      .parts-h3 .lnmb {
        font-size: 2em; } }
    .parts-h3 .lnmb + .jpttl {
      font-size: 1em; }
      @media screen and (max-width: 480px) {
        .parts-h3 .lnmb + .jpttl {
          font-size: 1em; } }
  .parts-h3 .small_eng {
    display: block;
    font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-style: normal;
    font-size: 0.7em;
    font-weight: 500;
    line-height: 1em;
    padding-bottom: 0.5em; }
    .parts-h3 .small_eng + .lnmb + .jpttl {
      font-size: 2em; }
      @media screen and (max-width: 480px) {
        .parts-h3 .small_eng + .lnmb + .jpttl {
          font-size: 1.6em; } }

.parts-h4 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .parts-h4 {
      font-size: 1.15em; } }

/* 左寄せ・幅指定中央配置テキスト */
.centerbox {
  width: 50%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .centerbox {
      width: 100%; } }

.max1500px {
  width: 70%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .max1500px {
      width: 100%; } }

/* ------------ 段落 -------------------------------- */
.freepage-ctt a {
  text-decoration: underline; }
.freepage-ctt .sec p {
  padding-bottom: 3.75em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */ }
  .freepage-ctt .sec p.btmmin {
    padding-bottom: 2em; }
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 480px) {
      .freepage-ctt .sec p.parts-copy {
        font-size: 1.4em; } }
  .freepage-ctt .sec p.note {
    font-size: 0.85em;
    font-weight: 400;
    line-height: 1.5em;
    padding-bottom: 3.75em;
    padding-left: 1.2em;
    text-indent: -0.65em;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    opacity: 0.6;
    filter: alpha(opacity=60); }
    .freepage-ctt .sec p.note::before {
      display: inline-block;
      content: "※";
      padding-right: 0.2em; }
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0; }

/* やや小さめ強調 */
.strong {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.5em; }

/* =============== ブロック ========================================================= */
.freepage-ctt .sec {
  /* ------------ 背景色つきテキストボックス -------------------------------- */
  /* ------------ Googleマップ ------------------------------------------- */ }
  .freepage-ctt .sec .bbox {
    width: 100%;
    box-sizing: border-box;
    padding: 3.75em;
    margin-bottom: 5em;
    background: #fff;
    color: #000;
    border-radius: 1em; }
    @media screen and (max-width: 768px) {
      .freepage-ctt .sec .bbox {
        padding: 2em; } }
    @media screen and (max-width: 480px) {
      .freepage-ctt .sec .bbox {
        padding: 1.5em; } }
    .freepage-ctt .sec .bbox h3, .freepage-ctt .sec .bbox h4 {
      font-family: all-round-gothic, dnp-shuei-gothic-gin-std, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-weight: 600;
      font-size: 1.5em;
      line-height: 1.5em;
      padding-bottom: 1em; }
      @media screen and (max-width: 768px) {
        .freepage-ctt .sec .bbox h3, .freepage-ctt .sec .bbox h4 {
          font-size: 1.25em; } }
    .freepage-ctt .sec .bbox p {
      padding-bottom: 2em; }
      .freepage-ctt .sec .bbox p:last-child {
        padding-bottom: 0; }
    .freepage-ctt .sec .bbox a {
      color: #12a9de !important; }
      .freepage-ctt .sec .bbox a:hover {
        color: #fc4b47 !important; }
  .freepage-ctt .sec.sec_bg2 .bbox {
    background: -webkit-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -moz-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -o-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    color: #fff; }
    .freepage-ctt .sec.sec_bg2 .bbox a {
      color: #fff !important; }
  .freepage-ctt .sec .access_map {
    display: block;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5em; }
    .freepage-ctt .sec .access_map iframe,
    .freepage-ctt .sec .access_map .acf-map {
      width: 100%;
      height: 20em; }
      @media screen and (max-width: 768px) {
        .freepage-ctt .sec .access_map iframe,
        .freepage-ctt .sec .access_map .acf-map {
          height: 15em; } }
      @media screen and (max-width: 480px) {
        .freepage-ctt .sec .access_map iframe,
        .freepage-ctt .sec .access_map .acf-map {
          height: 12em; } }
    .freepage-ctt .sec .access_map .acf-map img {
      max-width: inherit !important; }

/* =============== 画像 ========================================================= */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 5em;
  text-align: center; }
  .parts-100img.center {
    text-align: center; }
  .parts-100img.left {
    text-align: left; }
  .parts-100img.right {
    text-align: right; }
  .parts-100img img {
    max-width: inherit;
    height: auto; }
    @media screen and (max-width: 768px) {
      .parts-100img img {
        width: 100%; } }

/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt,
.box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 5em; }
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 40%;
    position: relative;
    padding-bottom: 1em;
    /* 画像 */ }
    @media screen and (max-width: 1200px) {
      .box_imglefttxt .imgtxt_imgbox,
      .box_imgrighttxt .imgtxt_imgbox {
        width: 45%; } }
    @media screen and (max-width: 768px) {
      .box_imglefttxt .imgtxt_imgbox,
      .box_imgrighttxt .imgtxt_imgbox {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .box_imglefttxt .imgtxt_imgbox,
      .box_imgrighttxt .imgtxt_imgbox {
        width: 100%;
        padding-bottom: 2.5em; } }
    .box_imglefttxt .imgtxt_imgbox img,
    .box_imgrighttxt .imgtxt_imgbox img {
      width: 100%;
      height: auto; }

/* 画像左 -------------------------------- */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 3%; }

/* 画像右 -------------------------------- */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 3%; }

@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0; } }

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txtbox h4 {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .imgtxt_txtbox h4 {
      font-size: 1.6em; } }
  @media screen and (max-width: 480px) {
    .imgtxt_txtbox h4 {
      font-size: 1.5em;
      padding-bottom: 0.67em; } }

/* ------------ 2～6つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box; }
  .imgbox_txtarea h3,
  .imgbox_txtarea h4 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5em;
    padding-top: 0.25em;
    margin-bottom: 0.5em; }
  .imgbox_txtarea p {
    padding-bottom: 0;
    line-height: 1.5em; }

/* 横並び画像テキストボックス共通設定 -------------------------------- */
.img2box,
.img3txtbox,
.img4txtbox,
.img5txtbox,
.img6txtbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */ }
  .img2box ul,
  .img3txtbox ul,
  .img4txtbox ul,
  .img5txtbox ul,
  .img6txtbox ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: -2em; }
    @media screen and (max-width: 768px) {
      .img2box ul,
      .img3txtbox ul,
      .img4txtbox ul,
      .img5txtbox ul,
      .img6txtbox ul {
        margin-top: -3em; } }
    .img2box ul li,
    .img3txtbox ul li,
    .img4txtbox ul li,
    .img5txtbox ul li,
    .img6txtbox ul li {
      width: auto;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 2em;
      /* 画像 */ }
      @media screen and (max-width: 768px) {
        .img2box ul li,
        .img3txtbox ul li,
        .img4txtbox ul li,
        .img5txtbox ul li,
        .img6txtbox ul li {
          margin-top: 3em; } }
      .img2box ul li img,
      .img3txtbox ul li img,
      .img4txtbox ul li img,
      .img5txtbox ul li img,
      .img6txtbox ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }

/* 2つ並び画像テキストボックス -------------------------------- */
.img2box {
  /* リスト */ }
  @media screen and (min-width: 769px) {
    .img2box ul {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; } }
  @media screen and (max-width: 768px) {
    .img2box ul:has(.youtube_box) {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; } }
  .img2box ul li {
    width: 47%; }
    @media screen and (max-width: 480px) {
      .img2box ul li:has(.youtube_box) {
        width: 100%; } }
  .img2box.imghbox ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
    @media screen and (max-width: 480px) {
      .img2box.imghbox ul li {
        width: 47%; } }

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  /* リスト */ }
  .img3txtbox ul {
    margin-top: -3em; }
    .img3txtbox ul li {
      width: 31%;
      margin-right: 3.5%;
      margin-top: 3em; }
      @media screen and (min-width: 769px) {
        .img3txtbox ul li:nth-child(3n) {
          margin-right: 0; } }
      @media screen and (max-width: 768px) {
        .img3txtbox ul li:has(.youtube_box) {
          width: 100%;
          margin-right: 0; } }
  @media screen and (max-width: 768px) {
    .img3txtbox.imghbox ul li {
      width: 31%;
      margin-right: 3.5%; }
      .img3txtbox.imghbox ul li:nth-child(3n) {
        margin-right: 0; } }

/* 4つ並び画像テキストボックス -------------------------------- */
.img4txtbox {
  /* リスト */ }
  .img4txtbox ul li {
    width: 23.5%;
    margin-right: 2%; }
    @media screen and (min-width: 769px) {
      .img4txtbox ul li:nth-child(4n) {
        margin-right: 0; } }
@media screen and (max-width: 1200px) and (min-width: 481px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%; }
    .img4txtbox.imghbox ul li:nth-child(2n) {
      margin-right: 2%; }
    .img4txtbox.imghbox ul li:nth-child(4n) {
      margin-right: 0; } }

  @media screen and (max-width: 480px) {
    .img4txtbox.imghbox ul li {
      width: 23.5%; }
      .img4txtbox.imghbox ul li:nth-child(4n) {
        margin-right: 0; } }

/* 5つ並び画像テキストボックス -------------------------------- */
.img5txtbox {
  /* リスト */ }
  .img5txtbox ul li {
    width: 18.4%;
    margin-right: 2%; }
    @media screen and (min-width: 769px) {
      .img5txtbox ul li:nth-child(5n) {
        margin-right: 0; } }

/* 6つ並び画像テキストボックス -------------------------------- */
.img6txtbox {
  /* リスト */ }
  .img6txtbox ul li {
    width: 15%;
    margin-right: 2%; }
    @media screen and (min-width: 769px) {
      .img6txtbox ul li:nth-child(6n) {
        margin-right: 0; } }

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 768px) {
  /* 1つ並び */
  .img1txt_tb {
    /* リスト */ }
    .img1txt_tb ul li {
      width: 100%;
      margin-right: 0; }

  /* 2つ並び */
  .img2txt_tb {
    /* リスト */ }
    .img2txt_tb ul li {
      margin-right: 2%; } }
    @media screen and (max-width: 768px) and (min-width: 481px) {
      .img2txt_tb ul li {
        width: 49%; }
        .img2txt_tb ul li:nth-child(2n) {
          margin-right: 0; } }

@media screen and (max-width: 768px) {
  /* 3つ並び */
  .img3txt_tb {
    /* リスト */ }
    .img3txt_tb ul li {
      margin-right: 2%; } }
    @media screen and (max-width: 768px) and (min-width: 481px) {
      .img3txt_tb ul li {
        width: 32%; }
        .img3txt_tb ul li:nth-child(3n) {
          margin-right: 0; } }

@media screen and (max-width: 768px) {
  /* 4つ並び */
  .img4txt_tb {
    /* リスト */ }
    .img4txt_tb ul li {
      margin-right: 2%; } }
    @media screen and (max-width: 768px) and (min-width: 481px) {
      .img4txt_tb ul li {
        width: 23.5%; }
        .img4txt_tb ul li:nth-child(4n) {
          margin-right: 0; } }

@media screen and (max-width: 768px) {
  /* 5つ並び */
  .img5txt_tb {
    /* リスト */ }
    .img5txt_tb ul li {
      margin-right: 2%; } }
    @media screen and (max-width: 768px) and (min-width: 481px) {
      .img5txt_tb ul li {
        width: 18.4%; }
        .img5txt_tb ul li:nth-child(5n) {
          margin-right: 0; } }

@media screen and (max-width: 768px) {
  /* 6つ並び */
  .img6txt_tb {
    /* リスト */ }
    .img6txt_tb ul li {
      margin-right: 2%; } }
    @media screen and (max-width: 768px) and (min-width: 481px) {
      .img6txt_tb ul li {
        width: 15%; }
        .img6txt_tb ul li:nth-child(6n) {
          margin-right: 0; } }

/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .img1txt_sp {
    /* リスト */ }
    .img1txt_sp ul li {
      width: 100%;
      margin-right: 0; }

  /* 2つ並び */
  .img2txt_sp {
    /* リスト */ }
    .img2txt_sp ul li {
      margin-right: 2%;
      width: 49%; }
      .img2txt_sp ul li:nth-child(2n) {
        margin-right: 0; }

  /* 3つ並び */
  .img3txt_sp {
    /* リスト */ }
    .img3txt_sp ul li {
      margin-right: 2%;
      width: 32%; }
      .img3txt_sp ul li:nth-child(3n) {
        margin-right: 0; }

  /* 4つ並び */
  .img4txt_sp {
    /* リスト */ }
    .img4txt_sp ul li {
      margin-right: 2%;
      width: 23.5%; }
      .img4txt_sp ul li:nth-child(4n) {
        margin-right: 0; }

  /* 5つ並び */
  .img5txt_sp {
    /* リスト */ }
    .img5txt_sp ul li {
      margin-right: 2%;
      width: 18.4%; }
      .img5txt_sp ul li:nth-child(5n) {
        margin-right: 0; }

  /* 6つ並び */
  .img6txt_sp {
    /* リスト */ }
    .img6txt_sp ul li {
      margin-right: 2%;
      width: 15%; }
      .img6txt_sp ul li:nth-child(6n) {
        margin-right: 0; } }
/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 3.75em;
  margin: 0 auto;
  margin-bottom: 3.75em;
  position: relative;
  background: #fff;
  color: #000;
  border-radius: 1em;
  /* 見出し */
  /* リスト */ }
  .no_list a {
    color: #12a9de !important; }
    .no_list a:hover {
      color: #fc4b47 !important; }
  .sec_bg2 .no_list {
    background: -webkit-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -moz-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -o-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    color: #fff; }
    .sec_bg2 .no_list a {
      color: #fff !important; }
  @media screen and (max-width: 1200px) {
    .no_list {
      padding: 3em; } }
  @media screen and (max-width: 768px) {
    .no_list {
      padding: 2.5em; } }
  @media screen and (max-width: 480px) {
    .no_list {
      padding: 1.5em; } }
  .no_list h3, .no_list h4 {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .no_list h3, .no_list h4 {
        font-size: 1.3em; } }
  .no_list ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside; }
    .no_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      line-height: 1.5em;
      text-indent: -1.2em;
      padding-left: 1.2em;
      padding-bottom: 1.5em; }
      .no_list ul li::before {
        content: "●";
        color: #fc4b47;
        padding-right: 0.2em; }
        .sec_bg2 .no_list ul li::before {
          color: #fff; }
      .no_list ul li:last-child {
        padding-bottom: 0; }

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.75em;
  margin: 0 auto;
  margin-bottom: 3.75em;
  background: #fff;
  color: #000;
  border-radius: 1em;
  /* 見出し */
  /* リスト */ }
  .check_list a {
    color: #12a9de !important; }
    .check_list a:hover {
      color: #fc4b47 !important; }
  .sec_bg2 .check_list {
    background: -webkit-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -moz-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -o-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    color: #fff; }
    .sec_bg2 .check_list a {
      color: #fff !important; }
  @media screen and (max-width: 1200px) {
    .check_list {
      padding: 3em; } }
  @media screen and (max-width: 768px) {
    .check_list {
      padding: 2.5em; } }
  @media screen and (max-width: 480px) {
    .check_list {
      padding: 1.5em; } }
  .check_list h3, .check_list h4 {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .check_list h3, .check_list h4 {
        font-size: 1.3em; } }
  .check_list ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .check_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      line-height: 1.7em;
      padding-bottom: 1.5em;
      text-indent: -1.2em;
      padding-left: 1.2em; }
      .check_list ul li::before {
        display: inline-block;
        padding-left: 1em;
        padding-right: 0.2em;
        font-family: "Font Awesome 5 Free";
        content: "\f14a";
        font-weight: 900;
        color: #f953a6; }
        .sec_bg2 .check_list ul li::before {
          color: #fff; }
      .check_list ul li:last-child {
        padding-bottom: 0; }

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.75em;
  margin: 0 auto;
  margin-bottom: 3.75em;
  position: relative;
  background: #fff;
  color: #000;
  border-radius: 1em;
  /* 見出し */
  /* リスト */ }
  .order_list a {
    color: #12a9de !important; }
    .order_list a:hover {
      color: #fc4b47 !important; }
  .sec_bg2 .order_list {
    background: -webkit-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -moz-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -o-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    color: #fff; }
    .sec_bg2 .order_list a {
      color: #fff !important; }
  @media screen and (max-width: 1200px) {
    .order_list {
      padding: 3em; } }
  @media screen and (max-width: 768px) {
    .order_list {
      padding: 2.5em; } }
  @media screen and (max-width: 480px) {
    .order_list {
      padding: 1.5em; } }
  .order_list h3, .order_list h4 {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .order_list h3, .order_list h4 {
        font-size: 1.3em; } }
  .order_list ol {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside;
    counter-reset: number; }
    .order_list ol li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      line-height: 1.7em;
      padding-left: 2em;
      padding-bottom: 1em; }
      .order_list ol li::before {
        position: relative;
        display: inline-block;
        width: 1.5em;
        margin-left: -1.5em;
        counter-increment: number;
        content: counter(number,decimal-leading-zero);
        font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
        font-style: normal;
        font-size: 1.5em;
        color: #30c5f9; }
        .sec_bg2 .order_list ol li::before {
          color: #fff; }
      .order_list ol li:nth-child(n+10) {
        text-indent: -1.5em;
        padding-left: 1.5em; }
      .order_list ol li:last-child {
        padding-bottom: 0; }

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 3.75em;
  /* 見出し */
  /* リスト */ }
  .table_list h3, .table_list h4 {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .table_list h3, .table_list h4 {
        font-size: 1.3em; } }
  .table_list ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
    .table_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      padding: 1em 0;
      border-top: solid 0.15em;
      border-image: linear-gradient(to right, #30c5f9, #f953a6, #fc4b47) 1; }
      .table_list ul li:last-child {
        border-bottom: solid 0.15em; }
      .sec_bg3 .table_list ul li {
        border-image: none;
        border-color: #fff; }
      @media screen and (max-width: 768px) {
        .table_list ul li {
          border-width: 0.3em; }
          .table_list ul li:last-child {
            border-width: 0.3em; } }
      @media screen and (max-width: 480px) {
        .table_list ul li {
          border-width: 0.2em; }
          .table_list ul li:last-child {
            border-width: 0.2em; } }
      .table_list ul li .tablelist_th,
      .table_list ul li .tablelist_td {
        font-family: all-round-gothic, dnp-shuei-gothic-gin-std, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
        padding: 1.5em;
        font-size: 1em;
        line-height: 1.5em;
        width: auto;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          .table_list ul li .tablelist_th,
          .table_list ul li .tablelist_td {
            display: block;
            padding: 1em; } }
      .table_list ul li .tablelist_th {
        width: 30%;
        font-weight: 600;
        border-right: solid 0.1em;
        border-image: linear-gradient(to top, #30c5f9, #f953a6, #fc4b47) 1; }
        @media screen and (max-width: 768px) {
          .table_list ul li .tablelist_th {
            width: 100%;
            border-right: none;
            border-bottom: solid 0.1em;
            border-image: linear-gradient(to right, #30c5f9, #f953a6, #fc4b47) 1; } }
        .sec_bg3 .table_list ul li .tablelist_th {
          border-image: none;
          border-color: #fff;
          color: #000; }
      .table_list ul li .tablelist_td {
        width: 70%;
        font-weight: 400; }
        .table_list ul li .tablelist_td strong {
          font-family: all-round-gothic, dnp-shuei-gothic-gin-std, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif; }
        @media screen and (max-width: 768px) {
          .table_list ul li .tablelist_td {
            width: 100%; } }

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 3.75em;
  padding: 3.75em;
  background: #fff;
  color: #000;
  border-radius: 1em;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* 見出し */
  /* リスト */ }
  .note_list a {
    color: #12a9de !important; }
    .note_list a:hover {
      color: #fc4b47 !important; }
  .sec_bg2 .note_list {
    background: -webkit-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -moz-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: -o-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
    color: #fff; }
    .sec_bg2 .note_list a {
      color: #fff !important; }
  @media screen and (max-width: 1200px) {
    .note_list {
      padding: 3em; } }
  @media screen and (max-width: 768px) {
    .note_list {
      padding: 2.5em; } }
  @media screen and (max-width: 480px) {
    .note_list {
      padding: 1.5em; } }
  .note_list h3, .note_list h4 {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .note_list h3, .note_list h4 {
        font-size: 1.3em; } }
  .note_list ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside; }
    .note_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 0.9em;
      font-weight: 500;
      line-height: 1.7em;
      text-indent: -1.2em;
      padding-left: 1.2em;
      padding-bottom: 1.5em; }
      .note_list ul li::before {
        display: inline-block;
        padding-left: 1em;
        padding-right: 0.2em;
        content: "※"; }
      .note_list ul li:last-child {
        padding-bottom: 0; }

/* タイムライン -------------------------------- */
.time_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 3.75em;
  /* 見出し */
  /* リスト */ }
  .time_list h3, .time_list h4 {
    display: inline-block;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 0.5em; }
    @media screen and (max-width: 768px) {
      .time_list h3, .time_list h4 {
        font-size: 1.3em; } }
  .time_list ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    /* 最後の点線 */ }
    .time_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      /* 縦線 */ }
      .time_list ul li::before, .time_list ul li::after {
        content: "";
        display: block; }
      .time_list ul li::before {
        position: absolute;
        top: 0;
        left: 10em;
        right: auto;
        bottom: 0;
        width: 1px;
        margin: auto;
        border-right: #fc4b47 solid 0.25em;
        opacity: 0.5;
        filter: alpha(opacity=50); }
        .sec_bg3 .time_list ul li::before {
          border-color: #fff; }
      .time_list ul li:first-child::before {
        top: 2em; }
      .time_list ul li:last-child::before {
        height: 2em;
        bottom: auto; }
      .time_list ul li .time_time,
      .time_list ul li .time_ctt {
        font-family: all-round-gothic, dnp-shuei-gothic-gin-std, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
        padding: 1.5em;
        font-size: 1em;
        line-height: 1.5em;
        width: auto;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .time_list ul li .time_time {
        padding-left: 0;
        width: 10em;
        font-weight: 900;
        text-align: right;
        color: #fc4b47; }
        .sec_bg3 .time_list ul li .time_time {
          color: #000; }
      .time_list ul li .time_ctt {
        padding-right: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-weight: 500;
        /* 丸 */ }
        .time_list ul li .time_ctt strong {
          font-family: all-round-gothic, dnp-shuei-gothic-gin-std, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif; }
        .time_list ul li .time_ctt::before {
          content: "";
          display: block;
          width: 0.75em;
          height: 0.75em;
          border-radius: 50%;
          background: #fc4b47;
          position: absolute;
          top: 1.9em;
          left: -0.2em;
          right: auto;
          bottom: auto;
          z-index: 2; }
          .sec_bg3 .time_list ul li .time_ctt::before {
            background: #fff; }
    .time_list ul.on li:last-child::after {
      content: "";
      display: block;
      width: 1px;
      position: absolute;
      top: 2em;
      left: 10em;
      right: auto;
      bottom: 0;
      margin: auto;
      border-right: #fc4b47 dotted 0.25em;
      opacity: 0.5;
      filter: alpha(opacity=50); }
      .sec_bg3 .time_list ul.on li:last-child::after {
        border-color: #fff; }

/* =============== Youtube動画 ========================================================= */
.videobox .imgtxt_imgbox {
  width: 60%; }
  @media screen and (max-width: 480px) {
    .videobox .imgtxt_imgbox {
      width: 100%; } }

.youtube_box {
  width: 100%; }
  .youtube_box span {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .youtube_box span iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

.img2box .youtube_box,
.img3txtbox .youtube_box {
  padding-bottom: 1.5em; }

/* =============== 余白ゼロ ========================================================= */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy:last-child,
.freepage-ctt .sec .innerbox p.note:last-child,
.freepage-ctt .sec .innerbox .parts-100img:last-child,
.freepage-ctt .sec .innerbox .box_imglefttxt:last-child,
.freepage-ctt .sec .innerbox .box_imgrighttxt:last-child,
.freepage-ctt .sec .innerbox .img2box:last-child,
.freepage-ctt .sec .innerbox .img3txtbox:last-child,
.freepage-ctt .sec .innerbox .img4txtbox:last-child {
  padding-bottom: 0; }
.freepage-ctt .sec .innerbox .bbox:last-child,
.freepage-ctt .sec .innerbox .no_list:last-child,
.freepage-ctt .sec .innerbox .check_list:last-child,
.freepage-ctt .sec .innerbox .order_list:last-child,
.freepage-ctt .sec .innerbox .table_list:last-child,
.freepage-ctt .sec .innerbox .note_list:last-child,
.freepage-ctt .sec .innerbox .access_map:last-child {
  margin-bottom: 0; }

.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0; }
.img2box a img:last-child,
.img3txtbox a img:last-child,
.img4txtbox a img:last-child {
  margin-bottom: 1em; }
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox a:last-child img {
  margin-bottom: 0; }
  .img2box a:last-child img:last-child,
  .img3txtbox a:last-child img:last-child,
  .img4txtbox a:last-child img:last-child {
    margin-bottom: 0; }

li .youtube_box:last-child {
  margin-bottom: 0; }

.imgtxt_imgbox .youtube_box {
  margin-bottom: 0; }

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 見出し */
  /* 段落 */
  /* =============== 電話 ========================================================= */
  /* =============== WEB ========================================================= */ }
  .contactpage-ctt .parts-h3 {
    padding-bottom: 1.5em; }
  .contactpage-ctt p {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .contactpage-ctt p.contact_info {
      font-size: 1.1em; }
    @media screen and (max-width: 480px) {
      .contactpage-ctt p.center {
        text-align: left; } }
  .contactpage-ctt .contact_tel {
    /* -------------------------- 電話セット ------------------------------------------- */ }
    .contactpage-ctt .contact_tel .tel_list {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      list-style: none inside;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: -2em; }
      .contactpage-ctt .contact_tel .tel_list li {
        padding-right: 3.75em;
        margin-top: 2em;
        text-align: center;
        /* 支店 ------------------------------------------- */
        /* 番号 ------------------------------------------- */
        /* 受付時間・定休日 ------------------------------------------- */ }
        .contactpage-ctt .contact_tel .tel_list li:last-child {
          padding-right: 0; }
        .contactpage-ctt .contact_tel .tel_list li .contacttel_shop {
          font-size: 1.1em;
          font-weight: 700;
          line-height: 1.2em;
          padding-bottom: 0.25em; }
        .contactpage-ctt .contact_tel .tel_list li p.contacttel_tel {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 3em;
          line-height: 1em;
          padding-bottom: 0.1em;
          color: #000; }
          .contactpage-ctt .contact_tel .tel_list li p.contacttel_tel img {
            height: 1em;
            width: auto;
            margin-right: 0.25em; }
          .contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a {
            color: #000; }
            .contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a:hover {
              color: #000; }
            .contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a .eg {
              font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
              font-style: normal; }
              .contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a .eg::before {
                font-size: 0.8em;
                font-style: normal;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                line-height: 1;
                content: "\f095";
                padding-right: 0.2em; }
        .contactpage-ctt .contact_tel .tel_list li p.time_holiday {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          line-height: 1.5em;
          padding-bottom: 0;
          /* 受付時間 */
          /* 定休日 */ }
          @media screen and (max-width: 480px) {
            .contactpage-ctt .contact_tel .tel_list li p.time_holiday {
              line-height: 1.2em; } }
          .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time {
            display: inline-block;
            width: auto;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 1.5em;
            font-style: normal;
            padding-bottom: 0;
            bottom: -0.05em; }
            .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time::before {
              display: inline-block;
              width: auto;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              font-family: dnp-shuei-gothic-gin-std, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
              font-size: 0.67em;
              content: "受付時間";
              padding-right: 0.5em;
              bottom: 0.05em; }
            @media screen and (max-width: 480px) {
              .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time {
                font-size: 1.25em; } }
          .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_holiday {
            display: inline-block;
            font-size: 1em; }
            @media screen and (max-width: 480px) {
              .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_holiday {
                font-size: 0.8em; } }
  .contactpage-ctt .webcontact a {
    color: #f3f3f3;
    text-decoration: underline; }

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ================= ページナビゲーション（共通） ============================================================ */
.pager {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3.75em; }
  @media screen and (max-width: 768px) {
    .pager {
      padding-top: 3em; } }
  .pager a {
    text-decoration: none;
    /* 制作実績 */ }
    #post_archive:has(.works_list) .pager a {
      color: #fff; }
      #post_archive:has(.works_list) .pager a:hover {
        text-decoration: underline; }
  .pager p {
    padding-bottom: 0;
    padding-left: 0.5em;
    padding-right: 0.5em; }
  .pager .no-link {
    color: #b5b5b5;
    opacity: 0.75;
    filter: alpha(opacity=75);
    /* 制作実績 */ }
    #post_archive:has(.works_list) .pager .no-link {
      color: #fff;
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .pager .first,
  .pager .last {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .pager .prev,
  .pager .next {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  .pager .nth-box {
    font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-style: normal;
    font-size: 1.2em; }
    .pager .nth-box .current {
      font-size: 1.2em;
      display: inline-block;
      color: #b5b5b5;
      padding: 0 0.5em;
      /* 制作実績 */ }
      #post_archive:has(.works_list) .pager .nth-box .current {
        color: #fff;
        opacity: 0.5;
        filter: alpha(opacity=50); }
    .pager .nth-box .tenten {
      color: #b5b5b5;
      /* 制作実績 */ }
      #post_archive:has(.works_list) .pager .nth-box .tenten {
        color: #fff;
        opacity: 0.5;
        filter: alpha(opacity=50); }
    .pager .nth-box a {
      display: inline-block;
      padding: 0 0.5em; }

/* ================= 記事一覧セクション ============================================================ */
#post_archive:has(.works_list) {
  background: -webkit-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
  background: -moz-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
  background: -o-linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%);
  background: linear-gradient(45deg, #30c5f9 0, #f953a6 50%, #fc4b47 100%); }
#post_archive:not(#post_archive:has(.works_list)) {
  padding-top: 0; }

#postlist {
  /* -------------------------- Journal一覧出現アニメーション ------------------------------------------- */ }
  #postlist .journal_list .journal_post {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate3d(1, -1, 0, 90deg);
    -moz-transform: rotate3d(1, -1, 0, 90deg);
    transform: rotate3d(1, -1, 0, 90deg); }
    #postlist .journal_list .journal_post:nth-child(1) {
      -webkit-transition-delay: 0.15s;
      -moz-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    #postlist .journal_list .journal_post:nth-child(2) {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    #postlist .journal_list .journal_post:nth-child(3) {
      -webkit-transition-delay: 0.45s;
      -moz-transition-delay: 0.45s;
      -o-transition-delay: 0.45s;
      transition-delay: 0.45s; }
    #postlist .journal_list .journal_post:nth-child(4) {
      -webkit-transition-delay: 0.6s;
      -moz-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    #postlist .journal_list .journal_post:nth-child(5) {
      -webkit-transition-delay: 0.75s;
      -moz-transition-delay: 0.75s;
      -o-transition-delay: 0.75s;
      transition-delay: 0.75s; }
    #postlist .journal_list .journal_post:nth-child(6) {
      -webkit-transition-delay: 0.9s;
      -moz-transition-delay: 0.9s;
      -o-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    #postlist .journal_list .journal_post:nth-child(7) {
      -webkit-transition-delay: 1.05s;
      -moz-transition-delay: 1.05s;
      -o-transition-delay: 1.05s;
      transition-delay: 1.05s; }
    #postlist .journal_list .journal_post:nth-child(8) {
      -webkit-transition-delay: 1.2s;
      -moz-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    #postlist .journal_list .journal_post:nth-child(9) {
      -webkit-transition-delay: 1.35s;
      -moz-transition-delay: 1.35s;
      -o-transition-delay: 1.35s;
      transition-delay: 1.35s; }
    #postlist .journal_list .journal_post:nth-child(10) {
      -webkit-transition-delay: 1.5s;
      -moz-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s; }
    #postlist .journal_list .journal_post:nth-child(11) {
      -webkit-transition-delay: 1.65s;
      -moz-transition-delay: 1.65s;
      -o-transition-delay: 1.65s;
      transition-delay: 1.65s; }
    #postlist .journal_list .journal_post:nth-child(12) {
      -webkit-transition-delay: 1.8s;
      -moz-transition-delay: 1.8s;
      -o-transition-delay: 1.8s;
      transition-delay: 1.8s; }
    #postlist .journal_list .journal_post.lazyloaded {
      -webkit-transform: rotate3d(1, -1, 0, 0deg);
      -moz-transform: rotate3d(1, -1, 0, 0deg);
      transform: rotate3d(1, -1, 0, 0deg); }

/* ================= 記事フッター ============================================================ */
#footer-post {
  background: #000;
  color: #fff; }
  #footer-post .innerbox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 見出し共通 */
    /* -------------------------- 新着記事一覧 ------------------------------------------- */
    /* -------------------------- アーカイブ ------------------------------------------- */
    /* -------------------------- Journalの時のレイアウトレスポンシブ化 ------------------------------------------- */ }
    #footer-post .innerbox .pf_ttl {
      font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-style: normal;
      font-size: 2em;
      font-weight: 600;
      line-height: 1em;
      padding-bottom: 1em; }
    #footer-post .innerbox .post_sec {
      width: auto;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: calc( 100% - 20em ); }
      @media screen and (max-width: 768px) {
        #footer-post .innerbox .post_sec {
          width: 100%; } }
      #footer-post .innerbox .post_sec .post_list {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* ニュース ------------------------------------------- */
        /* Journal ------------------------------------------- */ }
        #footer-post .innerbox .post_sec .post_list.news_list li {
          padding: 1.5em 0; }
          #footer-post .innerbox .post_sec .post_list.news_list li a {
            /* 文字色 */ }
            #footer-post .innerbox .post_sec .post_list.news_list li a .date,
            #footer-post .innerbox .post_sec .post_list.news_list li a .post_txt {
              color: #fff; }
        @media screen and (max-width: 768px) {
          #footer-post .innerbox .post_sec .post_list.journal_list .journal_post:nth-child(3) {
            display: none; } }
        #footer-post .innerbox .post_sec .post_list.journal_list .journal_post a {
          /* テキスト */
          /* 抜粋文 */ }
          @media screen and (min-width: 1201px) {
            #footer-post .innerbox .post_sec .post_list.journal_list .journal_post a .txtbox .post_ttl,
            #footer-post .innerbox .post_sec .post_list.journal_list .journal_post a .txtbox .date {
              font-size: 0.9em; } }
          #footer-post .innerbox .post_sec .post_list.journal_list .journal_post a .post_exc {
            background: #313131; }
            #footer-post .innerbox .post_sec .post_list.journal_list .journal_post a .post_exc span {
              overflow: hidden;
              text-align: justify; }
              #footer-post .innerbox .post_sec .post_list.journal_list .journal_post a .post_exc span::before, #footer-post .innerbox .post_sec .post_list.journal_list .journal_post a .post_exc span::after {
                position: absolute;
                background: #313131; }
              #footer-post .innerbox .post_sec .post_list.journal_list .journal_post a .post_exc span::before {
                content: "…";
                bottom: 0;
                right: 0;
                color: #fff; }
              #footer-post .innerbox .post_sec .post_list.journal_list .journal_post a .post_exc span::after {
                content: "";
                height: 100%;
                width: 100%; }
    #footer-post .innerbox .archive_sec {
      width: 20em;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 5em;
      /* アーカイブリスト表示 ------------------------------------------- */
      /* アーカイブプルダウン表示 ------------------------------------------- */
      /* ボタン ------------------------------------------- */ }
      @media screen and (max-width: 768px) {
        #footer-post .innerbox .archive_sec {
          width: 100%;
          padding-top: 5em;
          padding-left: 0; } }
      #footer-post .innerbox .archive_sec .m_list {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none inside; }
        @media screen and (max-width: 768px) {
          #footer-post .innerbox .archive_sec .m_list {
            padding-bottom: 1em; } }
        #footer-post .innerbox .archive_sec .m_list li {
          width: auto;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          line-height: 1em;
          padding-bottom: 1em; }
          @media screen and (max-width: 768px) {
            #footer-post .innerbox .archive_sec .m_list li {
              display: inline-block;
              padding-right: 1em; }
              #footer-post .innerbox .archive_sec .m_list li:last-child {
                padding-right: 0; } }
          #footer-post .innerbox .archive_sec .m_list li a {
            color: #ccc; }
            #footer-post .innerbox .archive_sec .m_list li a:hover {
              color: #fff;
              text-decoration: underline; }
      #footer-post .innerbox .archive_sec select {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: dnp-shuei-gothic-gin-std, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
        font-size: 1vw;
        font-weight: 500;
        line-height: 1.5em;
        padding-bottom: 0.5em;
        border: none;
        border-bottom: #fff solid 0.15em;
        background: #000;
        color: #fff;
        cursor: pointer;
        margin-bottom: 2.5em; }
        @media screen and (max-width: 1200px) {
          #footer-post .innerbox .archive_sec select {
            font-size: 1.5vw; } }
        @media screen and (max-width: 768px) {
          #footer-post .innerbox .archive_sec select {
            font-size: 2vw; } }
        @media screen and (max-width: 480px) {
          #footer-post .innerbox .archive_sec select {
            font-size: 3.5vw; } }
@media screen and (max-width: 768px) and (min-width: 481px) {
  #footer-post .innerbox .archive_sec select {
    width: auto; } }

      @media screen and (max-width: 480px) {
        #footer-post .innerbox .archive_sec .btn a {
          width: 100%; } }
    #footer-post .innerbox:has(.journal_list) {
      /* 新着記事一覧 ------------------------------------------- */
      /* アーカイブ ------------------------------------------- */ }
      @media screen and (max-width: 1200px) {
        #footer-post .innerbox:has(.journal_list) .post_sec {
          width: 100%; } }
      #footer-post .innerbox:has(.journal_list) .archive_sec {
        /* アーカイブリスト表示 */
        /* アーカイブプルダウン表示 */ }
        @media screen and (max-width: 1200px) {
          #footer-post .innerbox:has(.journal_list) .archive_sec {
            width: 100%;
            padding-top: 5em;
            padding-left: 0; } }
        @media screen and (max-width: 1200px) {
          #footer-post .innerbox:has(.journal_list) .archive_sec .m_list li {
            display: inline-block;
            padding-right: 1em; }
            #footer-post .innerbox:has(.journal_list) .archive_sec .m_list li:last-child {
              padding-right: 0; } }
@media screen and (max-width: 1200px) and (min-width: 481px) {
  #footer-post .innerbox:has(.journal_list) .archive_sec select {
    width: auto; } }

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */ }
  #newspost #entry-header {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5em;
    z-index: 10;
    /* 隣接するセクション ------------------------------------------- */ }
    #newspost #entry-header .innerbox {
      /* 日付 */
      /* 記事タイトル */ }
      #newspost #entry-header .innerbox .date {
        font-family: all-round-gothic, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
        font-style: normal;
        font-size: 1.2em;
        font-weight: 600; }
        #newspost #entry-header .innerbox .date .year {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #newspost #entry-header .innerbox .date .md {
          font-size: 1.5em;
          padding-left: 0.25em; }
        #newspost #entry-header .innerbox .date + .entry_ttl {
          padding-top: 0.25em; }
      #newspost #entry-header .innerbox .entry_ttl {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 2em;
        font-weight: 600;
        line-height: 1.5em; }
        @media screen and (max-width: 1200px) {
          #newspost #entry-header .innerbox .entry_ttl {
            font-size: 1.8em; } }
        @media screen and (max-width: 768px) {
          #newspost #entry-header .innerbox .entry_ttl {
            font-size: 1.6em; } }
        @media screen and (max-width: 480px) {
          #newspost #entry-header .innerbox .entry_ttl {
            font-size: 1.4em; } }
    #newspost #entry-header + .sec {
      padding-top: 0; }
  #newspost .nav_sec {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3.75em 0;
    background: #1b1b1b;
    z-index: 10; }
    #newspost .nav_sec .innerbox ul.post_nav {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      list-style: none inside;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; }
      #newspost .nav_sec .innerbox ul.post_nav li {
        line-height: 1em;
        max-width: 45%;
        width: auto;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        color: #30c5f9; }
        #newspost .nav_sec .innerbox ul.post_nav li:has(a:hover) {
          color: #fc4b47; }
        #newspost .nav_sec .innerbox ul.post_nav li a {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -moz-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          width: auto;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: inline-block;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          /* Opera9,10対応 */
          color: #30c5f9; }
          @media screen and (max-width: 480px) {
            #newspost .nav_sec .innerbox ul.post_nav li a {
              font-size: 0.8em; } }
          #newspost .nav_sec .innerbox ul.post_nav li a:hover {
            color: #fc4b47; }
        #newspost .nav_sec .innerbox ul.post_nav li.prev:hover {
          -webkit-transform: translate(-0.2em, 0);
          -moz-transform: translate(-0.2em, 0);
          -ms-transform: translate(-0.2em, 0);
          -o-transform: translate(-0.2em, 0);
          transform: translate(-0.2em, 0); }
        #newspost .nav_sec .innerbox ul.post_nav li.prev a {
          padding-left: 0.25em; }
        #newspost .nav_sec .innerbox ul.post_nav li.next {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          #newspost .nav_sec .innerbox ul.post_nav li.next:hover {
            -webkit-transform: translate(0.2em, 0);
            -moz-transform: translate(0.2em, 0);
            -ms-transform: translate(0.2em, 0);
            -o-transform: translate(0.2em, 0);
            transform: translate(0.2em, 0); }
          #newspost .nav_sec .innerbox ul.post_nav li.next a {
            padding-right: 0.25em; }

/* ===========================================================================================================
　　　　　　　　　制作実績
=========================================================================================================== */
/* ================= 一覧ページ ============================================================ */
/* -------------------------- 制作カテゴリーナビゲーション ------------------------------------------- */
@media screen and (min-width: 769px) {
  #page-header:has(.cat_list) .innerbox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media screen and (min-width: 769px) {
  #page-header:has(.cat_list) .innerbox .ttl_box {
    padding-right: 2.5em; } }
@media screen and (max-width: 768px) {
  #page-header:has(.cat_list) .innerbox .ttl_box {
    padding-bottom: 2.5em; } }
#page-header:has(.cat_list) .innerbox .cat_list {
  width: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 1.25em;
  background: rgba(0, 0, 0, 0.025);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 1em;
  list-style: none inside;
  z-index: 10;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 769px) {
    #page-header:has(.cat_list) .innerbox .cat_list {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media screen and (max-width: 768px) {
    #page-header:has(.cat_list) .innerbox .cat_list {
      width: 100%; } }
  #page-header:has(.cat_list) .innerbox .cat_list li {
    padding: 0.5em 0.25em; }
    #page-header:has(.cat_list) .innerbox .cat_list li a {
      display: inline-block;
      width: auto;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      font-weight: 600;
      line-height: 1em;
      text-align: center;
      min-width: 15em;
      padding: 1.375em 2em;
      border-radius: 1.875em;
      cursor: pointer;
      background: #000;
      color: #fff;
      background: #fff;
      color: #000;
      font-size: 0.8em;
      min-width: 8em;
      /* 選択されたページの時 ---------------- */ }
      #page-header:has(.cat_list) .innerbox .cat_list li a:hover {
        -webkit-transform: translate(0, 0.2em);
        -moz-transform: translate(0, 0.2em);
        -ms-transform: translate(0, 0.2em);
        -o-transform: translate(0, 0.2em);
        transform: translate(0, 0.2em); }
      @media screen and (max-width: 480px) {
        #page-header:has(.cat_list) .innerbox .cat_list li a {
          padding-top: 1em;
          padding-bottom: 1em; } }
      #page-header:has(.cat_list) .innerbox .cat_list li a.active {
        font-size: 0.9em;
        pointer-events: none;
        border: rgba(255, 255, 255, 0.85) solid 0.25em;
        border-radius: 2.125em;
        margin-top: -0.5em;
        background: rgba(0, 0, 0, 0.2);
        color: #fff; }

/* ================= 詳細ページ ============================================================ */
/* -------------------------- メイン情報エリア ------------------------------------------- */
#works_main .innerbox {
  /* メイン画像 ------------------------------------------- */
  /* 制作内容概要 ------------------------------------------- */ }
  @media screen and (min-width: 769px) {
    #works_main .innerbox {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; } }
  #works_main .innerbox .works_mainimg {
    width: 60%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    /* 幅が少ない画像の大きさ調整 ---------------- */
    /* PCのみ */
    /* スマホのみ */
    /* タブレット */ }
    @media screen and (max-width: 768px) {
      #works_main .innerbox .works_mainimg {
        width: 100%; } }
    #works_main .innerbox .works_mainimg .pc_only {
      width: 127%;
      -webkit-transform: translate(-10.6%, 0);
      -moz-transform: translate(-10.6%, 0);
      -ms-transform: translate(-10.6%, 0);
      -o-transform: translate(-10.6%, 0);
      transform: translate(-10.6%, 0); }
    #works_main .innerbox .works_mainimg .sp_only {
      width: 111%;
      -webkit-transform: translate(-4.95%, 0);
      -moz-transform: translate(-4.95%, 0);
      -ms-transform: translate(-4.95%, 0);
      -o-transform: translate(-4.95%, 0);
      transform: translate(-4.95%, 0); }
    #works_main .innerbox .works_mainimg .tb_slider {
      width: 118%;
      -webkit-transform: translate(-7.63%, 0);
      -moz-transform: translate(-7.63%, 0);
      -ms-transform: translate(-7.63%, 0);
      -o-transform: translate(-7.63%, 0);
      transform: translate(-7.63%, 0); }
  #works_main .innerbox .works_info {
    width: 40%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* タイトル */
    /* 情報一覧 */ }
    @media screen and (max-width: 1200px) {
      #works_main .innerbox .works_info {
        padding-left: 2.5em; } }
    @media screen and (max-width: 768px) {
      #works_main .innerbox .works_info {
        width: 100%;
        padding-top: 2.5em;
        padding-left: 0; } }
    #works_main .innerbox .works_info .winfo_inner {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #works_main .innerbox .works_info .works_title {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.6em;
      font-weight: 700;
      line-height: 1.25em;
      padding-bottom: 0.5em; }
@media screen and (max-width: 1200px) and (min-width: 769px) {
  #works_main .innerbox .works_info .works_title {
    font-size: 1.4em; } }

      @media screen and (max-width: 480px) {
        #works_main .innerbox .works_info .works_title {
          font-size: 1.4em; } }
    #works_main .innerbox .works_info ul {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      list-style: none inside; }
      #works_main .innerbox .works_info ul li {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.25em;
        padding: 0.5em 0;
        /* 業種 */
        /* クライアント名 */
        /* 制作カテゴリ */
        /* 箇条書きデータ */
        /* 仕様等 */ }
        #works_main .innerbox .works_info ul li:not(.works_type) span::after {
          content: "／"; }
        #works_main .innerbox .works_info ul li:not(.works_type) span:last-child::after {
          content: none; }
        #works_main .innerbox .works_info ul li.works_type {
          font-size: 0.8em;
          font-weight: 400;
          line-height: 1em;
          margin-top: -0.5em;
          padding-top: 0; }
          #works_main .innerbox .works_info ul li.works_type span {
            display: inline-block;
            padding: 0.5em 1em;
            background: #000;
            color: #fff;
            border-radius: 1em;
            margin-right: 0.5em;
            margin-top: 0.5em; }
            #works_main .innerbox .works_info ul li.works_type span:last-child {
              margin-right: 0; }
        #works_main .innerbox .works_info ul li.works_client {
          font-size: 1.2em;
          font-weight: 500;
          padding: 0.5em 0;
          margin-bottom: 0.5em;
          border-bottom: #000 solid 0.15em; }
          #works_main .innerbox .works_info ul li.works_client::after {
            content: " 様"; }
        #works_main .innerbox .works_info ul li.works_cate {
          font-weight: 700;
          padding-top: 0; }
        #works_main .innerbox .works_info ul li.wk_data {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-align: stretch;
          -webkit-box-align: stretch;
          -webkit-align-items: stretch;
          align-items: stretch;
          border-top: #000 solid 0.1em; }
          #works_main .innerbox .works_info ul li.wk_data:last-child, #works_main .innerbox .works_info ul li.wk_data:has(+ .works_txt) {
            border-bottom: #000 solid 0.1em; }
          #works_main .innerbox .works_info ul li.wk_data a {
            color: #000; }
            #works_main .innerbox .works_info ul li.wk_data a:hover {
              color: #30c5f9; }
          #works_main .innerbox .works_info ul li.wk_data .th {
            width: 8em;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 0.6em;
            font-weight: 400;
            border-right: #000 dotted 0.1em;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center; }
          #works_main .innerbox .works_info ul li.wk_data .td {
            width: auto;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            font-size: 0.8em;
            padding-left: 0.75em;
            word-break: break-all; }
        #works_main .innerbox .works_info ul li.works_txt {
          font-size: 0.8em;
          line-height: 1.5em;
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin-top: 1em;
          padding: 1.5em;
          border-radius: 1em;
          background: rgba(255, 255, 255, 0.5);
          -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px); }

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