@charset "UTF-8";
/* CSS Document */
/*
Theme Name: ジャンプス
*/
body, input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, .has-drop-cap:not(:focus)::first-letter, .has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt, .entry-content cite, .entry-content figcaption, .entry-content .wp-caption-text, .comment-content p, .comment-content ol, .comment-content ul, .comment-content dl, .comment-content dt, .comment-content cite, .comment-content figcaption, .comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text {
  font-family: a-otf-gothic-bbb-pr6n, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif !important;
  font-weight: 400;
  font-style: normal; }

* {
  margin: 0;
  padding: 0; }

body, html {
  scroll-behavior: smooth; }

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: a-otf-gothic-bbb-pr6n, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 1vw;
  line-height: 2em;
  letter-spacing: 0em;
  background: #fff;
  color: #000; }
  @media screen and (max-width: 1280px) {
    body {
      font-size: 1.65vw; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 2.6vw; } }
  @media screen and (max-width: 480px) {
    body {
      font-size: 3.9vw; } }

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.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: 1280px) {
    .sec {
      padding: 8em 0; } }
  @media screen and (max-width: 768px) {
    .sec {
      padding: 5.2em 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: 1280px) {
    .innerbox {
      padding: 0 5.2em; } }
  @media screen and (max-width: 768px) {
    .innerbox {
      padding: 0 2.6em; } }
  @media screen and (max-width: 480px) {
    .innerbox {
      padding: 0 2em; } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 4.6875em;
  box-sizing: border-box;
  z-index: 99;
  padding: 0 3em;
  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; }

#wrapper {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

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

/* 欧文フォント */
.eg,
.eg_copy {
  font-family: century-gothic, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1em; }

.eg_deco {
  font-family: century-gothic, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #256b7f; }

/* 日本語フォント */
.jp {
  font-family: a-otf-gothic-bbb-pr6n, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif !important;
  font-weight: 400;
  font-style: normal; }

/* 文字色 */
.mc {
  color: #256b7f; }

.sc1 {
  color: #20bae5; }

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

.right {
  text-align: right; }

/* ノートパソコン改行 */
@media screen and (max-width: 1280px) {
  .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; } }

/* 見出し */
.topsec_hd {
  padding-bottom: 5.2em; }
  @media screen and (max-width: 1280px) {
    .topsec_hd {
      padding-bottom: 2.6em; } }
  @media screen and (max-width: 480px) {
    .topsec_hd {
      padding-bottom: 2em; } }
  .topsec_hd .sec_ttl {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 2em;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 1280px) {
      .topsec_hd .sec_ttl {
        font-size: 1.5em; } }
    @media screen and (max-width: 1280px) {
      .topsec_hd .sec_ttl {
        font-size: 1.3em; } }
    @media screen and (max-width: 480px) {
      .topsec_hd .sec_ttl {
        font-size: 1.2em;
        padding-bottom: 0.5em; } }
    .topsec_hd .sec_ttl.ttl_bg::before {
      content: "";
      display: block;
      width: 6.7em;
      height: 1.2em;
      background: url("../../../images/title-bc.svg") no-repeat center bottom;
      background-size: auto 100%;
      position: absolute;
      top: 0.5em;
      left: 50%;
      right: auto;
      bottom: auto;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    .topsec_hd .sec_ttl.ttl_bg span {
      z-index: 2;
      position: relative; }
  .topsec_hd .copy {
    font-size: 1em;
    padding-bottom: 0; }
    .topsec_hd .copy strong {
      display: block;
      font-size: 3em;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
      font-weight: 600;
      font-style: normal;
      line-height: 1.3em; }
      @media screen and (max-width: 1280px) {
        .topsec_hd .copy strong {
          font-size: 2em; } }
      @media screen and (max-width: 1280px) {
        .topsec_hd .copy strong {
          font-size: 1.75em; } }
      @media screen and (max-width: 480px) {
        .topsec_hd .copy strong {
          font-size: 1.5em; } }

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

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

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

.imgbox {
  line-height: 0; }

.img100 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover; object-position: 50% 50%;"; }

.imgct {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain; object-position: 50% 50%;"; }

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
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); }

/* 読み込み遅延 */
.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); }
  .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, 2.6em);
  -moz-transform: translate(0, 2.6em);
  -ms-transform: translate(0, 2.6em);
  -o-transform: translate(0, 2.6em);
  transform: translate(0, 2.6em); }
  .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(-2.6em, 0);
  -moz-transform: translate(-2.6em, 0);
  -ms-transform: translate(-2.6em, 0);
  -o-transform: translate(-2.6em, 0);
  transform: translate(-2.6em, 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(2.6em, 0);
  -moz-transform: translate(2.6em, 0);
  -ms-transform: translate(2.6em, 0);
  -o-transform: translate(2.6em, 0);
  transform: translate(2.6em, 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, -2.6em);
  -moz-transform: translate(0, -2.6em);
  -ms-transform: translate(0, -2.6em);
  -o-transform: translate(0, -2.6em);
  transform: translate(0, -2.6em); }
  .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: #256b7f;
  -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: #20bae5; }
    a:hover img {
      opacity: 0.7;
      filter: alpha(opacity=70); }

/* ボタン */
.btn a {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em 3.6em 0.3em 3.6em;
  line-height: 1.5em;
  background: #fff;
  color: #20bae5;
  border: 1px solid #20bae5;
  border-radius: 1.5em;
  text-align: center; }
  .btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.8em;
    left: auto;
    right: 0;
    bottom: auto;
    width: 2em;
    height: 0.8em;
    background: url("../../../images/ya.svg") no-repeat 0 50%;
    background-size: contain;
    -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; }
  .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 a:hover::after {
      right: -0.3em; }
  .btn a span {
    font-family: century-gothic, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: 0.1em; }
    .btn a span.jp {
      display: inline-block;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 0.8em;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
      font-weight: 600;
      font-style: normal;
      line-height: 1em;
      top: -0.35em; }

.btn a {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.6em 3.6em 0.3em 3.6em;
  line-height: 1.5em;
  background: #fff;
  color: #20bae5;
  border: 1px solid #20bae5;
  border-radius: 1.5em;
  text-align: center; }
  .btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.8em;
    left: auto;
    right: 0;
    bottom: auto;
    width: 2em;
    height: 0.8em;
    background: url("../../../images/ya.svg") no-repeat 0 50%;
    background-size: contain;
    -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; }
  .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 a:hover::after {
      right: -0.3em; }
  .btn a span {
    font-family: century-gothic, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1em;
    letter-spacing: 0.1em; }
    .btn a span.jp {
      display: inline-block;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 0.8em;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
      font-weight: 600;
      font-style: normal;
      line-height: 1em;
      top: -0.35em; }

/* フレキシブルボックス */
ul.flex {
  list-style: none inside; }

.flex {
  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; }
  .flex .fbox {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .flex.flex3 {
    margin-top: -5%; }
    @media screen and (max-width: 768px) {
      .flex.flex3 {
        margin-top: -2.6em; } }
    .flex.flex3 .fbox {
      width: 30%;
      margin-top: 5%;
      margin-right: 5%; }
      .flex.flex3 .fbox:nth-child(3n) {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .flex.flex3 .fbox {
          width: 100%;
          margin-top: 2.6em;
          margin-right: 0; } }
  .flex.flex4 {
    margin-top: -5%; }
    @media screen and (max-width: 768px) {
      .flex.flex4 {
        margin-top: -2.6em; } }
    .flex.flex4 .fbox {
      width: 25%;
      margin-top: 5%; }
      @media screen and (max-width: 768px) {
        .flex.flex4 .fbox {
          width: 50%;
          margin-top: 2.6em; } }

/* ボタン付きセクションヘッダー */
.btn_hd {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .btn_hd {
      text-align: left; } }
  .btn_hd .btn {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto; }

/* 新着一覧 ------------------------------------------- */
.post_list {
  /* 共通 */
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -2%;
  /* 実績一覧以外 */ }
  @media screen and (max-width: 1280px) {
    .post_list {
      margin-top: -4%; } }
  @media screen and (max-width: 480px) {
    .post_list {
      margin-top: -2.6em; } }
  .post_list li {
    width: 23.5%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2%;
    margin-top: 2%; }
    .post_list li:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 1280px) {
      .post_list li {
        width: 48%;
        margin-right: 4%;
        margin-top: 4%; }
        .post_list li:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .post_list li {
        width: 100%;
        margin-right: 0;
        margin-top: 2.6em; } }
    .post_list li a {
      color: #000; }
      .post_list li a .thumb {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .post_list li a .thumb::before {
          content: "";
          display: block;
          padding-top: 56.25%; }
        .post_list li a .thumb span {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          overflow: hidden; }
          .post_list li a .thumb span img {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
      .post_list li a .txtbox {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 1em; }
        .post_list li a .txtbox .date {
          font-family: century-gothic, sans-serif !important;
          font-weight: 400;
          font-style: normal;
          color: #256b7f;
          line-height: 1em; }
        .post_list li a .txtbox .post_ttl {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
          font-weight: 500;
          font-style: normal;
          font-size: 0.8em;
          line-height: 1.5em;
          padding-top: 0.75em; }
      .post_list li a:hover {
        color: #20bae5; }
        .post_list li a:hover .thumb span 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); }
        .post_list li a:hover .txtbox {
          color: #20bae5; }
  .post_list:not(.works_list) li a .txtbox .post_ttl {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */ }

/* トップページ一件表示 */
.toppost {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none inside;
  line-height: 1em; }
  .toppost li {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1em;
    height: 2.5em;
    padding-bottom: 1.5em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */ }
    .toppost li:last-child {
      padding-bottom: 0;
      height: 1em; }
    .toppost li a .date {
      font-family: century-gothic, sans-serif !important;
      font-weight: 400;
      font-style: normal;
      padding-right: 2em; }
    .toppost li a .post_ttl {
      font-size: 0.8em;
      color: #000; }

/* スタッフ一覧 ------------------------------------------- */
/* 常時画像アニメーション設定 */
.img1 {
  animation: animationimg1 ease-in 6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationimg1 ease-in 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationimg1 ease-in 6s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationimg1 ease-in 6s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationimg1 ease-in 6s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%; }

@keyframes animationimg1 {
  0% {
    transform: rotateY(0deg); }
  8% {
    transform: rotateY(180deg); }
  25% {
    transform: rotateY(180deg); }
  33% {
    transform: rotateY(360deg); }
  100% {
    transform: rotateY(360deg); } }
@-moz-keyframes animationimg1 {
  0% {
    -moz-transform: rotateY(0deg); }
  8% {
    -moz-transform: rotateY(180deg); }
  25% {
    -moz-transform: rotateY(180deg); }
  33% {
    -moz-transform: rotateY(360deg); }
  100% {
    -moz-transform: rotateY(360deg); } }
@-webkit-keyframes animationimg1 {
  0% {
    -webkit-transform: rotateY(0deg); }
  8% {
    -webkit-transform: rotateY(180deg); }
  25% {
    -webkit-transform: rotateY(180deg); }
  33% {
    -webkit-transform: rotateY(360deg); }
  100% {
    -webkit-transform: rotateY(360deg); } }
@-o-keyframes animationimg1 {
  0% {
    -o-transform: rotateY(0deg); }
  8% {
    -o-transform: rotateY(180deg); }
  25% {
    -o-transform: rotateY(180deg); }
  33% {
    -o-transform: rotateY(360deg); }
  100% {
    -o-transform: rotateY(360deg); } }
@-ms-keyframes animationimg1 {
  0% {
    -ms-transform: rotateY(0deg); }
  8% {
    -ms-transform: rotateY(180deg); }
  25% {
    -ms-transform: rotateY(180deg); }
  33% {
    -ms-transform: rotateY(360deg); }
  100% {
    -ms-transform: rotateY(360deg); } }
.img2 {
  animation: animationimg2 ease-in 6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationimg2 ease-in 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationimg2 ease-in 6s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationimg2 ease-in 6s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationimg2 ease-in 6s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%; }

@keyframes animationimg2 {
  0% {
    transform: rotateY(180deg); }
  8% {
    transform: rotateY(0deg); }
  25% {
    transform: rotateY(0deg); }
  33% {
    transform: rotateY(-180deg); }
  100% {
    transform: rotateY(-180deg); } }
@-moz-keyframes animationimg2 {
  0% {
    -moz-transform: rotateY(180deg); }
  8% {
    -moz-transform: rotateY(0deg); }
  25% {
    -moz-transform: rotateY(0deg); }
  33% {
    -moz-transform: rotateY(-180deg); }
  100% {
    -moz-transform: rotateY(-180deg); } }
@-webkit-keyframes animationimg2 {
  0% {
    -webkit-transform: rotateY(180deg); }
  8% {
    -webkit-transform: rotateY(0deg); }
  25% {
    -webkit-transform: rotateY(0deg); }
  33% {
    -webkit-transform: rotateY(-180deg); }
  100% {
    -webkit-transform: rotateY(-180deg); } }
@-o-keyframes animationimg2 {
  0% {
    -o-transform: rotateY(180deg); }
  8% {
    -o-transform: rotateY(0deg); }
  25% {
    -o-transform: rotateY(0deg); }
  33% {
    -o-transform: rotateY(-180deg); }
  100% {
    -o-transform: rotateY(-180deg); } }
@-ms-keyframes animationimg2 {
  0% {
    -ms-transform: rotateY(180deg); }
  8% {
    -ms-transform: rotateY(0deg); }
  25% {
    -ms-transform: rotateY(0deg); }
  33% {
    -ms-transform: rotateY(-180deg); }
  100% {
    -ms-transform: rotateY(-180deg); } }
/* 一覧 */
.staff_list .staff_box {
  /* 動きをずらす */ }
  .staff_list .staff_box a {
    /* テキスト */
    /* 画像 */
    /* マウスオーバー */ }
    .staff_list .staff_box a .txtbox {
      width: 88.574%;
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      color: #000;
      background: url("../../../images/staff_comment.png") no-repeat 0 0/contain; }
      .staff_list .staff_box a .txtbox::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .staff_list .staff_box a .txtbox .txtinner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        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;
        padding: 2em;
        padding-bottom: calc( 12% + 2em );
        /* スタッフ所属 */
        /* 一言コメント */ }
        @media screen and (max-width: 1280px) {
          .staff_list .staff_box a .txtbox .txtinner {
            padding: 1.5em;
            padding-bottom: calc( 12% + 1.5em ); } }
        @media screen and (max-width: 480px) {
          .staff_list .staff_box a .txtbox .txtinner {
            padding: 1.5em 0.75em;
            padding-bottom: calc( 12% + 1em ); } }
        .staff_list .staff_box a .txtbox .txtinner .staff_txt {
          font-size: 1em;
          -webkit-transform-origin: 0 50%;
          -moz-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
          -o-transform-origin: 0 50%;
          transform-origin: 0 50%; }
          @media screen and (max-width: 1280px) {
            .staff_list .staff_box a .txtbox .txtinner .staff_txt {
              width: 140%;
              -webkit-transform: scale(0.7);
              -moz-transform: scale(0.7);
              -ms-transform: scale(0.7);
              -o-transform: scale(0.7);
              transform: scale(0.7);
              margin-top: -1.4em; } }
          @media screen and (max-width: 768px) {
            .staff_list .staff_box a .txtbox .txtinner .staff_txt {
              width: 100%;
              -webkit-transform: scale(0.9);
              -moz-transform: scale(0.9);
              -ms-transform: scale(0.9);
              -o-transform: scale(0.9);
              transform: scale(0.9);
              margin-top: -1em; } }
          @media screen and (max-width: 480px) {
            .staff_list .staff_box a .txtbox .txtinner .staff_txt {
              width: 140%;
              -webkit-transform: scale(0.7);
              -moz-transform: scale(0.7);
              -ms-transform: scale(0.7);
              -o-transform: scale(0.7);
              transform: scale(0.7);
              margin-top: -1.4em; } }
        .staff_list .staff_box a .txtbox .txtinner .staff_info {
          font-family: century-gothic, a-otf-futo-go-b101-pr6n, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif !important;
          font-size: 1em;
          padding-bottom: 0.75em;
          /* 名前 */
          /* 役職 */ }
          @media screen and (max-width: 1280px) {
            .staff_list .staff_box a .txtbox .txtinner .staff_info {
              padding-bottom: 0.5em; } }
          @media screen and (max-width: 768px) {
            .staff_list .staff_box a .txtbox .txtinner .staff_info {
              padding-bottom: 0.5em; } }
          @media screen and (max-width: 480px) {
            .staff_list .staff_box a .txtbox .txtinner .staff_info {
              padding-bottom: 0.5em; } }
          .staff_list .staff_box a .txtbox .txtinner .staff_info .staff_name {
            display: block;
            line-height: 1.6em;
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0; }
          .staff_list .staff_box a .txtbox .txtinner .staff_info .staff_post {
            display: block;
            font-size: 0.8em;
            line-height: 1.6em; }
        .staff_list .staff_box a .txtbox .txtinner p.staff_comment {
          padding-bottom: 0;
          font-size: 0.8em;
          line-height: 1.6em; }
    .staff_list .staff_box a .imgbox {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .staff_list .staff_box a .imgbox img {
        width: 100%;
        height: auto;
        /* 通常画像 */
        /* 回転画像 */ }
        .staff_list .staff_box a .imgbox img.img1 {
          position: relative;
          z-index: 2;
          -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;
          -webkit-transform: rotateY(0deg);
          -moz-transform: rotateY(0deg);
          transform: rotateY(0deg); }
        .staff_list .staff_box a .imgbox img.img2 {
          position: absolute;
          top: 0;
          left: 0;
          right: auto;
          bottom: auto;
          z-index: 1;
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
          -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; }
    .staff_list .staff_box a:hover .imgbox img {
      opacity: 1;
      filter: alpha(opacity=100); }
  .staff_list .staff_box:nth-child(1) .imgbox .img1,
  .staff_list .staff_box:nth-child(1) .imgbox .img2 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .staff_list .staff_box:nth-child(2) .imgbox .img1,
  .staff_list .staff_box:nth-child(2) .imgbox .img2 {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s; }
  .staff_list .staff_box:nth-child(3) .imgbox .img1,
  .staff_list .staff_box:nth-child(3) .imgbox .img2 {
    -webkit-animation-delay: 4.5s;
    -moz-animation-delay: 4.5s;
    -o-animation-delay: 4.5s;
    animation-delay: 4.5s; }
  .staff_list .staff_box:nth-child(4) .imgbox .img1,
  .staff_list .staff_box:nth-child(4) .imgbox .img2 {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    animation-delay: 6s; }
  .staff_list .staff_box:nth-child(5) .imgbox .img1,
  .staff_list .staff_box:nth-child(5) .imgbox .img2 {
    -webkit-animation-delay: 7.5s;
    -moz-animation-delay: 7.5s;
    -o-animation-delay: 7.5s;
    animation-delay: 7.5s; }
  .staff_list .staff_box:nth-child(6) .imgbox .img1,
  .staff_list .staff_box:nth-child(6) .imgbox .img2 {
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    animation-delay: 9s; }
  .staff_list .staff_box:nth-child(7) .imgbox .img1,
  .staff_list .staff_box:nth-child(7) .imgbox .img2 {
    -webkit-animation-delay: 10.5s;
    -moz-animation-delay: 10.5s;
    -o-animation-delay: 10.5s;
    animation-delay: 10.5s; }
  .staff_list .staff_box:nth-child(8) .imgbox .img1,
  .staff_list .staff_box:nth-child(8) .imgbox .img2 {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s; }

/* ================= フォーム ============================================================ */
/* =============== コンタクトフォーム（全ページ共通） ========================================================= */
.formbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.57em 0;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .formbox {
      padding: 1.5em 0; } }
  .formbox h3 {
    font-size: 2em;
    line-height: 1.7em;
    padding-bottom: 0.5em; }
  .formbox p {
    padding-bottom: 2em; }

/* BowNow ------------------------------------------- */
.no-js body {
  background: transparent; }

.form-preview-wrap {
  /* 必須・任意 */
  /* 入力欄 */
  /* 段落の余白 */
  /* ボタン */ }
  .form-preview-wrap .form-preview-reqiured,
  .form-preview-wrap .form-preview-not-reqiured {
    border-radius: 2em; }
  .form-preview-wrap .form-preview-reqiured {
    background: #20bae5; }
  .form-preview-wrap input[type="text"],
  .form-preview-wrap input[type="email"],
  .form-preview-wrap input[type="tel"],
  .form-preview-wrap input[type="date"],
  .form-preview-wrap textarea {
    font-family: a-otf-gothic-bbb-pr6n, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    border-radius: 1.5em; }
  .form-preview-wrap .form-preview-dl a {
    color: #20bae5;
    text-decoration: underline; }
  .form-preview-wrap .form-preview-dl textarea {
    border-radius: 0.5em; }
  .form-preview-wrap .form-preview-help-text,
  .form-preview-wrap .form-preview-alert-text {
    padding-bottom: 0; }
  .form-preview-wrap .show-page-btn .btn {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    border-color: #256b7f;
    background: #256b7f;
    color: #fff;
    border-radius: 2em;
    cursor: pointer; }
    .form-preview-wrap .show-page-btn .btn:hover {
      background: #20bae5;
      border-color: #20bae5; }

/* ================= フォーム（全ページ共通） ============================================================ */
.gform {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5.2em; }
  .gform:last-child {
    padding-bottom: 0; }
  .gform .formbox {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background: transparent;
    /* 段落 */
    /* -------------------------- Google Form ------------------------------------------- */ }
    .gform .formbox p {
      padding-bottom: 1em; }
    .gform .formbox .autoConfirm {
      /* セクション ------------------------------------------- */
      /* ボタン ------------------------------------------- */
      /* 確認画面 ------------------------------------------- */ }
      .gform .formbox .autoConfirm .form_sec {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 5.2em;
        /* 見出し */
        /* 段落 */
        /* 画像タイトル */
        /* 画像 */
        /* 動画タイトル */
        /* 動画テキスト */
        /* 動画 */
        /* フォーム */ }
        .gform .formbox .autoConfirm .form_sec .parts-copy {
          padding-bottom: 0.75em; }
          .gform .formbox .autoConfirm .form_sec .parts-copy:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec .desc-text {
          line-height: 1.5em;
          padding-bottom: 1em; }
          .gform .formbox .autoConfirm .form_sec .desc-text:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec .img-title {
          line-height: 1.5em;
          padding-bottom: 0.5em; }
          .gform .formbox .autoConfirm .form_sec .img-title:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec .form_img {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-bottom: 1em; }
          .gform .formbox .autoConfirm .form_sec .form_img img {
            max-width: 100%;
            height: auto; }
          .gform .formbox .autoConfirm .form_sec .form_img:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec .video-title {
          font-size: 1em;
          font-weight: 900;
          line-height: 1.5em;
          padding-bottom: 0.5em; }
          .gform .formbox .autoConfirm .form_sec .video-title:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec .video-text {
          font-size: 0.9em;
          font-weight: 500;
          line-height: 1.5em;
          padding-bottom: 0.5em; }
          .gform .formbox .autoConfirm .form_sec .video-text:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec .youtube_box {
          margin-bottom: 1em; }
          .gform .formbox .autoConfirm .form_sec .youtube_box:last-child {
            margin-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec div.center, .gform .formbox .autoConfirm .form_sec div.left, .gform .formbox .autoConfirm .form_sec div.right {
          padding-bottom: 1em; }
          .gform .formbox .autoConfirm .form_sec div.center:last-child, .gform .formbox .autoConfirm .form_sec div.left:last-child, .gform .formbox .autoConfirm .form_sec div.right:last-child {
            padding-bottom: 0; }
        .gform .formbox .autoConfirm .form_sec ul.form_ctt {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          list-style: none inside;
          margin-bottom: 2.6em;
          /* フォーム行 ------------------------------------------- */ }
          .gform .formbox .autoConfirm .form_sec ul.form_ctt:last-child {
            margin-bottom: 0; }
          .gform .formbox .autoConfirm .form_sec ul.form_ctt li {
            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;
            padding: 0.5em 0;
            border-bottom: rgba(37, 107, 127, 0.75) solid 1px;
            /* 見出し */
            /* 内容 ------------------------------------------- */ }
            .gform .formbox .autoConfirm .form_sec ul.form_ctt li:first-child {
              border-top: rgba(37, 107, 127, 0.75) solid 1px; }
            @media screen and (max-width: 768px) {
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li {
                padding: 0.5em; } }
            .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_h {
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              width: 16em;
              padding: 1em;
              line-height: 1em;
              font-weight: 500;
              color: #000; }
              @media screen and (min-width: 769px) {
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_h {
                  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: 768px) {
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_h {
                  width: 100%; } }
            .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d {
              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;
              padding: 1em;
              line-height: 1em;
              font-weight: 500;
              color: #000;
              /* 説明文 */
              /* 説明画像 */
              /* フォームパーツ ------------------------------------------- */
              /* 幅100%パーツ */
              /* マウスオーバー時カーソルポインター */
              /* テキストエリア */
              /* チェックボックス・ラジオボタン（デザインボタン） */
              /* 画像付きチェックボックス */
              /* 均等目盛 */
              /* グリッド */ }
              @media screen and (max-width: 768px) {
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d {
                  width: 100%; } }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d p {
                font-size: 0.8em;
                line-height: 1.5em;
                padding-bottom: 0.5em;
                opacity: 0.6;
                filter: alpha(opacity=70); }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d p:last-child {
                  padding-bottom: 0; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img {
                width: 100%;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                line-height: 0;
                padding-bottom: 0.75em; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img img {
                  max-width: 100%;
                  height: auto; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .parts-img:last-child {
                  padding-bottom: 0; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="text"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="email"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="url"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="number"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="date"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="time"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="datetime-local"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea, .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select {
                font-family: a-otf-gothic-bbb-pr6n, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif !important;
                font-weight: 400;
                font-style: normal;
                font-size: 1em;
                line-height: 1em;
                box-sizing: border-box;
                padding: 0.5em 1em;
                border-radius: 1.5em;
                border: none;
                background: #eeeeee; }
                .sec_bg2 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="text"],
                .sec_bg2 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="email"],
                .sec_bg2 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="url"],
                .sec_bg2 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="number"],
                .sec_bg2 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="date"],
                .sec_bg2 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="time"],
                .sec_bg2 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="datetime-local"],
                .sec_bg2 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea,
                .sec_bg2 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select {
                  background: #fff; }
                @media screen and (max-width: 768px) {
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="text"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="email"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="url"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="number"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="date"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="time"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="datetime-local"], .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea, .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select {
                    padding: 0.5em; } }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea {
                border-radius: 0.5em; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="text"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="email"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="url"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d input[type="tel"],
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea {
                width: 100%; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d select,
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set label {
                cursor: pointer; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d textarea {
                height: 10em;
                line-height: 1.5em; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set {
                line-height: 1.5em;
                position: relative;
                display: inline-block;
                padding: 0.5em 1.5em 0.5em 0;
                /* チェックボックス */
                /* ラジオボタン */
                /* その他 */ }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set:last-child {
                  padding-right: 0; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set label {
                  display: inline;
                  padding-left: 0.25em; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"] {
                  position: relative;
                  z-index: 3;
                  cursor: pointer;
                  opacity: 0;
                  filter: alpha(opacity=70); }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"] + label::before, .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"] + label::after {
                    content: "";
                    display: block;
                    line-height: 1em;
                    position: absolute;
                    top: 0.8em;
                    left: 0;
                    right: auto;
                    bottom: auto;
                    width: 0.7em;
                    height: 0.7em;
                    -webkit-transition: 0.2s ease;
                    -moz-transition: 0.2s ease;
                    -ms-transition: 0.2s ease;
                    -o-transition: 0.2s ease;
                    transition: 0.2s ease;
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"] + label::before {
                    z-index: 1;
                    box-sizing: content-box;
                    border-radius: 0.2em;
                    border: rgba(37, 107, 127, 0.4) solid 1px;
                    background: #fff; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"] + label::after {
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    line-height: 1;
                    content: "\f00c";
                    top: calc( 0.9em + 1px );
                    left: 1px;
                    z-index: 2;
                    color: #fff;
                    text-indent: 0.1em;
                    opacity: 0;
                    filter: alpha(opacity=70);
                    -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: 0 0;
                    -moz-transform-origin: 0 0;
                    -ms-transform-origin: 0 0;
                    -o-transform-origin: 0 0;
                    transform-origin: 0 0;
                    overflow: hidden;
                    width: 0;
                    height: 1.17em;
                    -webkit-transition-delay: 0.2s;
                    -moz-transition-delay: 0.2s;
                    -o-transition-delay: 0.2s;
                    transition-delay: 0.2s; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"]:checked + label::before {
                    border: #256b7f solid 1px;
                    background: #20bae5; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"]:checked + label::after {
                    width: 1.17em;
                    opacity: 100;
                    filter: alpha(opacity=70); }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"] {
                  position: relative;
                  z-index: 3;
                  cursor: pointer;
                  opacity: 0;
                  filter: alpha(opacity=70); }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"] + label::before, .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"] + label::after {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0.75em;
                    left: 0;
                    right: auto;
                    bottom: auto;
                    width: 0.7em;
                    height: 0.7em;
                    -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;
                    border-radius: 50%; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"] + label::before {
                    z-index: 1;
                    box-sizing: content-box;
                    border: rgba(37, 107, 127, 0.4) solid 1px;
                    background: #fff; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"] + label::after {
                    top: calc( 0.75em + 2px );
                    left: 2px;
                    z-index: 2;
                    box-sizing: border-box;
                    border: #fff solid 0.15em;
                    background: #20bae5;
                    opacity: 0;
                    filter: alpha(opacity=70); }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"]:checked + label::before {
                    border: #256b7f solid 2px; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"]:checked + label::after {
                    opacity: 100;
                    filter: alpha(opacity=70); }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="text"] {
                  width: 10em;
                  height: 2.5em;
                  display: inline;
                  line-height: 1em; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"].other:checked + label::before {
                  top: 1.3em; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="checkbox"].other:checked + label::after {
                  top: calc( 1.4em + 1px ); }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"].other:checked + label::before {
                  top: 1.25em; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .input_set input[type="radio"].other:checked + label::after {
                  top: calc( 1.25em + 2px ); }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
                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;
                margin-top: -2%; }
                @media screen and (max-width: 1280px) {
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
                    margin-top: -4%; } }
                @media screen and (max-width: 480px) {
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox {
                    margin-top: -1em; } }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option {
                  position: relative;
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                  width: 32%;
                  margin-right: 2%;
                  margin-top: 2%;
                  /* 画像 */
                  /* テキスト */ }
                  @media screen and (min-width: 1281px) {
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option:nth-child(3n) {
                      margin-right: 0; } }
                  @media screen and (max-width: 1280px) {
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option {
                      width: 48%;
                      margin-right: 4%;
                      margin-top: 4%; } }
  @media screen and (max-width: 1280px) and (min-width: 481px) {
    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option:nth-child(2n) {
      margin-right: 0; } }

                  @media screen and (max-width: 480px) {
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option {
                      width: 100%;
                      margin-right: 0;
                      margin-top: 1em; } }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img {
                    width: 100%;
                    position: relative;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    line-height: 0;
                    border-radius: 0.5em;
                    background: #eeeeee;
                    cursor: pointer; }
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img::before {
                      content: "";
                      display: block;
                      padding-top: 79%; }
                    .sec_bg2 .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img {
                      background: #fff; }
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img span,
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img {
                      display: block;
                      position: absolute;
                      top: 0.5em;
                      left: 0.5em;
                      right: 0.5em;
                      bottom: 0.5em;
                      margin: auto; }
                      .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img span img,
                      .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img img {
                        object-fit: contain;
                        object-position: 50% 50%;
                        width: 100%;
                        height: 100%;
                        font-family: "object-fit: contain; object-position: 50% 50%;"; }
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img {
                      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;
                      background: #3bc7ea; }
                      .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .option-img .empty-img::before {
                        content: "\f302";
                        font-family: "Font Awesome 5 Free";
                        font-weight: 900;
                        line-height: 1;
                        font-weight: 400;
                        font-size: 4em;
                        color: #fff; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .img-checkbox .img-option .input_set {
                    display: block; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set {
                /* 左右テキスト */
                /* ラジオボタン */ }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option {
                  padding-right: 2em; }
                  @media screen and (max-width: 480px) {
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option {
                      padding-right: 1em; } }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .option:last-child {
                    padding-right: 0; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set {
                  min-width: 1em;
                  text-align: center; }
                  @media screen and (max-width: 480px) {
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set {
                      padding-right: 1em; } }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set input, .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label {
                    display: block; }
                  .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label {
                    padding-left: 0; }
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::before, .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::after {
                      left: 0.125em !important; }
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::before {
                      top: 0 !important; }
                    .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d .scale_set .input_set label::after {
                      top: 2px !important;
                      left: calc( 0.125em + 2px ) !important; }
              .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table {
                width: 100%;
                border-spacing: 0; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table th, .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table td {
                  padding: 0.75em;
                  text-align: center;
                  border-bottom: rgba(37, 107, 127, 0.4) solid 1px; }
                .gform .formbox .autoConfirm .form_sec ul.form_ctt li .form_d table th {
                  font-weight: 500; }
      .gform .formbox .autoConfirm .btn_list {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none inside;
        text-align: center; }
        .gform .formbox .autoConfirm .btn_list input[type="button"],
        .gform .formbox .autoConfirm .btn_list input[type="submit"] {
          display: inline-block;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0.6em 3.6em 0.3em 3.6em;
          line-height: 1.5em;
          background: #fff;
          color: #20bae5;
          border: 1px solid #20bae5;
          border-radius: 1.5em;
          text-align: center;
          -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;
          font-family: a-otf-gothic-bbb-pr6n, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif !important;
          font-weight: 400;
          font-style: normal;
          font-size: 1vw;
          font-weight: 500;
          letter-spacing: 0.5em;
          text-indent: 0.5em;
          margin: 0 1em;
          cursor: pointer;
          border: none;
          width: 12em;
          padding: 0.75em 1em;
          background: #256b7f;
          color: #fff; }
          .gform .formbox .autoConfirm .btn_list input[type="button"]::after,
          .gform .formbox .autoConfirm .btn_list input[type="submit"]::after {
            content: "";
            display: block;
            position: absolute;
            top: 0.8em;
            left: auto;
            right: 0;
            bottom: auto;
            width: 2em;
            height: 0.8em;
            background: url("../../../images/ya.svg") no-repeat 0 50%;
            background-size: contain;
            -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; }
          .gform .formbox .autoConfirm .btn_list input[type="button"]:hover,
          .gform .formbox .autoConfirm .btn_list input[type="submit"]: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); }
            .gform .formbox .autoConfirm .btn_list input[type="button"]:hover::after,
            .gform .formbox .autoConfirm .btn_list input[type="submit"]:hover::after {
              right: -0.3em; }
          .gform .formbox .autoConfirm .btn_list input[type="button"] span,
          .gform .formbox .autoConfirm .btn_list input[type="submit"] span {
            font-family: century-gothic, sans-serif !important;
            font-weight: 400;
            font-style: normal;
            font-size: 1.5em;
            line-height: 1em;
            letter-spacing: 0.1em; }
            .gform .formbox .autoConfirm .btn_list input[type="button"] span.jp,
            .gform .formbox .autoConfirm .btn_list input[type="submit"] span.jp {
              display: inline-block;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              font-size: 0.8em;
              font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
              font-weight: 600;
              font-style: normal;
              line-height: 1em;
              top: -0.35em; }
          @media screen and (max-width: 1280px) {
            .gform .formbox .autoConfirm .btn_list input[type="button"],
            .gform .formbox .autoConfirm .btn_list input[type="submit"] {
              font-size: 1.65vw; } }
          @media screen and (max-width: 768px) {
            .gform .formbox .autoConfirm .btn_list input[type="button"],
            .gform .formbox .autoConfirm .btn_list input[type="submit"] {
              font-size: 2.6vw; } }
          @media screen and (max-width: 480px) {
            .gform .formbox .autoConfirm .btn_list input[type="button"],
            .gform .formbox .autoConfirm .btn_list input[type="submit"] {
              font-size: 3.9vw; } }
          @media screen and (max-width: 768px) {
            .gform .formbox .autoConfirm .btn_list input[type="button"],
            .gform .formbox .autoConfirm .btn_list input[type="submit"] {
              width: 8em;
              margin: 0 0.5em; } }
        .gform .formbox .autoConfirm .btn_list input[type="button"] {
          background-color: rgba(37, 107, 127, 0.75); }
      .gform .formbox .autoConfirm.confirm .form_sec {
        /* 入力内容 */ }
        .gform .formbox .autoConfirm.confirm .form_sec::after {
          content: "上記内容で送信します。宜しければ送信ボタンを押してください。（※まだ送信は終わっていません）";
          display: block;
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          line-height: 1.5em;
          padding-top: 2.6em; }
        .gform .formbox .autoConfirm.confirm .form_sec ul {
          padding: 0; }
          .gform .formbox .autoConfirm.confirm .form_sec ul li {
            margin-bottom: 0; }
            @media screen and (max-width: 768px) {
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_h {
                border-bottom: rgba(37, 107, 127, 0.4) dashed 1px; } }
            .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d {
              /* 説明文非表示 */
              /* テキスト行 */
              /* ラジオボタン・チェックボックス */
              /* 画像付きラジオボタン・チェックボックス */
              /* 均等目盛 */
              /* グリッド */ }
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d p {
                display: none; }
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d span.autoConfirmVal {
                display: inline-block;
                line-height: 1.5em; }
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .input_set {
                padding-right: 0; }
                .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .input_set input, .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .input_set label {
                  display: none; }
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .img-checkbox {
                display: block; }
                .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .img-checkbox .img-option {
                  width: auto;
                  margin: 0; }
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d .scale_set .input_set {
                position: absolute;
                top: 50%;
                left: 1em;
                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%); }
              .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table {
                width: auto; }
                .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table th, .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td {
                  border-bottom: none; }
                .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table th {
                  display: none; }
                .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td {
                  padding: 0;
                  line-height: 1.5em; }
                  .gform .formbox .autoConfirm.confirm .form_sec ul li .form_d table td .input_set span::before {
                    content: "：";
                    padding-right: 1em;
                    display: inline-block; }

/* 必須項目 */
.required {
  color: #20bae5;
  padding-left: 0.5em; }

/* エラー文 */
.alert {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.25em;
  color: #20bae5;
  margin-top: 1em;
  padding-bottom: 0;
  padding-left: 1.4em; }
  .alert::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    content: "\f071";
    position: absolute;
    top: 0.25em;
    left: 0.125em;
    right: auto;
    bottom: auto; }

.err-text {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2em; }
  @media screen and (min-width: 769px) {
    .err-text {
      text-align: center; } }
  .err-text .alert {
    display: inline-block;
    line-height: 1.5em;
    padding: 0.75em;
    padding-bottom: 0.75em !important;
    padding-left: 2.15em;
    border: #256b7f dotted 2px; }
    .err-text .alert::before {
      position: absolute;
      top: 1em;
      left: 0.75em;
      right: auto;
      bottom: auto; }
    .err-text .alert a {
      text-decoration: underline; }

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header {
  -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;
  /* ================= ロゴ ============================================================ */ }
  #header.scroll {
    background: #fff; }
  #header .logo {
    font-size: 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; }
    #header .logo .logo_grp {
      width: auto;
      height: 1.5625em; }
    #header .logo .logo_recruit {
      width: auto;
      height: 1em;
      margin-left: 0.5em; }

/* ================= グローバルナビゲーション ============================================================ */
/* -------------------------- 共通 ------------------------------------------- */
.gnav {
  /* ボタン */ }
  .gnav ul {
    list-style: none inside;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .gnav ul li {
      font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
      font-weight: 500;
      font-style: normal; }
      .gnav ul li a {
        color: #000; }
        .gnav ul li a:hover {
          color: #256b7f; }
  .gnav .btn a {
    border-color: #256b7f;
    background: #256b7f;
    color: #fff; }
    .gnav .btn a span.jp {
      font-family: a-otf-gothic-bbb-pr6n, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif !important;
      font-weight: 400;
      font-style: normal;
      font-size: 1em;
      top: -0.2em; }
    .gnav .btn a::after {
      background: url(../../../images/ya2.svg) no-repeat 0 50%;
      background-size: contain; }

#header {
  /* -------------------------- ヘッダー内・パソコン ------------------------------------------- */ }
  #header .gnav {
    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: 1280px) {
      #header .gnav {
        padding-right: 2.6em; } }
    #header .gnav ul {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 1280px) {
        #header .gnav ul {
          display: none; } }
      #header .gnav ul li {
        padding-right: 2em; }
        #header .gnav ul li.spmenu {
          display: none; }
    @media screen and (max-width: 480px) {
      #header .gnav .btn {
        position: fixed;
        top: auto;
        left: 2.5%;
        right: 2.5%;
        bottom: 0.5em;
        margin: auto;
        -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; }
        #header .gnav .btn a {
          width: 100%;
          margin: auto;
          border: #fff solid 1px; } }

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_btn, .hm_menu_wrap {
  display: none; }
  @media screen and (max-width: 1280px) {
    .hm_btn, .hm_menu_wrap {
      display: block; } }

.hm_menu_check {
  /* チェックボックスを隠す */
  display: none; }

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  width: 1.33em;
  height: 1.2em;
  cursor: pointer;
  border-left: transparent solid 1.8em;
  border-right: transparent solid 1.8em;
  border-top: transparent solid 1.8em;
  border-bottom: transparent solid 1.8em;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  background: transparent;
  cursor: pointer;
  z-index: 99999; }
  .hm_btn::before, .hm_btn::after {
    width: 1.33em;
    height: 0.13em;
    background: #256b7f;
    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: #256b7f 0 0.532em 0;
    box-shadow: #256b7f 0 0.532em 0; }
  .hm_btn::after {
    bottom: 0; }

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: #256b7f 0 0.532em 0;
  box-shadow: #256b7f 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: #256b7f;
  -webkit-transform: rotate(-45deg) translate3d(0.166em, -0.2em, 0);
  transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0); }

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(37, 107, 127, 0.75);
  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: 10em 5.2em;
      width: 50%;
      min-height: 100vh;
      position: absolute;
      top: 0;
      left: auto;
      right: -100%;
      bottom: auto;
      -webkit-transition: right 1.0s;
      transition: right 1.0s;
      border: none;
      background: #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;
      -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) {
        .hm_menu_wrap .hm_inner .menucontent {
          width: 55%;
          padding: 5.2em 2.6em; } }
      @media screen and (max-width: 480px) {
        .hm_menu_wrap .hm_inner .menucontent {
          width: 80%; } }
      .hm_menu_wrap .hm_inner .menucontent .gnav {
        text-align: right; }
        .hm_menu_wrap .hm_inner .menucontent .gnav ul {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .hm_menu_wrap .hm_inner .menucontent .gnav ul li {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            line-height: 1em;
            padding-bottom: 2em; }
        .hm_menu_wrap .hm_inner .menucontent .gnav .btn a {
          padding-left: 2em;
          padding-right: 3em; }
          @media screen and (max-width: 768px) {
            .hm_menu_wrap .hm_inner .menucontent .gnav .btn a {
              width: 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);
    right: 0;
    height: auto; }

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer {
  /* ================= フッター上部 ============================================================ */
  /* ================= フッター中部 ============================================================ */
  /* ================= フッター下部 ============================================================ */ }
  #footer #footer_upper {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5.2em 0;
    background: #256b7f;
    color: #fff; }
    #footer #footer_upper a {
      color: #fff; }
    #footer #footer_upper .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;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      /* -------------------------- 会社情報 ------------------------------------------- */
      /* -------------------------- メニュー ------------------------------------------- */ }
      @media screen and (max-width: 480px) {
        #footer #footer_upper .innerbox {
          padding: 0; } }
      #footer #footer_upper .innerbox .info_box {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* 会社名 ------------------------------------------- */
        /* 住所 ------------------------------------------- */
        /* TEL ------------------------------------------- */ }
        @media screen and (max-width: 768px) {
          #footer #footer_upper .innerbox .info_box {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            padding-bottom: 5.2em; } }
        #footer #footer_upper .innerbox .info_box p {
          padding-bottom: 0; }
        #footer #footer_upper .innerbox .info_box h2 {
          font-size: 1em;
          padding-bottom: 1.5em; }
          #footer #footer_upper .innerbox .info_box h2 .imgbox {
            display: block;
            width: 12em; }
            @media screen and (max-width: 768px) {
              #footer #footer_upper .innerbox .info_box h2 .imgbox {
                margin: auto; } }
            #footer #footer_upper .innerbox .info_box h2 .imgbox img {
              width: 100%;
              height: auto; }
          #footer #footer_upper .innerbox .info_box h2 .jp {
            display: block;
            line-height: 1.5em;
            padding-top: 0.5em; }
            #footer #footer_upper .innerbox .info_box h2 .jp strong {
              font-size: 1.3em;
              font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
              font-weight: 600;
              font-style: normal;
              display: block;
              padding-top: 0.25em; }
            @media screen and (max-width: 1280px) {
              #footer #footer_upper .innerbox .info_box h2 .jp {
                font-size: 0.9em; } }
        #footer #footer_upper .innerbox .info_box .ad {
          font-size: 0.8em;
          line-height: 1.5em;
          padding-bottom: 0.5em; }
        #footer #footer_upper .innerbox .info_box .tel {
          font-family: century-gothic, sans-serif !important;
          font-weight: 400;
          font-style: normal;
          font-size: 1.25em;
          line-height: 1.5em; }
      #footer #footer_upper .innerbox .fmenu {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: right;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        align-content: space-between;
        /* フッターメニュー ------------------------------------------- */
        /* コピーライト ------------------------------------------- */ }
        @media screen and (max-width: 768px) {
          #footer #footer_upper .innerbox .fmenu {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -webkit-flex: none;
            -moz-box-flex: 0;
            -ms-flex: none;
            flex: none;
            display: block;
            text-align: center; } }
        #footer #footer_upper .innerbox .fmenu .fnav {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          @media screen and (max-width: 768px) {
            #footer #footer_upper .innerbox .fmenu .fnav {
              padding-bottom: 2.6em; } }
          #footer #footer_upper .innerbox .fmenu .fnav ul {
            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: end;
            -webkit-justify-content: flex-end;
            -moz-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            font-size: 0.8em;
            line-height: 1em; }
            @media screen and (max-width: 768px) {
              #footer #footer_upper .innerbox .fmenu .fnav ul {
                -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) {
              #footer #footer_upper .innerbox .fmenu .fnav ul {
                display: block;
                width: 100%;
                position: relative;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                font-size: 1em;
                border-top: rgba(255, 255, 255, 0.3) solid 1px; } }
            #footer #footer_upper .innerbox .fmenu .fnav ul li {
              padding: 0 1em;
              border-right: #fff solid 1px; }
              #footer #footer_upper .innerbox .fmenu .fnav ul li:first-child {
                padding-left: 0; }
              #footer #footer_upper .innerbox .fmenu .fnav ul li:last-child {
                padding-right: 0;
                border-right: none; }
              @media screen and (max-width: 480px) {
                #footer #footer_upper .innerbox .fmenu .fnav ul li {
                  padding: 0;
                  border-right: none;
                  border-bottom: rgba(255, 255, 255, 0.3) solid 1px; }
                  #footer #footer_upper .innerbox .fmenu .fnav ul li a {
                    display: block;
                    width: 100%;
                    position: relative;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    padding: 1.5em; } }
        #footer #footer_upper .innerbox .fmenu .copyright {
          font-size: 0.8em;
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-family: century-gothic, sans-serif !important;
          font-weight: 400;
          font-style: normal;
          letter-spacing: 0.1em;
          line-height: 1.5em;
          padding-bottom: 0;
          opacity: 0.5;
          filter: alpha(opacity=50); }
  #footer #footer_middle {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.6em 0;
    background: #fff; }
    #footer #footer_middle .rc_site {
      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; }
      #footer #footer_middle .rc_site li {
        padding: 1.5em; }
  #footer #footer_bottom {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eeeeee;
    padding: 2.6em 0; }
    @media screen and (max-width: 480px) {
      #footer #footer_bottom {
        padding-bottom: 10em; } }
    #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;
      /* -------------------------- グループロゴ ------------------------------------------- */
      /* -------------------------- 子会社ロゴ ------------------------------------------- */ }
      @media screen and (max-width: 480px) {
        #footer #footer_bottom .innerbox {
          display: block; } }
      #footer #footer_bottom .innerbox img {
        width: auto;
        height: 2em; }
        @media screen and (max-width: 768px) {
          #footer #footer_bottom .innerbox img {
            height: 1.5em; } }
        @media screen and (max-width: 480px) {
          #footer #footer_bottom .innerbox img {
            height: 1.25em; } }
      #footer #footer_bottom .innerbox .logo {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 480px) {
          #footer #footer_bottom .innerbox .logo {
            width: 100%;
            text-align: center; } }
        #footer #footer_bottom .innerbox .logo img {
          height: 2.5em; }
          @media screen and (max-width: 768px) {
            #footer #footer_bottom .innerbox .logo img {
              height: 2em; } }
      #footer #footer_bottom .innerbox .site_list {
        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: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        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: 480px) {
          #footer #footer_bottom .innerbox .site_list {
            width: 100%;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-top: 2.6em; } }
        #footer #footer_bottom .innerbox .site_list li {
          padding-left: 2em; }
          #footer #footer_bottom .innerbox .site_list li:first-child {
            padding-left: 0; }

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page {
  /* ================= メイン画像 ============================================================ */
  /* ================= 新着情報 ============================================================ */
  /* ================= スタッフ写真 ============================================================ */
  /* ================= リード文 ============================================================ */
  /* ================= 悩みを解決 ============================================================ */
  /* ================= サービス ============================================================ */
  /* ================= 制作実績 ============================================================ */
  /* ================= お客様の声 ============================================================ */
  /* ================= スタッフインタビュー ============================================================ */
  /* ================= 新着情報 ============================================================ */
  /* ================= スタッフブログ ============================================================ */ }
  body#front-page #mainimg {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    min-height: 35vw;
    max-height: 64vw;
    z-index: 2;
    /* -------------------------- スライドショー ------------------------------------------- */
    /* -------------------------- キャッチコピー ------------------------------------------- */ }
    @media screen and (max-width: 768px) {
      body#front-page #mainimg {
        min-height: 60vw;
        max-height: 183vw; } }
    @media screen and (max-width: 480px) {
      body#front-page #mainimg {
        min-height: 150vw;
        max-height: 220vw; } }
    body#front-page #mainimg .sliderimg {
      position: absolute;
      top: 0;
      left: 10%;
      right: 0;
      bottom: 0;
      margin: auto;
      /* スライドショー */
      /* スライダー画像フルスクリーン表示 */ }
      @media screen and (max-width: 1280px) {
        body#front-page #mainimg .sliderimg {
          left: 5.2em; } }
      @media screen and (max-width: 768px) {
        body#front-page #mainimg .sliderimg {
          left: 2.6em; } }
      @media screen and (max-width: 480px) {
        body#front-page #mainimg .sliderimg {
          left: 2em; } }
  @media screen and (max-width: 480px) and (max-aspect-ratio: 6 / 11) {
    body#front-page #mainimg .sliderimg {
      top: 10vh; } }
  @media screen and (max-width: 480px) and (max-aspect-ratio: 5 / 11) {
    body#front-page #mainimg .sliderimg {
      top: 22vw; } }

      body#front-page #mainimg .sliderimg.slider_sp {
        display: none; }
@media screen and (max-width: 768px) and (max-aspect-ratio: 1 / 1) {
  body#front-page #mainimg .sliderimg.slider_pc {
    display: none; }
  body#front-page #mainimg .sliderimg.slider_sp {
    display: block; } }

      body#front-page #mainimg .sliderimg .metaslider,
      body#front-page #mainimg .sliderimg #metaslider_container_19,
      body#front-page #mainimg .sliderimg #metaslider_container_26,
      body#front-page #mainimg .sliderimg .slider-wrapper,
      body#front-page #mainimg .sliderimg .nivoSlider,
      body#front-page #mainimg .sliderimg .nivo-slice {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
        height: auto !important;
        min-height: inherit !important;
        width: auto !important;
        min-width: inherit !important; }
      body#front-page #mainimg .sliderimg .metaslider .nivoSlider img,
      body#front-page #mainimg .sliderimg .metaslider .nivoSlider .nivo-slice img {
        object-fit: cover !important;
        object-position: 80% 0% !important;
        width: 100% !important;
        /* height:100% !important; */
        font-family: 'object-fit: cover; object-position: 80% 0%;' !important; }
    body#front-page #mainimg .txtbox {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      body#front-page #mainimg .txtbox .innerbox {
        height: 100vh;
        min-height: 35vw;
        max-height: 64vw;
        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;
        /* 日本語コピー ------------------------------------------- */
        /* 英語コピー ------------------------------------------- */ }
        @media screen and (max-width: 768px) {
          body#front-page #mainimg .txtbox .innerbox {
            min-height: 60vw;
            max-height: 183vw; } }
  @media screen and (max-width: 768px) and (max-aspect-ratio: 1 / 1) {
    body#front-page #mainimg .txtbox .innerbox {
      display: block; } }

        @media screen and (max-width: 480px) {
          body#front-page #mainimg .txtbox .innerbox {
            min-height: 150vw;
            max-height: 220vw; } }
        body#front-page #mainimg .txtbox .innerbox .main_copy {
          width: 28em;
          -webkit-transform: translate(1em, 5em);
          -moz-transform: translate(1em, 5em);
          -ms-transform: translate(1em, 5em);
          -o-transform: translate(1em, 5em);
          transform: translate(1em, 5em);
          z-index: 2; }
          @media screen and (max-width: 1280px) {
            body#front-page #mainimg .txtbox .innerbox .main_copy {
              width: 20em;
              -webkit-transform: translate(1em, 3em);
              -moz-transform: translate(1em, 3em);
              -ms-transform: translate(1em, 3em);
              -o-transform: translate(1em, 3em);
              transform: translate(1em, 3em); } }
          @media screen and (max-width: 768px) {
            body#front-page #mainimg .txtbox .innerbox .main_copy {
              -webkit-transform: translate(1em, 10vh);
              -moz-transform: translate(1em, 10vh);
              -ms-transform: translate(1em, 10vh);
              -o-transform: translate(1em, 10vh);
              transform: translate(1em, 10vh); } }
  @media screen and (max-width: 768px) and (min-aspect-ratio: 5 / 3) {
    body#front-page #mainimg .txtbox .innerbox .main_copy {
      -webkit-transform: translate(1em, 6vw);
      -moz-transform: translate(1em, 6vw);
      -ms-transform: translate(1em, 6vw);
      -o-transform: translate(1em, 6vw);
      transform: translate(1em, 6vw); } }
  @media screen and (max-width: 768px) and (max-aspect-ratio: 1 / 1) {
    body#front-page #mainimg .txtbox .innerbox .main_copy {
      width: 25em;
      -webkit-transform: translate(2.6em, 10vh);
      -moz-transform: translate(2.6em, 10vh);
      -ms-transform: translate(2.6em, 10vh);
      -o-transform: translate(2.6em, 10vh);
      transform: translate(2.6em, 10vh); } }
  @media screen and (max-width: 768px) and (max-aspect-ratio: 6 / 11) {
    body#front-page #mainimg .txtbox .innerbox .main_copy {
      -webkit-transform: translate(2.6em, 18.3vw);
      -moz-transform: translate(2.6em, 18.3vw);
      -ms-transform: translate(2.6em, 18.3vw);
      -o-transform: translate(2.6em, 18.3vw);
      transform: translate(2.6em, 18.3vw); } }

          @media screen and (max-width: 480px) {
            body#front-page #mainimg .txtbox .innerbox .main_copy {
              -webkit-transform: translate(0, 15vh);
              -moz-transform: translate(0, 15vh);
              -ms-transform: translate(0, 15vh);
              -o-transform: translate(0, 15vh);
              transform: translate(0, 15vh);
              width: 15em; } }
  @media screen and (max-width: 480px) and (min-aspect-ratio: 2 / 3) {
    body#front-page #mainimg .txtbox .innerbox .main_copy {
      -webkit-transform: translate(0, 22.5vw);
      -moz-transform: translate(0, 22.5vw);
      -ms-transform: translate(0, 22.5vw);
      -o-transform: translate(0, 22.5vw);
      transform: translate(0, 22.5vw); } }
  @media screen and (max-width: 480px) and (max-aspect-ratio: 6 / 11) {
    body#front-page #mainimg .txtbox .innerbox .main_copy {
      width: 18em;
      -webkit-transform: translate(2em, 18vh);
      -moz-transform: translate(2em, 18vh);
      -ms-transform: translate(2em, 18vh);
      -o-transform: translate(2em, 18vh);
      transform: translate(2em, 18vh); } }
  @media screen and (max-width: 480px) and (max-aspect-ratio: 5 / 11) {
    body#front-page #mainimg .txtbox .innerbox .main_copy {
      -webkit-transform: translate(2em, 39.6vw);
      -moz-transform: translate(2em, 39.6vw);
      -ms-transform: translate(2em, 39.6vw);
      -o-transform: translate(2em, 39.6vw);
      transform: translate(2em, 39.6vw); } }

          body#front-page #mainimg .txtbox .innerbox .main_copy img {
            width: 100%;
            height: auto; }
        body#front-page #mainimg .txtbox .innerbox .eg_copy {
          width: 100%;
          font-size: 9em;
          color: #f6f6f6;
          position: absolute;
          top: 55vh;
          left: -0.1em;
          right: auto;
          bottom: auto; }
          @media screen and (max-width: 1280px) {
            body#front-page #mainimg .txtbox .innerbox .eg_copy {
              font-size: 5em; } }
@media screen and (min-width: 769px) and (min-aspect-ratio: 100 / 35) {
  body#front-page #mainimg .txtbox .innerbox .eg_copy {
    top: 19.25vw; } }
@media screen and (min-width: 769px) and (max-aspect-ratio: 25 / 16) {
  body#front-page #mainimg .txtbox .innerbox .eg_copy {
    top: 35.2vw; } }

          @media screen and (max-width: 768px) {
            body#front-page #mainimg .txtbox .innerbox .eg_copy {
              top: auto;
              bottom: 0.4em; } }
          @media screen and (max-width: 480px) {
            body#front-page #mainimg .txtbox .innerbox .eg_copy {
              font-size: 4em;
              bottom: 0.8em; } }
  body#front-page .news_innerbox {
    padding-right: 0; }
    body#front-page .news_innerbox #top_news {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 3;
      margin-top: -4em;
      /* -------------------------- 新着表示ボックス ------------------------------------------- */ }
      @media screen and (max-width: 768px) {
        body#front-page .news_innerbox #top_news {
          padding-bottom: 5.2em; } }
      @media screen and (max-width: 480px) {
        body#front-page .news_innerbox #top_news {
          margin-top: -9em; } }
      body#front-page .news_innerbox #top_news .newsbox {
        position: absolute;
        top: 0;
        left: 30%;
        right: auto;
        bottom: auto;
        width: 70%;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #3bc7ea), to(#19eabb));
        background: -webkit-linear-gradient(left, #3bc7ea 0, #19eabb 100%);
        background: -moz-linear-gradient(left, #3bc7ea 0, #19eabb 100%);
        background: -o-linear-gradient(left, #3bc7ea 0, #19eabb 100%);
        background: linear-gradient(90deg, #3bc7ea 0, #19eabb 100%);
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        /* ヘッダー ------------------------------------------- */
        /* 記事一覧 ------------------------------------------- */ }
        @media screen and (max-width: 1280px) {
          body#front-page .news_innerbox #top_news .newsbox {
            left: 20%;
            width: 80%; } }
        @media screen and (max-width: 768px) {
          body#front-page .news_innerbox #top_news .newsbox {
            left: 0;
            width: 100%; } }
        body#front-page .news_innerbox #top_news .newsbox .topnews_hd {
          width: 9em;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 1.3em 2em; }
          @media screen and (max-width: 480px) {
            body#front-page .news_innerbox #top_news .newsbox .topnews_hd {
              width: 7em;
              padding: 1.3em 1em; } }
          body#front-page .news_innerbox #top_news .newsbox .topnews_hd h2 {
            font-family: century-gothic, sans-serif !important;
            font-weight: 400;
            font-style: normal;
            font-size: 1.5em;
            letter-spacing: 0.1em;
            color: #fff; }
          body#front-page .news_innerbox #top_news .newsbox .topnews_hd .btn {
            width: 100%; }
            body#front-page .news_innerbox #top_news .newsbox .topnews_hd .btn a {
              width: 100%;
              background: #fff;
              color: #256b7f;
              padding-left: 0;
              padding-right: 0; }
              body#front-page .news_innerbox #top_news .newsbox .topnews_hd .btn a::after {
                background: url("../../../images/ya2.svg") no-repeat 0 50%;
                background-size: contain; }
              @media screen and (max-width: 480px) {
                body#front-page .news_innerbox #top_news .newsbox .topnews_hd .btn a {
                  width: 2.6em;
                  height: 2.6em; } }
              body#front-page .news_innerbox #top_news .newsbox .topnews_hd .btn a span {
                left: -0.8em; }
                @media screen and (max-width: 480px) {
                  body#front-page .news_innerbox #top_news .newsbox .topnews_hd .btn a span {
                    display: none; } }
        body#front-page .news_innerbox #top_news .newsbox .toppost {
          width: calc( 100% - 9em );
          padding: 1.7em 2em 1.3em 0; }
          @media screen and (max-width: 480px) {
            body#front-page .news_innerbox #top_news .newsbox .toppost {
              width: calc( 100% - 7em );
              padding: 1.7em 1em 1.3em 0; } }
          body#front-page .news_innerbox #top_news .newsbox .toppost li a .date {
            padding-right: 1em; }
  body#front-page #staff_photo {
    padding-bottom: 1em; }
  body#front-page #about_us {
    padding: 0;
    z-index: 1;
    /* -------------------------- コンテンツ内容 ------------------------------------------- */
    /* -------------------------- スタッフ写真 ------------------------------------------- */ }
    @media screen and (max-width: 1280px) {
      body#front-page #about_us {
        padding-bottom: 10em; } }
    body#front-page #about_us .innerbox {
      width: 69%;
      background: #256b7f;
      color: #fff;
      padding: 10em;
      z-index: auto;
      /* テキスト重なり */
      /* 実績数 ------------------------------------------- */
      /* テキスト ------------------------------------------- */
      /* 飛沫 */ }
      @media screen and (max-width: 1280px) {
        body#front-page #about_us .innerbox {
          padding: 5.2em; } }
      @media screen and (max-width: 768px) {
        body#front-page #about_us .innerbox {
          width: 80%;
          padding: 5.2em 2.6em; } }
      @media screen and (max-width: 480px) {
        body#front-page #about_us .innerbox {
          width: 90%;
          padding: 5.2em 2em; } }
      body#front-page #about_us .innerbox .topsec_hd, body#front-page #about_us .innerbox p {
        position: relative;
        z-index: 2; }
        @media screen and (max-width: 480px) {
          body#front-page #about_us .innerbox .topsec_hd .copy .spbr, body#front-page #about_us .innerbox p .copy .spbr {
            display: block; } }
      body#front-page #about_us .innerbox p .jissekisuu {
        font-size: 4em;
        line-height: 1em;
        font-family: a-otf-gothic-bbb-pr6n, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif !important;
        font-weight: 400;
        font-style: normal;
        font-weight: 600;
        padding: 0 0.05em; }
      body#front-page #about_us .innerbox p.sub_copy {
        padding-bottom: 0; }
        body#front-page #about_us .innerbox p.sub_copy strong {
          display: block;
          color: #256b7f;
          font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
          font-weight: 500;
          font-style: normal;
          font-size: 2em;
          line-height: 1.5625em; }
          @media screen and (max-width: 1280px) {
            body#front-page #about_us .innerbox p.sub_copy strong {
              font-size: 1.5em; } }
          @media screen and (max-width: 768px) {
            body#front-page #about_us .innerbox p.sub_copy strong {
              font-size: 1.3em; } }
          @media screen and (max-width: 480px) {
            body#front-page #about_us .innerbox p.sub_copy strong {
              font-size: 1.1em; } }
      @media screen and (max-width: 1280px) {
        body#front-page #about_us .innerbox p span {
          display: inline; } }
      body#front-page #about_us .innerbox::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: url("../../../images/ink-omachisiteorimasita.svg") no-repeat 93% 0%;
        background-size: contain;
        -webkit-transform: translate(0, 0.8em);
        -moz-transform: translate(0, 0.8em);
        -ms-transform: translate(0, 0.8em);
        -o-transform: translate(0, 0.8em);
        transform: translate(0, 0.8em); }
    body#front-page #about_us .imgbox {
      width: 28%;
      position: absolute;
      top: auto;
      left: auto;
      right: 10em;
      bottom: -4em; }
      @media screen and (max-width: 1280px) {
        body#front-page #about_us .imgbox {
          width: 35%;
          right: 5.2em;
          bottom: 0; } }
      @media screen and (max-width: 768px) {
        body#front-page #about_us .imgbox {
          width: 50%;
          right: 2.6em; } }
      @media screen and (max-width: 480px) {
        body#front-page #about_us .imgbox {
          width: 70%;
          right: 1em;
          bottom: 2em; } }
      body#front-page #about_us .imgbox img {
        width: 100%;
        height: auto; }
  @media screen and (max-width: 768px) {
    body#front-page #solution {
      padding-bottom: 0; } }
  body#front-page #solution .innerbox {
    padding-top: 10em;
    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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media screen and (max-width: 1280px) {
      body#front-page #solution .innerbox {
        padding-top: 0; } }
    @media screen and (max-width: 768px) {
      body#front-page #solution .innerbox {
        display: block; } }
    body#front-page #solution .innerbox .txtbox {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 5.2em;
      z-index: 1;
      /* -------------------------- チェックボックス ------------------------------------------- */ }
      @media screen and (max-width: 1280px) {
        body#front-page #solution .innerbox .txtbox {
          padding-left: 2.6em; } }
      @media screen and (max-width: 768px) {
        body#front-page #solution .innerbox .txtbox {
          -webkit-box-flex: 0;
          -webkit-flex: none;
          -moz-box-flex: 0;
          -ms-flex: none;
          flex: none;
          width: 100%;
          padding-left: 18%; } }
      @media screen and (max-width: 480px) {
        body#front-page #solution .innerbox .txtbox {
          padding-left: 12%; } }
      body#front-page #solution .innerbox .txtbox ul.check_box {
        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 #solution .innerbox .txtbox ul.check_box li {
          font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
          font-weight: 600;
          font-style: normal;
          font-size: 1.96em;
          line-height: 1.5em;
          padding-bottom: 1em;
          padding-left: 1.5em;
          text-indent: -1.5em; }
          @media screen and (max-width: 1280px) {
            body#front-page #solution .innerbox .txtbox ul.check_box li {
              font-size: 1.2em; } }
          @media screen and (max-width: 768px) {
            body#front-page #solution .innerbox .txtbox ul.check_box li {
              font-size: 1.1em; } }
          body#front-page #solution .innerbox .txtbox ul.check_box li:last-child {
            padding-bottom: 0; }
          body#front-page #solution .innerbox .txtbox ul.check_box li::before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 1em;
            height: 1em;
            background: url("../../../images/icon_check.svg") no-repeat left bottom;
            background-size: contain;
            margin-right: 0.5em;
            -webkit-transform: translate(0, -0.1em);
            -moz-transform: translate(0, -0.1em);
            -ms-transform: translate(0, -0.1em);
            -o-transform: translate(0, -0.1em);
            transform: translate(0, -0.1em); }
    body#front-page #solution .innerbox .imgbox {
      width: 35%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        body#front-page #solution .innerbox .imgbox {
          width: 50%;
          -webkit-transform: translate(-5.2em, -5.2em);
          -moz-transform: translate(-5.2em, -5.2em);
          -ms-transform: translate(-5.2em, -5.2em);
          -o-transform: translate(-5.2em, -5.2em);
          transform: translate(-5.2em, -5.2em); } }
      @media screen and (max-width: 480px) {
        body#front-page #solution .innerbox .imgbox {
          width: 70%;
          -webkit-transform: translate(-2em, 2.6em);
          -moz-transform: translate(-2em, 2.6em);
          -ms-transform: translate(-2em, 2.6em);
          -o-transform: translate(-2em, 2.6em);
          transform: translate(-2em, 2.6em); } }
      body#front-page #solution .innerbox .imgbox img {
        width: 100%;
        height: auto; }
  body#front-page #top_service {
    padding-top: 5.2em;
    background: #fff;
    text-align: center;
    z-index: 2;
    /* -------------------------- コンテンツ内容 ------------------------------------------- */
    /* サービス内容 ------------------------------------------- */
    /* 下部テキスト ------------------------------------------- */ }
    @media screen and (max-width: 1280px) {
      body#front-page #top_service {
        padding-top: 0; } }
    body#front-page #top_service .service_list {
      padding-bottom: 5.2em; }
      @media screen and (max-width: 1280px) {
        body#front-page #top_service .service_list {
          padding-bottom: 2.6em; } }
      @media screen and (max-width: 768px) {
        body#front-page #top_service .service_list {
          margin-top: -2.6em; } }
      body#front-page #top_service .service_list li {
        /* アイコン */
        /* テキスト */ }
        @media screen and (max-width: 768px) {
          body#front-page #top_service .service_list li {
            margin-top: 5.2em; } }
        body#front-page #top_service .service_list li .imgbox {
          width: 65%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin: 0 auto 1em auto; }
          @media screen and (max-width: 1280px) {
            body#front-page #top_service .service_list li .imgbox {
              margin-bottom: 0.5em; } }
          @media screen and (max-width: 768px) {
            body#front-page #top_service .service_list li .imgbox {
              margin-bottom: 1em; } }
          body#front-page #top_service .service_list li .imgbox span {
            display: block;
            width: 7em;
            height: 7em;
            margin: auto; }
            @media screen and (max-width: 1280px) {
              body#front-page #top_service .service_list li .imgbox span {
                width: 5em;
                height: 5em; } }
        body#front-page #top_service .service_list li .txtbox {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          body#front-page #top_service .service_list li .txtbox h3 {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
            font-weight: 600;
            font-style: normal;
            font-size: 1.25em;
            line-height: 1.5em;
            padding-bottom: 0.5em; }
            @media screen and (max-width: 1280px) {
              body#front-page #top_service .service_list li .txtbox h3 {
                font-size: 1em; } }
            @media screen and (max-width: 768px) {
              body#front-page #top_service .service_list li .txtbox h3 {
                font-size: 1.2em;
                padding-bottom: 0.25em; } }
            @media screen and (max-width: 480px) {
              body#front-page #top_service .service_list li .txtbox h3 {
                font-size: 0.9em;
                padding-bottom: 0.25em; } }
          body#front-page #top_service .service_list li .txtbox p {
            line-height: 1.5em; }
            @media screen and (max-width: 1280px) {
              body#front-page #top_service .service_list li .txtbox p {
                font-size: 0.8em; } }
            @media screen and (max-width: 768px) {
              body#front-page #top_service .service_list li .txtbox p {
                font-size: 0.9em; }
                body#front-page #top_service .service_list li .txtbox p .npbr {
                  display: inline; } }
            @media screen and (max-width: 480px) {
              body#front-page #top_service .service_list li .txtbox p {
                font-size: 0.8em; }
                body#front-page #top_service .service_list li .txtbox p .npbr {
                  display: block; } }
    @media screen and (max-width: 480px) {
      body#front-page #top_service .benetxt {
        text-align: left;
        font-size: 0.8em; }
        body#front-page #top_service .benetxt .tbbr {
          display: inline; } }
  body#front-page #top_works {
    background: url("../../../images/ink-works.png") no-repeat 0 0/58% auto, -webkit-gradient(linear, left top, right top, color-stop(0, #c7dee4), color-stop(70%, #c7dee4), color-stop(70%, transparent), to(transparent));
    background: url("../../../images/ink-works.png") no-repeat 0 0/58% auto, -webkit-linear-gradient(left, #c7dee4 0, #c7dee4 70%, transparent 70%, transparent 100%);
    background: url("../../../images/ink-works.png") no-repeat 0 0/58% auto, -moz-linear-gradient(left, #c7dee4 0, #c7dee4 70%, transparent 70%, transparent 100%);
    background: url("../../../images/ink-works.png") no-repeat 0 0/58% auto, -o-linear-gradient(left, #c7dee4 0, #c7dee4 70%, transparent 70%, transparent 100%);
    background: url("../../../images/ink-works.png") no-repeat 0 0/58% auto, linear-gradient(90deg, #c7dee4 0, #c7dee4 70%, transparent 70%, transparent 100%);
    /* -------------------------- ヘッダー ------------------------------------------- */
    /* -------------------------- メイン制作実績 ------------------------------------------- */
    /* -------------------------- 最新の制作実績 ------------------------------------------- */ }
    @media screen and (max-width: 480px) {
      body#front-page #top_works .topsec_hd p br {
        display: none; } }
    @media screen and (max-width: 1280px) {
      body#front-page #top_works .main_works {
        display: block; } }
    body#front-page #top_works .main_works li {
      text-align: center; }
      @media screen and (max-width: 1280px) {
        body#front-page #top_works .main_works li {
          width: 60%; }
          body#front-page #top_works .main_works li:nth-child(2n) {
            margin-left: 40%; } }
      @media screen and (max-width: 768px) {
        body#front-page #top_works .main_works li {
          width: 80%; }
          body#front-page #top_works .main_works li:nth-child(2n) {
            margin-left: 20%; } }
      @media screen and (max-width: 480px) {
        body#front-page #top_works .main_works li {
          width: 100%; }
          body#front-page #top_works .main_works li:nth-child(2n) {
            margin-left: 0; } }
      body#front-page #top_works .main_works li a {
        color: #000; }
        body#front-page #top_works .main_works li a .imgbox {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-bottom: 1em;
          overflow: hidden; }
          body#front-page #top_works .main_works li a .imgbox::before {
            content: "";
            display: block;
            padding-top: 56.25%; }
          body#front-page #top_works .main_works li a .imgbox span {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto; }
          body#front-page #top_works .main_works li a .imgbox img {
            width: 100%;
            height: auto;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
        body#front-page #top_works .main_works li a:hover .imgbox 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); }
    body#front-page #top_works .new_works {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 5.2em;
      padding-bottom: 2.6em; }
      body#front-page #top_works .new_works .topsec_hd {
        padding-bottom: 2.6em; }
        body#front-page #top_works .new_works .topsec_hd .sec_ttl {
          padding-bottom: 0; }
  body#front-page #top_review {
    background: url("../../../images/ink03.png") no-repeat right top;
    background-size: 70% auto;
    /* -------------------------- コンテンツ内容 ------------------------------------------- */ }
    body#front-page #top_review .innerbox {
      /* お客様の声一覧 ------------------------------------------- */ }
      body#front-page #top_review .innerbox .rv_list li .imgbox {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        body#front-page #top_review .innerbox .rv_list li .imgbox img {
          width: 100%;
          height: auto; }
      body#front-page #top_review .innerbox .rv_list li .txtbox {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center; }
        body#front-page #top_review .innerbox .rv_list li .txtbox h3 {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
          font-weight: 600;
          font-style: normal;
          font-size: 1.25em;
          line-height: 1.5em;
          padding-top: 1em;
          padding-bottom: 0.5em; }
          @media screen and (max-width: 1280px) {
            body#front-page #top_review .innerbox .rv_list li .txtbox h3 {
              font-size: 1em; } }
          @media screen and (max-width: 768px) {
            body#front-page #top_review .innerbox .rv_list li .txtbox h3 {
              font-size: 1.2em;
              padding-bottom: 0.25em; } }
          @media screen and (max-width: 480px) {
            body#front-page #top_review .innerbox .rv_list li .txtbox h3 {
              font-size: 0.9em;
              padding-bottom: 0.25em; } }
        body#front-page #top_review .innerbox .rv_list li .txtbox p {
          text-align: left;
          line-height: 1.5em; }
          @media screen and (max-width: 1280px) {
            body#front-page #top_review .innerbox .rv_list li .txtbox p {
              font-size: 0.8em; } }
          @media screen and (max-width: 768px) {
            body#front-page #top_review .innerbox .rv_list li .txtbox p {
              font-size: 0.9em; } }
          @media screen and (max-width: 480px) {
            body#front-page #top_review .innerbox .rv_list li .txtbox p {
              font-size: 0.8em; } }
  body#front-page #top_interview {
    /* -------------------------- コンテンツ内容 ------------------------------------------- */ }
    body#front-page #top_interview .innerbox {
      padding-top: 10em;
      background: linear-gradient(90deg, #fff 0, #fff 20%, transparent 20%, transparent 100%), linear-gradient(180deg, #256b7f 0, #256b7f 62%, transparent 62%, transparent 100%);
      /* ヘッダー ------------------------------------------- */
      /* スタッフ一覧 ------------------------------------------- */
      /* 一覧へのボタン ------------------------------------------- */ }
      @media screen and (max-width: 768px) {
        body#front-page #top_interview .innerbox {
          background: linear-gradient(90deg, #fff 0, #fff 10%, transparent 10%, transparent 100%), linear-gradient(180deg, #256b7f 0, #256b7f 90%, transparent 90%, transparent 100%); } }
      @media screen and (max-width: 1280px) {
        body#front-page #top_interview .innerbox {
          padding-top: 5.2em; } }
      @media screen and (max-width: 480px) {
        body#front-page #top_interview .innerbox {
          padding-top: 2.6em; } }
      body#front-page #top_interview .innerbox .topsec_hd {
        text-align: right;
        color: #fff; }
      body#front-page #top_interview .innerbox .staff_list {
        z-index: 2; }
      body#front-page #top_interview .innerbox .interview_btn {
        text-align: right;
        padding-top: 2.6em; }
  body#front-page #top_newslist {
    background: #eeeeee; }
    @media screen and (max-width: 480px) {
      body#front-page #top_newslist .topsec_hd .sec_ttl.ttl_bg::before {
        -webkit-transform: translate(-1em, 0);
        -moz-transform: translate(-1em, 0);
        -ms-transform: translate(-1em, 0);
        -o-transform: translate(-1em, 0);
        transform: translate(-1em, 0);
        left: 0; } }
  body#front-page #top_blog {
    background: #fff; }
    body#front-page #top_blog .topsec_hd .sec_ttl.ttl_bg::before {
      -webkit-transform: scale(1.6, 1) translate(-31.25%, 0);
      -moz-transform: scale(1.6, 1) translate(-31.25%, 0);
      -ms-transform: scale(1.6, 1) translate(-31.25%, 0);
      -o-transform: scale(1.6, 1) translate(-31.25%, 0);
      transform: scale(1.6, 1) translate(-31.25%, 0); }
      @media screen and (max-width: 480px) {
        body#front-page #top_blog .topsec_hd .sec_ttl.ttl_bg::before {
          -webkit-transform: scale(1.4, 1) translate(0.5em, 0);
          -moz-transform: scale(1.4, 1) translate(0.5em, 0);
          -ms-transform: scale(1.4, 1) translate(0.5em, 0);
          -o-transform: scale(1.4, 1) translate(0.5em, 0);
          transform: scale(1.4, 1) translate(0.5em, 0);
          left: 0; } }

/* ===========================================================================================================
　　　　　　　　　固定ページ
=========================================================================================================== */
body:not(#front-page)::before {
  content: "";
  display: block;
  background: url("../../../images/ink01.png") no-repeat 0 0;
  background-size: contain;
  position: fixed;
  top: -10em;
  left: -10em;
  right: 50%;
  bottom: 0;
  margin: auto;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 1; }
  @media screen and (max-width: 1280px) {
    body:not(#front-page)::before {
      top: -5.2em;
      left: -5.2em;
      right: 40%; } }
  @media screen and (max-width: 768px) {
    body:not(#front-page)::before {
      top: -2.6em;
      left: -2.6em;
      right: 30%; } }
  @media screen and (max-width: 480px) {
    body:not(#front-page)::before {
      right: 10%; } }
body:not(#front-page) .innerbox {
  z-index: 2; }

/* ================= ヘッダー ============================================================ */
.page-header {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10em 0;
  overflow: hidden; }
  .single-staff_interview .page-header {
    padding-bottom: 2.6em; }
  @media screen and (max-width: 480px) {
    .page-header {
      padding: 5.2em 0; }
      .single-staff_interview .page-header {
        padding-bottom: 2.6em; } }
  .page-header .innerbox {
    /* -------------------------- 英語コピー ------------------------------------------- */
    /* -------------------------- 日本語タイトル ------------------------------------------- */
    /* -------------------------- サブタイトル ------------------------------------------- */ }
    .page-header .innerbox .eg_copy {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 3.75em;
      line-height: 1.5em;
      color: #000;
      /* 英語装飾コピー ------------------------------------------- */ }
      @media screen and (max-width: 1280px) {
        .page-header .innerbox .eg_copy {
          font-size: 4em; } }
      @media screen and (max-width: 768px) {
        .page-header .innerbox .eg_copy {
          font-size: 3em; } }
      @media screen and (max-width: 480px) {
        .page-header .innerbox .eg_copy {
          font-size: 2em; } }
      .page-header .innerbox .eg_copy .eg_deco {
        font-size: 0.4em;
        display: block;
        line-height: 1.2em;
        color: #256b7f; }
        @media screen and (max-width: 480px) {
          .page-header .innerbox .eg_copy .eg_deco {
            font-size: 0.45em; } }
    .page-header .innerbox .page_ttl {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
      font-weight: 600;
      font-style: normal;
      font-size: 2em;
      line-height: 1.5em;
      padding-top: 0.75em; }
      @media screen and (max-width: 768px) {
        .page-header .innerbox .page_ttl {
          font-size: 1.5em;
          padding-top: 1.5em; } }
      @media screen and (max-width: 480px) {
        .page-header .innerbox .page_ttl {
          font-size: 1.35em;
          padding-top: 1.25em; } }
    .page-header .innerbox .sub_ttl {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
      font-weight: 500;
      font-style: normal;
      font-size: 1em;
      line-height: 1.5em;
      padding-top: 0.25em; }

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.freepage-ctt {
  padding-top: 0;
  padding-bottom: 0; }
  .freepage-ctt .sec {
    padding: 10em 0; }
    @media screen and (max-width: 480px) {
      .freepage-ctt .sec {
        padding: 5.2em 0; } }

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

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

.sec_bg2 {
  background: #eeeeee; }

.sec_bg3 {
  background: #256b7f;
  color: #fff; }

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

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75em;
  line-height: 1.5em;
  padding-bottom: 2.97em; }
  @media screen and (max-width: 768px) {
    .parts-h3 {
      font-size: 1.5em;
      padding-bottom: 3.47em; } }
  @media screen and (max-width: 480px) {
    .parts-h3 {
      padding-bottom: 1.73em; } }

.parts-h4 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  padding-top: 3em;
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .parts-h4 {
      font-size: 1.3em; } }

/* 大きな数字 */
.lnmb {
  font-family: century-gothic, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 4em;
  display: block;
  line-height: 1em;
  padding-bottom: 0.01em;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #256b7f; }
  @media screen and (max-width: 480px) {
    .lnmb {
      font-size: 3em; } }

/* 左寄せ・幅指定中央配置テキスト */
.centerbox {
  max-width: 800px;
  margin: 0 auto; }

/* ------------ 段落 -------------------------------- */
.freepage-ctt .sec p {
  padding-bottom: 5.2em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */ }
  @media screen and (max-width: 480px) {
    .freepage-ctt .sec p {
      padding-bottom: 2.6em; } }
  .freepage-ctt .sec p.btmmin {
    padding-bottom: 2em; }
  .freepage-ctt .sec p.parts-copy {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .freepage-ctt .sec p.parts-copy {
        font-size: 1.3em; } }
  .freepage-ctt .sec p.note {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.7em;
    padding-bottom: 5.2em;
    padding-left: 1.2em;
    text-indent: -0.65em;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    color: #256b7f; }
    @media screen and (max-width: 480px) {
      .freepage-ctt .sec p.note {
        padding-bottom: 2.6em; } }
    .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-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em; }

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
.freepage-ctt .sec .bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 5.2em;
  background: #fff;
  color: #000; }
  .sec_bg1 .freepage-ctt .sec .bbox {
    background: url("../../../images/bg2.png") repeat 0 0, -webkit-gradient(linear, left top, right top, color-stop(0, #3bc7ea), to(#19eabb));
    background: url("../../../images/bg2.png") repeat 0 0, -webkit-linear-gradient(left, #3bc7ea 0, #19eabb 100%);
    background: url("../../../images/bg2.png") repeat 0 0, -moz-linear-gradient(left, #3bc7ea 0, #19eabb 100%);
    background: url("../../../images/bg2.png") repeat 0 0, -o-linear-gradient(left, #3bc7ea 0, #19eabb 100%);
    background: url("../../../images/bg2.png") repeat 0 0, linear-gradient(90deg, #3bc7ea 0, #19eabb 100%); }
  @media screen and (max-width: 768px) {
    .freepage-ctt .sec .bbox {
      padding: 2.6em; } }
  .freepage-ctt .sec .bbox a {
    color: #000; }
  .freepage-ctt .sec .bbox h3 {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1.5em; }
    @media screen and (max-width: 768px) {
      .freepage-ctt .sec .bbox h3 {
        font-size: 1.5em; } }
  .freepage-ctt .sec .bbox p {
    padding-bottom: 2em; }
    .freepage-ctt .sec .bbox p:last-child {
      padding-bottom: 0; }

/* =============== 画像 ========================================================= */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 5.2em;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .parts-100img {
      padding-bottom: 2.6em; } }
  .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: 5.2em; }
  @media screen and (max-width: 480px) {
    .box_imglefttxt,
    .box_imgrighttxt {
      padding-bottom: 2.6em; } }
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 40%;
    position: relative;
    padding-bottom: 1em;
    /* 画像 */ }
    @media screen and (max-width: 1280px) {
      .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%; } }
    .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 h3 {
  font-family: century-gothic, a-otf-futo-go-b101-pr6n, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif !important;
  font-size: 2em;
  line-height: 1.5em;
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .imgtxt_txtbox h3 {
      font-size: 1.8em; } }
  @media screen and (max-width: 480px) {
    .imgtxt_txtbox h3 {
      font-size: 1.5em;
      padding-bottom: 0.67em; } }

/* ------------ 2～4つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box; }
  .imgbox_txtarea h3 {
    font-family: century-gothic, a-otf-futo-go-b101-pr6n, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif !important;
    font-size: 1.2em;
    line-height: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em; }
  .imgbox_txtarea p {
    padding-bottom: 0; }

/* 2つ並び画像テキストボックス -------------------------------- */
.img2box {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5.2em;
  /* リスト */ }
  .img2box 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-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: -2em; }
    .img2box ul li {
      width: 47%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 2em;
      /* 画像 */ }
      @media screen and (max-width: 480px) {
        .img2box ul li {
          width: 100%; } }
      .img2box ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }
  @media screen and (max-width: 480px) {
    .img2box.imghbox ul li {
      width: 47%; } }

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5.2em;
  /* リスト */ }
  .img3txtbox 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: -3em; }
    @media screen and (max-width: 480px) {
      .img3txtbox ul {
        margin-top: -2.6em; } }
    .img3txtbox ul li {
      width: 31%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      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 {
          width: 100%;
          margin-right: 0; } }
      @media screen and (max-width: 480px) {
        .img3txtbox ul li {
          margin-top: 2.6em; } }
      .img3txtbox ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }
  @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 {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5.2em;
  /* リスト */ }
  @media screen and (max-width: 480px) {
    .img4txtbox {
      padding-bottom: 2.6em; } }
  .img4txtbox 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: -3em; }
    @media screen and (max-width: 480px) {
      .img4txtbox ul {
        margin-top: -2.6em; } }
    .img4txtbox ul li {
      width: 23.5%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 2%;
      margin-top: 3em;
      /* 画像 */ }
      @media screen and (min-width: 769px) {
        .img4txtbox ul li:nth-child(4n) {
          margin-right: 0; } }
@media screen and (max-width: 768px) and (min-width: 481px) {
  .img4txtbox ul li {
    width: 49%; }
    .img4txtbox ul li:nth-child(2n) {
      margin-right: 0; } }

      @media screen and (max-width: 480px) {
        .img4txtbox ul li {
          width: 100%;
          margin-top: 2.6em; } }
      .img4txtbox ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }
@media screen and (max-width: 1280px) 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; } }

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 5.2em;
  margin: 0 auto;
  margin-bottom: 5.2em;
  position: relative;
  background: #fff;
  /* 見出し */
  /* リスト */ }
  .sec_bg1 .no_list {
    background: #eeeeee; }
  @media screen and (max-width: 768px) {
    .no_list {
      padding: 2.6em; } }
  @media screen and (max-width: 480px) {
    .no_list {
      margin-bottom: 2.6em; } }
  .no_list h3 {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1.5em; }
    @media screen and (max-width: 768px) {
      .no_list h3 {
        font-size: 1.25em; } }
  .no_list ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.5em; }
    .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.7em;
      padding-bottom: 1.5em; }
      .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: 5.2em;
  margin: 0 auto;
  margin-bottom: 5.2em;
  background: #fff;
  /* 見出し */
  /* リスト */ }
  .sec_bg1 .check_list {
    background: #eeeeee; }
  @media screen and (max-width: 768px) {
    .check_list {
      padding: 2.6em; } }
  @media screen and (max-width: 480px) {
    .check_list {
      margin-bottom: 2.6em; } }
  .check_list h3 {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1.5em; }
    @media screen and (max-width: 768px) {
      .check_list h3 {
        font-size: 1.25em; } }
  .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: 400;
        color: #256b7f; }
      .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: 5.2em;
  margin: 0 auto;
  margin-bottom: 5.2em;
  position: relative;
  background: #fff;
  /* 見出し */
  /* リスト */ }
  .sec_bg1 .order_list {
    background: #eeeeee; }
  @media screen and (max-width: 768px) {
    .order_list {
      padding: 2.6em; } }
  @media screen and (max-width: 480px) {
    .order_list {
      margin-bottom: 2.6em; } }
  .order_list h3 {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1.5em; }
    @media screen and (max-width: 768px) {
      .order_list h3 {
        font-size: 1.25em; } }
  .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: century-gothic, sans-serif !important;
        font-weight: 400;
        font-style: normal;
        font-size: 1.5em;
        color: #256b7f; }
      .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: 5.2em;
  /* 見出し */
  /* リスト */ }
  @media screen and (max-width: 480px) {
    .table_list {
      margin-bottom: 2.6em; } }
  .table_list h3 {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 0.5em; }
    @media screen and (max-width: 768px) {
      .table_list h3 {
        font-size: 1.25em; } }
  .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; }
    .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-bottom: 0.3em; }
      .table_list ul li:last-child {
        padding-bottom: 0; }
      .table_list ul li .tablelist_th,
      .table_list ul li .tablelist_td {
        padding: 1em;
        font-size: 1em;
        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;
            text-align: left; } }
      .table_list ul li .tablelist_th {
        font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
        font-weight: 500;
        font-style: normal;
        width: 30%;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #3bc7ea), to(#19eabb));
        background: -webkit-linear-gradient(left, #3bc7ea 0, #19eabb 100%);
        background: -moz-linear-gradient(left, #3bc7ea 0, #19eabb 100%);
        background: -o-linear-gradient(left, #3bc7ea 0, #19eabb 100%);
        background: linear-gradient(90deg, #3bc7ea 0, #19eabb 100%);
        color: #fff; }
        @media screen and (max-width: 768px) {
          .table_list ul li .tablelist_th {
            width: 100%;
            font-weight: bold; } }
      .table_list ul li .tablelist_td {
        width: 70%;
        background: #fff; }
        .sec_bg1 .table_list ul li .tablelist_td {
          background: #eeeeee; }
        @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: 5.2em;
  padding: 5.2em;
  background: #fff;
  color: #256b7f;
  /* 見出し */
  /* リスト */ }
  .sec_bg1 .note_list {
    background: #eeeeee; }
  @media screen and (max-width: 768px) {
    .note_list {
      padding: 2.6em; } }
  @media screen and (max-width: 480px) {
    .note_list {
      margin-bottom: 2.6em; } }
  .note_list h3 {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      .note_list h3 {
        font-size: 1.3em;
        font-weight: 500; } }
  .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: 400;
      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; }

/* =============== Youtube動画 ========================================================= */
.videobox .imgtxt_imgbox {
  width: 60%; }

.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; }
  @media screen and (max-width: 480px) {
    .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 {
  margin-bottom: 0; }
  @media screen and (max-width: 480px) {
    .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 {
      margin-bottom: 0; } }

.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0; }
  @media screen and (max-width: 480px) {
    .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; }
  @media screen and (max-width: 480px) {
    .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; }
    @media screen and (max-width: 480px) {
      .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; }
  @media screen and (max-width: 480px) {
    li .youtube_box:last-child {
      margin-bottom: 0; } }

.imgtxt_imgbox .youtube_box {
  margin-bottom: 0; }
  @media screen and (max-width: 480px) {
    .imgtxt_imgbox .youtube_box {
      margin-bottom: 0; } }

/* ================= インタビュー ============================================================ */
#interview_sec {
  padding-top: 0; }

.staff_mainimg {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2; }

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
#postlist .wrapper {
  background: #fff; }

/* ================= 共通パーツ ============================================================ */
/* 新着ヘッダー */
#postlist .page-header .innerbox .eg_copy .eg,
#newspost .page-header .innerbox .eg_copy .eg {
  font-size: 0.6em; }
#postlist .page-header .innerbox .sub_ttl,
#newspost .page-header .innerbox .sub_ttl {
  font-family: century-gothic, a-otf-futo-go-b101-pr6n, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif !important;
  padding-top: 2em;
  font-size: 1.3em; }
  #postlist .page-header .innerbox .sub_ttl .eg,
  #newspost .page-header .innerbox .sub_ttl .eg {
    font-size: 0.7em; }
#postlist .page-header .innerbox .btn,
#newspost .page-header .innerbox .btn {
  position: absolute;
  top: 8em;
  left: auto;
  right: 12.5%;
  bottom: auto; }

/* 新着フッター */
.footer-post {
  background: #eeeeee; }
  .footer-post .btn {
    padding-bottom: 2.6em; }
  .footer-post h2.eg {
    font-family: century-gothic, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 1em;
    padding-bottom: 0.25em; }
  .footer-post select {
    font-family: a-otf-gothic-bbb-pr6n, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    border: none;
    background: #fff;
    padding: 0.5em 1em;
    line-height: 1em;
    cursor: pointer; }

/* ================= 一覧ページ ============================================================ */
.plist_sec {
  padding-top: 0; }

/* ページナビゲーション */
.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: 10em; }
  @media screen and (max-width: 768px) {
    .pager {
      padding-top: 5.2em; } }
  .pager a {
    text-decoration: none;
    color: #256b7f; }
  .pager p {
    padding-bottom: 0;
    padding-left: 0.5em;
    padding-right: 0.5em; }
  .pager .no-link {
    color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .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: century-gothic, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em; }
    .pager .nth-box .current {
      font-size: 1.2em;
      display: inline-block;
      color: #000;
      opacity: 0.5;
      filter: alpha(opacity=50);
      padding: 0 0.5em; }
    .pager .nth-box a {
      display: inline-block;
      padding: 0 0.5em;
      color: #256b7f; }

/* ================= 記事ページ ============================================================ */
/* -------------------------- ナビゲーション ------------------------------------------- */
.post-navigation {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5em;
  padding: 5.2em 0 10em 0; }
  @media screen and (max-width: 1280px) {
    .post-navigation {
      padding-bottom: 5.2em; } }

.screen-reader-text,
.nav-subtitle,
.meta-nav,
.nav-links svg,
.nav-links br {
  display: none; }

.nav-next {
  text-align: right; }

/* 矢印 ------------------------------------------- */
.nav-previous a {
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #20bae5;
  -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; }
  .nav-previous a:hover {
    -webkit-transform: translate(-0.5em, 0);
    -moz-transform: translate(-0.5em, 0);
    -ms-transform: translate(-0.5em, 0);
    -o-transform: translate(-0.5em, 0);
    transform: translate(-0.5em, 0); }
  .nav-previous a::after {
    content: "";
    display: block;
    width: 2em;
    height: 0.8em;
    background: url("../../../images/ya.svg") no-repeat right 50%;
    background-size: contain;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    margin: auto; }

.nav-next a {
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #20bae5;
  -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; }
  .nav-next a:hover {
    -webkit-transform: translate(0.5em, 0);
    -moz-transform: translate(0.5em, 0);
    -ms-transform: translate(0.5em, 0);
    -o-transform: translate(0.5em, 0);
    transform: translate(0.5em, 0); }
  .nav-next a::after {
    content: "";
    display: block;
    width: 2em;
    height: 0.8em;
    background: url("../../../images/ya.svg") no-repeat right 50%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    margin: auto; }

/* 前後タイトル ------------------------------------------- */
.nav-links {
  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;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding-top: 0; }
  @media screen and (max-width: 480px) {
    .nav-links {
      padding-bottom: 5em; } }

.nav-previous,
.nav-next {
  width: 48%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em; }
  .nav-previous p,
  .nav-next p {
    padding-bottom: 0; }

/* あふれた文字･･･表示 */
.post-title {
  display: block;
  line-height: 1.5em;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2.5em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */ }

.nav-next .post-title {
  padding-left: 0;
  padding-right: 2.5em; }

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