@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: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1vw;
  line-height: 2em;
  letter-spacing: 0em;
  background: #ffffff;
  color: #000000;
}
@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;
  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: 5em 0;
  }
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 10em;
}
@media screen and (max-width: 1280px) {
  .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@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 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

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

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

/* 欧文フォント */
.eg,
.eg_copy {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1em;
}

.eg_deco {
  font-family: adobe-handwriting-ernie, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1bb8ce;
}

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

/* 文字寄せ */
.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: 5em;
}
@media screen and (max-width: 1280px) {
  .topsec_hd {
    padding-bottom: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .topsec_hd {
    padding-bottom: 2em;
  }
}
.topsec_hd .sec_ttl {
  font-size: 2em;
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 700;
  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 .copy {
  padding-bottom: 0;
}
.topsec_hd .copy strong {
  display: block;
  font-size: 3em;
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 900;
  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: #004098;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

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

.imgbox {
  line-height: 0;
}

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

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

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

.lazyload1 {
  transform: translate(0, 2.5em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

.lazyload2 {
  transform: translate(-2.5em, 0);
}
.lazyload2.lazyloaded {
  transform: translate(0, 0);
}

.lazyload3 {
  transform: translate(2.5em, 0);
}
.lazyload3.lazyloaded {
  transform: translate(0, 0);
}

.lazyload4 {
  transform: translate(0, -2.5em);
}
.lazyload4.lazyloaded {
  transform: translate(0, 0);
}

/* リンク */
a {
  text-decoration: none;
  color: #004098;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #ea5504;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ボタン */
.btn a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 12.5em;
  height: 2.6em;
  padding: 0.6em;
  line-height: 1.5em;
  background: linear-gradient(90deg, #004098, #1bb8ce);
  color: #ffffff;
  border-radius: 1.5em;
  text-align: center;
}
.btn a:hover {
  transform: translate(0, 0.2em);
}
.btn a:hover::after {
  right: -0.3em;
}
.btn a span {
  transform: translate(0, 0) !important;
  position: relative;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
}
.btn a span.jp {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1em;
  bottom: 0.2em;
}
.btn a span.eg {
  font-size: 1em;
  bottom: 0.1em;
}

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

.flex {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.flex .fbox {
  position: relative;
  box-sizing: border-box;
}
.flex.flex3 {
  margin-top: -5%;
}
@media screen and (max-width: 480px) {
  .flex.flex3 {
    margin-top: -2.5em;
  }
}
.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: 480px) {
  .flex.flex3 .fbox {
    width: 100%;
    margin-top: 2.5em;
    margin-right: 0;
  }
}
.flex.flex4 {
  margin-top: -5%;
}
@media screen and (max-width: 768px) {
  .flex.flex4 {
    margin-top: -2.5em;
  }
}
.flex.flex4 .fbox {
  width: 25%;
  margin-top: 5%;
}
@media screen and (max-width: 768px) {
  .flex.flex4 .fbox {
    width: 50%;
    margin-top: 2.5em;
  }
}

/* 新着一覧 ------------------------------------------- */
.post_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  line-height: 1em;
}
.post_list li {
  width: 100%;
  position: relative;
  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対応 */
}
.post_list li:last-child {
  padding-bottom: 0;
  height: 1em;
}
.post_list li a .date {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  padding-right: 2em;
}
.post_list li a .post_ttl {
  font-size: 0.8em;
  color: #000000;
}

/* スタッフ一覧 ------------------------------------------- */
/* 常時画像アニメーション設定 */
.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);
  }
}
.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);
  }
}
/* 一覧 */
.staff_list.flex {
  justify-content: flex-end;
}
.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;
}
.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: flex;
  align-items: center;
  padding: 2em;
  /* スタッフ所属 */
  /* スタッフ情報 */
}
@media screen and (max-width: 1280px) {
  .staff_list .staff_box a .txtbox .txtinner {
    padding: 1.5em;
  }
}
.staff_list .staff_box a .txtbox .txtinner .staff_info {
  color: #ffffff;
  font-size: 1em;
  font-weight: normal !important;
  padding-bottom: 0.8em;
  transform-origin: 0 100%;
  /* 所属会社 */
  /* 所属部署 */
}
@media screen and (max-width: 1280px) {
  .staff_list .staff_box a .txtbox .txtinner .staff_info {
    width: 140%;
    transform: scale(0.7);
    padding-bottom: 0.5em;
    margin-top: -1.4em;
  }
}
@media screen and (max-width: 768px) {
  .staff_list .staff_box a .txtbox .txtinner .staff_info {
    width: 100%;
    transform: scale(0.9);
    padding-bottom: 0.5em;
    margin-top: -1em;
  }
}
@media screen and (max-width: 480px) {
  .staff_list .staff_box a .txtbox .txtinner .staff_info {
    width: 145%;
    transform: scale(0.7);
    padding-bottom: 0.5em;
    margin-top: -1.4em;
  }
}
.staff_list .staff_box a .txtbox .txtinner .staff_info .staff_company {
  display: block;
  font-size: 0.8em;
  line-height: 1.6em;
}
.staff_list .staff_box a .txtbox .txtinner .staff_info .staff_post {
  display: block;
  line-height: 1.6em;
  transform-origin: 0 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.3em;
}
.staff_list .staff_box a .txtbox .txtinner p {
  padding-bottom: 0;
  line-height: 1em;
  color: #1bb8ce;
  /* 名前 */
  /* 部署_英語表記 */
  /* 入社年 */
}
.staff_list .staff_box a .txtbox .txtinner p strong {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1em 0.1em;
}
.staff_list .staff_box a .txtbox .txtinner p .staff_name {
  display: block;
  font-size: 5em;
  line-height: 0.6em;
  margin-left: -0.1em;
}
@media screen and (max-width: 1280px) {
  .staff_list .staff_box a .txtbox .txtinner p .staff_name {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .staff_list .staff_box a .txtbox .txtinner p .staff_name {
    font-size: 1.2em;
  }
}
.staff_list .staff_box a .txtbox .txtinner p .staff_name.eg {
  font-weight: 800;
}
.staff_list .staff_box a .txtbox .txtinner p .staff_post_eg {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  font-size: 2.5em;
  line-height: 0.8em;
}
@media screen and (max-width: 1280px) {
  .staff_list .staff_box a .txtbox .txtinner p .staff_post_eg {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .staff_list .staff_box a .txtbox .txtinner p .staff_post_eg {
    font-size: 1.2em;
  }
}
.staff_list .staff_box a .txtbox .txtinner p .staff_year {
  display: block;
  color: #88d5e0;
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  padding-top: 0.75em;
  transform-origin: 0 0;
}
@media screen and (max-width: 1280px) {
  .staff_list .staff_box a .txtbox .txtinner p .staff_year {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 480px) {
  .staff_list .staff_box a .txtbox .txtinner p .staff_year {
    width: 150%;
    transform: scale(0.6);
    padding-top: 0.5em;
  }
}
.staff_list .staff_box a .txtbox .txtinner p .staff_year .eg {
  font-size: 1.5em;
  font-weight: 700;
  margin-right: -0.1em;
}
.staff_list .staff_box a .imgbox {
  width: 100%;
  position: relative;
  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;
  transition: 0.5s ease;
  backface-visibility: hidden;
  transform: rotateY(0deg);
}
.staff_list .staff_box a .imgbox img.img2 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  transform: rotateY(180deg);
  transition: 0.5s ease;
  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 {
  animation-delay: 1.5s;
}
.staff_list .staff_box:nth-child(2) .imgbox .img1,
.staff_list .staff_box:nth-child(2) .imgbox .img2 {
  animation-delay: 3s;
}
.staff_list .staff_box:nth-child(3) .imgbox .img1,
.staff_list .staff_box:nth-child(3) .imgbox .img2 {
  animation-delay: 4.5s;
}
.staff_list .staff_box:nth-child(4) .imgbox .img1,
.staff_list .staff_box:nth-child(4) .imgbox .img2 {
  animation-delay: 6s;
}
.staff_list .staff_box:nth-child(5) .imgbox .img1,
.staff_list .staff_box:nth-child(5) .imgbox .img2 {
  animation-delay: 7.5s;
}
.staff_list .staff_box:nth-child(6) .imgbox .img1,
.staff_list .staff_box:nth-child(6) .imgbox .img2 {
  animation-delay: 9s;
}
.staff_list .staff_box:nth-child(7) .imgbox .img1,
.staff_list .staff_box:nth-child(7) .imgbox .img2 {
  animation-delay: 10.5s;
}
.staff_list .staff_box:nth-child(8) .imgbox .img1,
.staff_list .staff_box:nth-child(8) .imgbox .img2 {
  animation-delay: 12s;
}

/* ================= フォーム ============================================================ */
/* ブラウザスタイル解除 */
@keyframes onAutoFillStart {}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important;
}

.formbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3.57em;
  background: #ffffff;
  color: #000000;
  /* -------------------------- Contact Form 7 ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .formbox {
    padding: 1.5em;
  }
}
.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em;
}
.formbox p {
  padding-bottom: 2em;
}
.formbox .wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 項目名（共通） */
  /* ラベルで挟まれた項目 */
  /* fieldsetで挟まれた項目 */
  /* チェックボックス・ラジオボタン */
  /* 承認確認 */
  /*送信ボタン*/
  /* エラーメッセージ */
}
.formbox .wpcf7-form .formname {
  width: 13em;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form .formname {
    width: 100%;
  }
}
.formbox .wpcf7-form label.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  /* 項目名 */
  /* フォーム内容 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt {
    display: block;
  }
}
.formbox .wpcf7-form label.formctt .formname {
  line-height: 1.7em;
  padding-top: 0.75em;
}
.formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
    flex: none;
  }
}
.formbox .wpcf7-form fieldset.formctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: none;
  padding-left: 13em;
  /* 項目名 */
  /* フォーム内容 */
  /* 改行 */
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt {
    padding-left: 0;
  }
}
.formbox .wpcf7-form fieldset.formctt .formname {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
@media screen and (max-width: 480px) {
  .formbox .wpcf7-form fieldset.formctt .formname {
    position: relative;
  }
}
.formbox .wpcf7-form fieldset.formctt .wpcf7-form-control-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.formbox .wpcf7-form fieldset.formctt br {
  display: none;
}
.formbox .wpcf7-form p {
  padding: 0 0 2em 0;
}
.formbox .wpcf7-form p span.must {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 1em;
  background: #ea5504;
  color: #ffffff;
  border-radius: 5em;
  line-height: 1em;
  padding: 0.4em 0.6em;
  margin-bottom: 0.5em;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form input[type=date],
.formbox .wpcf7-form input[type=number],
.formbox .wpcf7-form select,
.formbox .wpcf7-form textarea {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 5em;
  background: #eeeeee;
  border: none;
}
.formbox .wpcf7-form textarea {
  border-radius: 1.5em;
}
.formbox .wpcf7-form input[type=text],
.formbox .wpcf7-form input[type=email],
.formbox .wpcf7-form input[type=tel],
.formbox .wpcf7-form select {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .formbox .wpcf7-form input[type=text],
  .formbox .wpcf7-form input[type=email],
  .formbox .wpcf7-form input[type=tel],
  .formbox .wpcf7-form select {
    width: 100% !important;
  }
}
.formbox .wpcf7-form textarea {
  width: 100% !important;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1em;
}
.formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
  font-weight: 400;
}
.formbox .wpcf7-form .wpcf7-acceptance label {
  cursor: pointer;
}
.formbox .wpcf7-form input[type=submit] {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 12.5em;
  height: 2.6em;
  padding: 0.6em;
  line-height: 1.5em;
  background: linear-gradient(90deg, #004098, #1bb8ce);
  color: #ffffff;
  border-radius: 1.5em;
  text-align: center;
  transition: 0.3s ease;
  backface-visibility: hidden;
  height: 3em;
  border: none;
}
.formbox .wpcf7-form input[type=submit]:hover {
  transform: translate(0, 0.2em);
}
.formbox .wpcf7-form input[type=submit]:hover::after {
  right: -0.3em;
}
.formbox .wpcf7-form input[type=submit] span {
  transform: translate(0, 0) !important;
  position: relative;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
}
.formbox .wpcf7-form input[type=submit] span.jp {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1em;
  bottom: 0.2em;
}
.formbox .wpcf7-form input[type=submit] span.eg {
  font-size: 1em;
  bottom: 0.1em;
}
.formbox .wpcf7-form input[type=submit]:disabled {
  opacity: 0.15;
  filter: alpha(opacity=70);
  color: #1bb8ce;
}
.formbox .wpcf7-form input[type=submit]:disabled:hover {
  background: transparent;
}
.formbox .wpcf7-form .wpcf7-not-valid-tip {
  color: #004098;
}
.formbox .wpcf7-form .wpcf7-response-output {
  border: none !important;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
  color: #004098;
}
.formbox .wpcf7-form .wpcf7-response-output::before {
  content: "※";
}

/* ================= フォーム確認画面 ============================================================ */
.wpcf7cp-form-hide {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #eeeeee !important;
  /* 入力内容 */
  /* ボタン */
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #000000 dashed 1px;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th,
  div#wpcf7cpcnf table tr td {
    display: block;
  }
}
.contactpage-ctt .sec div#wpcf7cpcnf table tr th p,
.contactpage-ctt .sec div#wpcf7cpcnf table tr td p {
  padding-top: 1em;
  padding-bottom: 1em;
}
div#wpcf7cpcnf table tr th {
  width: 50%;
  font-weight: normal !important;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf table tr th {
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
    padding-bottom: 0;
  }
}
div#wpcf7cpcnf table tr th p::after {
  content: "：";
}
div#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
div#wpcf7cpcnf .wpcf7cp-btns button {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 12.5em;
  height: 2.6em;
  padding: 0.6em;
  line-height: 1.5em;
  background: linear-gradient(90deg, #004098, #1bb8ce);
  color: #ffffff;
  border-radius: 1.5em;
  text-align: center;
  height: 3em;
  border-radius: 4em;
  width: 10em !important;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  transform: translate(0, 0.2em);
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover::after {
  right: -0.3em;
}
div#wpcf7cpcnf .wpcf7cp-btns button span {
  transform: translate(0, 0) !important;
  position: relative;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
}
div#wpcf7cpcnf .wpcf7cp-btns button span.jp {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1em;
  bottom: 0.2em;
}
div#wpcf7cpcnf .wpcf7cp-btns button span.eg {
  font-size: 1em;
  bottom: 0.1em;
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: auto !important;
    padding-left: 2em;
    padding-right: 2em;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #ffffff;
  color: #000000;
  margin-right: 2em;
  border: none;
  padding: 0;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  width: auto !important;
  letter-spacing: 0;
  text-indent: 0;
  padding: 0 2em;
  border: none;
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header {
  transition: 1s ease;
  backface-visibility: hidden;
  /* ================= ロゴ ============================================================ */
}
#header.scroll {
  background: #ffffff;
}
#header .logo {
  font-size: 1em;
  display: flex;
  align-items: center;
}
#header .logo a {
  display: flex;
  align-items: center;
}
#header .logo .logo_grp {
  width: auto;
  height: 2.5em;
}
#header .logo .logo_recruit {
  font-size: 1em;
  font-weight: 500;
  color: #595757;
  width: auto;
  margin-left: 0.7em;
  margin-top: 0.36em;
}

/* ================= グローバルナビゲーション ============================================================ */
/* -------------------------- 共通 ------------------------------------------- */
.gnav ul {
  list-style: none inside;
  position: relative;
  box-sizing: border-box;
}
.gnav ul li {
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 700;
  font-style: normal;
}
.gnav ul li a {
  color: #000000;
}
.gnav ul li a:hover {
  color: #004098;
}

#header {
  /* -------------------------- パソコン ------------------------------------------- */
}
#header .gnav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #header .gnav {
    padding-right: 2.5em;
  }
}
#header .gnav ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  #header .gnav ul {
    display: none;
  }
}
#header .gnav ul li {
  padding-right: 2em;
}
#header .gnav .btn a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 12.5em;
  height: 2.6em;
  padding: 0.6em;
  line-height: 1.5em;
  background: linear-gradient(90deg, #004098, #ea5504);
  color: #ffffff;
  border-radius: 1.5em;
  text-align: center;
  width: 10.4em;
}
#header .gnav .btn a:hover {
  transform: translate(0, 0.2em);
}
#header .gnav .btn a:hover::after {
  right: -0.3em;
}
#header .gnav .btn a span {
  transform: translate(0, 0) !important;
  position: relative;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
}
#header .gnav .btn a span.jp {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1em;
  bottom: 0.2em;
}
#header .gnav .btn a span.eg {
  font-size: 1em;
  bottom: 0.1em;
}
#header .gnav .btn a span {
  font-weight: 700;
}
#header .gnav .btn a span.eg {
  bottom: 0;
}
@media screen and (max-width: 480px) {
  #header .gnav .btn {
    position: fixed;
    top: 5em;
    left: auto;
    right: 1em;
    bottom: auto;
    transition: 1s ease;
    backface-visibility: hidden;
    top: calc(100vh - 6.5em);
  }
  #front-page #header .gnav .btn {
    top: 5em;
  }
  #header .gnav .btn a {
    width: 6em;
    height: 6em;
    border-radius: 50%;
    border: #ffffff solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  #header .gnav .btn a span {
    transform: translate(0.1em, -0.25em);
  }
  #header .gnav .btn a::after {
    top: 65%;
    right: calc(50% - 1.5em);
  }
}
@media screen and (max-width: 480px) {
  #front-page #header.scroll .gnav .btn {
    top: calc(100vh - 6.5em);
  }
}

.job-header {
  padding: 0 0 2.6em 0 !important;
}

.interview-archive-header {
  margin-bottom: -15em;
}
@media screen and (max-width: 768px) {
  .interview-archive-header {
    margin-bottom: -10em;
  }
}
@media screen and (max-width: 480px) {
  .interview-archive-header {
    margin-bottom: -8em;
  }
}

.interview-single-header {
  margin-bottom: -23em;
}
@media screen and (max-width: 1280px) {
  .interview-single-header {
    margin-bottom: -16em;
  }
}
@media screen and (max-width: 480px) {
  .interview-single-header {
    margin-bottom: -5em;
  }
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.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: #004098;
  display: block;
  content: "";
  position: absolute;
  transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  box-shadow: #004098 0 0.532em 0;
}
.hm_btn::after {
  bottom: 0;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  box-shadow: #004098 0 0.532em 0;
  transform: rotate(45deg) translate3d(0.5em, -0.25em, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  background: #004098;
  transform: rotate(-45deg) translate3d(0.5em, -0.25em, 0);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: #1bb8ce;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  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 5em;
  width: 50%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: auto;
  right: -100%;
  bottom: auto;
  transition: right 1s;
  border: none;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* 中身デザイン */
}
@media screen and (max-width: 768px) {
  .hm_menu_wrap .hm_inner .menucontent {
    width: 55%;
    padding: 5em 2.5em;
  }
}
@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;
  box-sizing: border-box;
}
.hm_menu_wrap .hm_inner .menucontent .gnav ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 1em;
  padding-bottom: 2em;
}
@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;
  box-sizing: border-box;
  padding: 5em 0;
  background-color: #004098;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  #footer #footer_upper {
    padding-bottom: 2.5em;
  }
}
#footer #footer_upper a {
  color: #ffffff;
}
#footer #footer_upper .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  /* -------------------------- 会社情報 ------------------------------------------- */
  /* -------------------------- メニュー ------------------------------------------- */
}
@media screen and (max-width: 480px) {
  #footer #footer_upper .innerbox {
    padding: 0;
  }
}
#footer #footer_upper .innerbox .info_box {
  position: relative;
  box-sizing: border-box;
  /* 会社名 ------------------------------------------- */
  /* 住所 ------------------------------------------- */
  /* TEL ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  #footer #footer_upper .innerbox .info_box {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 5em;
  }
}
#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 .eg {
  display: block;
  font-size: 2em;
  line-height: 1em;
}
#footer #footer_upper .innerbox .info_box h2 .jp {
  display: block;
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5em;
  padding-top: 0.5em;
}
@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: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.5em;
}
#footer #footer_upper .innerbox .fmenu {
  position: relative;
  box-sizing: border-box;
  text-align: right;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  /* フッターメニュー ------------------------------------------- */
  /* コピーライト ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  #footer #footer_upper .innerbox .fmenu {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    flex: none;
    display: block;
    text-align: center;
  }
}
#footer #footer_upper .innerbox .fmenu .fnav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer #footer_upper .innerbox .fmenu .fnav {
    padding-bottom: 2.5em;
  }
}
#footer #footer_upper .innerbox .fmenu .fnav ul {
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 0.8em;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  #footer #footer_upper .innerbox .fmenu .fnav ul {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  #footer #footer_upper .innerbox .fmenu .fnav ul {
    display: block;
    width: 100%;
    position: relative;
    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: #ffffff 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;
    box-sizing: border-box;
    padding: 1.5em;
  }
}
#footer #footer_upper .innerbox .fmenu .copyright {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.5em;
  padding-bottom: 0;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  #footer #footer_upper .innerbox .fmenu .copyright {
    font-size: 0.8em;
  }
}
#footer #footer_middle {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em 0;
  background: #ffffff;
}
#footer #footer_middle .rc_site {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #footer #footer_middle .rc_site {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  #footer #footer_middle .rc_site {
    flex-direction: column;
  }
}
#footer #footer_middle .rc_site li {
  padding: 1.5em;
}
@media screen and (max-width: 1280px) {
  #footer #footer_middle .rc_site li {
    padding: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  #footer #footer_middle .rc_site li {
    padding: 1em;
  }
}
#footer #footer_middle .rc_site img {
  width: 6em;
  height: auto;
}
#footer #footer_middle .rc_site .engage-logo img {
  width: auto;
  height: auto;
}
#footer #footer_middle .rc_site .engage-logo img.npimg, #footer #footer_middle .rc_site .engage-logo img.tbimg, #footer #footer_middle .rc_site .engage-logo img.spimg {
  display: none;
}
@media screen and (max-width: 1280px) {
  #footer #footer_middle .rc_site .engage-logo img.pcimg {
    display: none;
  }
  #footer #footer_middle .rc_site .engage-logo img.npimg {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #footer #footer_middle .rc_site .engage-logo img.npimg {
    display: none;
  }
  #footer #footer_middle .rc_site .engage-logo img.tbimg {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #footer #footer_middle .rc_site .engage-logo img.tbimg {
    display: none;
  }
  #footer #footer_middle .rc_site .engage-logo img.spimg {
    display: block;
    width: 100%;
  }
}
#footer #footer_bottom {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #eeeeee;
  padding: 2.5em 0;
}
@media screen and (max-width: 480px) {
  #footer #footer_bottom {
    padding-bottom: 10em;
  }
}
#footer #footer_bottom .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: center;
  /* -------------------------- グループロゴ ------------------------------------------- */
  /* -------------------------- 子会社ロゴ ------------------------------------------- */
}
@media screen and (max-width: 480px) {
  #footer #footer_bottom .innerbox {
    display: block;
  }
}
#footer #footer_bottom .innerbox img {
  width: auto;
  height: 2.4em;
}
@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: auto;
    width: 70%;
  }
}
#footer #footer_bottom .innerbox .logo {
  position: relative;
  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;
  }
}
@media screen and (max-width: 480px) {
  #footer #footer_bottom .innerbox .logo img {
    height: auto;
    width: 60%;
  }
}
#footer #footer_bottom .innerbox .site_list {
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  #footer #footer_bottom .innerbox .site_list {
    width: 100%;
    justify-content: center;
    padding-top: 3.6em;
  }
}
#footer #footer_bottom .innerbox .site_list li {
  padding-left: 2em;
}
@media screen and (max-width: 480px) {
  #footer #footer_bottom .innerbox .site_list li {
    padding: 0;
  }
}
#footer #footer_bottom .innerbox .site_list li:first-child {
  padding-left: 0;
}
#footer #footer_bottom .innerbox .site_list li a {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  #footer #footer_bottom .innerbox .snslink {
    text-align: center;
    padding-top: 4em;
  }
}
#footer #footer_bottom .innerbox .snslink a {
  opacity: 0.3;
  filter: alpha(opacity=70);
  font-weight: 600;
  color: #595757;
}
#footer #footer_bottom .innerbox .snslink a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer #footer_bottom .innerbox .snslink a i {
  padding-left: 0.1em;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page {
  /* ================= メイン画像 ============================================================ */
  /* ================= 新着情報 ============================================================ */
  /* ================= 会社について ============================================================ */
  /* ================= 数字で知る国益 ============================================================ */
  /* ================= メリット ============================================================ */
  /* ================= お仕事紹介 ============================================================ */
  /* ================= スタッフインタビュー ============================================================ */
  /* ================= インスタグラムセクション ============================================================ */
}
body#front-page #mainimg {
  width: 100%;
  position: relative;
  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: 5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .sliderimg {
    left: 2.5em;
  }
}
@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 {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 80% 0% !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;
  box-sizing: border-box;
}
body#front-page #mainimg .txtbox .innerbox {
  height: 100vh;
  min-height: 35vw;
  max-height: 64vw;
  display: flex;
  align-items: 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 {
  position: relative;
  width: 28em;
  transform: translate(1em, 5em);
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  body#front-page #mainimg .txtbox .innerbox .main_copy {
    width: 20em;
    transform: translate(1em, 3em);
  }
}
@media screen and (max-width: 768px) {
  body#front-page #mainimg .txtbox .innerbox .main_copy {
    transform: translate(1em, 10vh);
  }
}
@media screen and (max-width: 768px) and (min-aspect-ratio: 5/3) {
  body#front-page #mainimg .txtbox .innerbox .main_copy {
    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;
    transform: translate(2.5em, 55vh);
  }
}
@media screen and (max-width: 768px) and (max-aspect-ratio: 6/11) {
  body#front-page #mainimg .txtbox .innerbox .main_copy {
    transform: translate(2.5em, 18.3vw);
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .txtbox .innerbox .main_copy {
    transform: translate(0, 55vh);
    width: 15em;
  }
}
@media screen and (max-width: 480px) and (min-aspect-ratio: 2/3) {
  body#front-page #mainimg .txtbox .innerbox .main_copy {
    transform: translate(2em, 55vh);
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 6/11) {
  body#front-page #mainimg .txtbox .innerbox .main_copy {
    width: 18em;
    transform: translate(2em, 55vh);
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 5/11) {
  body#front-page #mainimg .txtbox .innerbox .main_copy {
    transform: translate(2em, 44vh);
  }
}
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;
  font-weight: 300;
  color: #ea5504;
  position: absolute;
  top: 55vh;
  left: -0.05em;
  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: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #mainimg .txtbox .innerbox .eg_copy {
    font-size: 4em;
    bottom: 2em;
  }
}
body#front-page .innerbox #top_news {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 3;
  margin-top: -4em;
  /* -------------------------- 新着表示ボックス ------------------------------------------- */
}
body#front-page .innerbox #top_news .newsbox {
  position: absolute;
  top: 0;
  left: 30%;
  right: auto;
  bottom: auto;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  /* ヘッダー ------------------------------------------- */
  /* 記事一覧 ------------------------------------------- */
}
@media screen and (max-width: 1280px) {
  body#front-page .innerbox #top_news .newsbox {
    left: 20%;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  body#front-page .innerbox #top_news .newsbox {
    left: 2.5em;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .innerbox #top_news .newsbox {
    left: 1em;
    width: calc(100% + 1em);
  }
}
body#front-page .innerbox #top_news .newsbox .topnews_hd {
  width: 20%;
  position: relative;
  box-sizing: border-box;
  background: linear-gradient(to right bottom, #1ab3d1, #0c67e3);
  padding: 1.3em 2em;
}
@media screen and (max-width: 1280px) {
  body#front-page .innerbox #top_news .newsbox .topnews_hd {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .innerbox #top_news .newsbox .topnews_hd {
    width: 22%;
    padding: 1.3em 1em;
    text-align: center;
  }
}
body#front-page .innerbox #top_news .newsbox .topnews_hd h2 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 700;
  padding-bottom: 1em;
  color: #ffffff;
}
body#front-page .innerbox #top_news .newsbox .topnews_hd .btn {
  width: 100%;
  text-align: center;
}
body#front-page .innerbox #top_news .newsbox .topnews_hd .btn a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 12.5em;
  height: 2.6em;
  padding: 0.6em;
  line-height: 1.5em;
  background: linear-gradient(90deg, #ffffff, #ffffff);
  color: #004098;
  border-radius: 1.5em;
  text-align: center;
  width: 100%;
}
body#front-page .innerbox #top_news .newsbox .topnews_hd .btn a:hover {
  transform: translate(0, 0.2em);
}
body#front-page .innerbox #top_news .newsbox .topnews_hd .btn a:hover::after {
  right: -0.3em;
}
body#front-page .innerbox #top_news .newsbox .topnews_hd .btn a span {
  transform: translate(0, 0) !important;
  position: relative;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
}
body#front-page .innerbox #top_news .newsbox .topnews_hd .btn a span.jp {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1em;
  bottom: 0.2em;
}
body#front-page .innerbox #top_news .newsbox .topnews_hd .btn a span.eg {
  font-size: 1em;
  bottom: 0.1em;
}
@media screen and (max-width: 480px) {
  body#front-page .innerbox #top_news .newsbox .topnews_hd .btn a {
    width: 2.6em;
    height: 2.6em;
  }
}
body#front-page .innerbox #top_news .newsbox .topnews_hd .btn a span {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  body#front-page .innerbox #top_news .newsbox .topnews_hd .btn a span {
    display: none;
  }
}
body#front-page .innerbox #top_news .newsbox .topnews_hd .btn a:hover::after {
  right: -0.2em;
}
body#front-page .innerbox #top_news .newsbox .post_list {
  width: 80%;
  background: #ffffff;
  padding: 1.5em 2em;
}
@media screen and (max-width: 1280px) {
  body#front-page .innerbox #top_news .newsbox .post_list {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  body#front-page .innerbox #top_news .newsbox .post_list {
    width: 78%;
    padding: 1.5em 1em;
  }
}
body#front-page .innerbox #top_news .newsbox .post_list li a .date {
  font-weight: 600;
  padding-right: 2em;
}
body#front-page .innerbox #top_news .newsbox .post_list li a .post_ttl {
  font-weight: 500;
}
body#front-page #about_us {
  padding-top: calc(32vh + 10em);
  margin-top: -32vh;
  background: #d9f1f5;
  padding-bottom: 0;
  z-index: 1;
  /* -------------------------- 英語コピー ------------------------------------------- */
  /* -------------------------- コンテンツ内容 ------------------------------------------- */
  /* -------------------------- スタッフ写真 ------------------------------------------- */
}
@media screen and (min-width: 769px) and (min-aspect-ratio: 100/35) {
  body#front-page #about_us {
    padding-top: calc(14vw + 10em);
    margin-top: -14vw;
  }
}
@media screen and (min-width: 769px) and (max-aspect-ratio: 25/16) {
  body#front-page #about_us {
    padding-top: calc(18.6vw + 10em);
    margin-top: -25.6vw;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #about_us {
    padding-top: 23em;
    margin-top: -10em;
  }
}
body#front-page #about_us .eg_copy {
  font-size: 15em;
  line-height: 0.8em;
  color: #1bb8ce;
  position: absolute;
  top: 0.3em;
  left: auto;
  right: 0.67em;
  bottom: auto;
  padding-top: calc(32vh + 0.67em);
  text-align: right;
  z-index: 1;
  /* 英語装飾コピー ------------------------------------------- */
}
@media screen and (min-width: 769px) and (min-aspect-ratio: 100/35) {
  body#front-page #about_us .eg_copy {
    padding-top: calc(14vw + 0.67em);
  }
}
@media screen and (min-width: 769px) and (max-aspect-ratio: 25/16) {
  body#front-page #about_us .eg_copy {
    padding-top: calc(25.6vw + 0.67em);
  }
}
@media screen and (max-width: 1280px) {
  body#front-page #about_us .eg_copy {
    font-size: 12em;
    right: 0.4em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #about_us .eg_copy {
    font-size: 8em;
    padding-top: 2em;
    right: 0.2em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #about_us .eg_copy {
    font-size: 6em;
    padding-top: 3.2em;
    right: 0.2em;
  }
}
body#front-page #about_us .eg_copy .eg_deco {
  font-size: 0.465em;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  right: 0.18em;
  bottom: 0.45em;
  transform: rotate(-15deg);
  transform-origin: 0 100%;
  color: #ea5504;
}
body#front-page #about_us .innerbox {
  width: 69.5%;
  background: linear-gradient(to right top, #0e5ecd, #eb8045);
  padding: 10em 0 10em 10em;
  z-index: auto;
  color: #ffffff;
  /* テキスト重なり */
  /* テキスト ------------------------------------------- */
}
@media screen and (max-width: 1280px) {
  body#front-page #about_us .innerbox {
    padding: 5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #about_us .innerbox {
    width: 80%;
    padding: 5em 2.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #about_us .innerbox {
    width: 90%;
    padding: 5em 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 .topsec_hd {
  padding-bottom: 3em;
}
body#front-page #about_us .innerbox .topsec_hd .sec_ttl {
  line-height: 1em;
  padding-bottom: 0.6em;
  font-weight: 500 !important;
}
body#front-page #about_us .innerbox .topsec_hd .sec_ttl:last-of-type {
  padding-bottom: 0;
}
body#front-page #about_us .innerbox .topsec_hd .copy {
  line-height: 1em;
  padding-bottom: 1.4em;
}
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: #1bb8ce;
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 900;
  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;
  }
}
body#front-page #about_us .innerbox p span {
  display: block;
}
@media screen and (max-width: 1280px) {
  body#front-page #about_us .innerbox p span {
    display: inline;
  }
}
body#front-page #about_us .imgbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: -10em;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  body#front-page #about_us .imgbox {
    margin-top: -5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #about_us .imgbox {
    margin-top: -2.5em;
  }
}
body#front-page #about_us .imgbox img {
  width: 100%;
  height: auto;
}
body#front-page #top_enquete {
  text-align: center;
  /* 英語コピー */
  /* -------------------------- 人物画像 ------------------------------------------- */
  /* 左 */
  /* 右 */
  /* -------------------------- ヘッダー ------------------------------------------- */
  /* -------------------------- コンテンツ内容 ------------------------------------------- */
  /* グラフ ------------------------------------------- */
  /* ボタン ------------------------------------------- */
}
body#front-page #top_enquete.sec {
  padding: 7.75em 0 10em 0;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_enquete.sec {
    padding-bottom: 8em;
  }
}
body#front-page #top_enquete .btn a {
  background: linear-gradient(90deg, #0f75df, #1bb8ce);
}
body#front-page #top_enquete .eg_copy {
  font-size: 15em;
  position: absolute;
  top: -0.325em;
  left: -0.05em;
  right: auto;
  bottom: auto;
  color: #004098;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_enquete .eg_copy {
    font-size: 10em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_enquete .eg_copy {
    font-size: 7em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_enquete .eg_copy {
    writing-mode: vertical-rl;
    font-size: 6em;
    top: -0.1em;
    left: -0.2em;
  }
}
body#front-page #top_enquete::before, body#front-page #top_enquete::after {
  content: "";
  display: block;
}
body#front-page #top_enquete::before {
  width: 10.7986em;
  height: 13.54em;
  position: absolute;
  top: 45.52em;
  left: 0;
  right: auto;
  bottom: auto;
  background: url("/images/bg_left.webp") no-repeat 0 0;
  background-size: contain;
  transform-origin: 0 0;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_enquete::before {
    transform: scale(0.6);
    top: 35em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_enquete::before {
    top: 34.5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_enquete::before {
    top: 44.5em;
  }
}
body#front-page #top_enquete::after {
  width: 12.5694em;
  height: 14.861em;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 31.35em;
  background: url("/images/bg_right.webp") no-repeat 0 0;
  background-size: contain;
  transform-origin: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_enquete::after {
    transform: scale(0.6);
    bottom: 25em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_enquete::after {
    right: -2em;
    bottom: 23em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_enquete::after {
    right: -2em;
    bottom: 31em;
  }
}
body#front-page #top_enquete .topsec_hd {
  padding-bottom: 2.5em;
  /* 装飾フォント */
}
@media screen and (max-width: 480px) {
  body#front-page #top_enquete .topsec_hd {
    padding-bottom: 2em;
  }
}
body#front-page #top_enquete .topsec_hd .sec_ttl {
  padding-bottom: 0;
  font-weight: 700;
  line-height: 2em;
}
body#front-page #top_enquete .topsec_hd .eg_deco {
  font-size: 7em;
  color: #ea5504;
  position: absolute;
  top: -0.85em;
  left: 50.8%;
  right: auto;
  bottom: auto;
  transform: rotate(-15deg) translate(-115%, 0);
  transform-origin: 0 0;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_enquete .topsec_hd .eg_deco {
    font-size: 5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_enquete .topsec_hd .eg_deco {
    font-size: 3em;
    top: -1.5em;
    transform: rotate(-15deg) translate(-150%, 0);
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_enquete .topsec_hd .eg_deco {
    font-size: 2.5em;
    top: -3em;
    transform: rotate(-15deg) translate(-140%, 0);
  }
}
body#front-page #top_enquete .graph {
  padding-top: 2.5em;
}
@media screen and (max-width: 480px) {
  body#front-page #top_enquete .graph {
    padding-top: 1em;
  }
}
body#front-page #top_enquete .graph li img {
  width: 100%;
  height: auto;
}
body#front-page #top_enquete .btn {
  margin-top: 5em;
}
@media screen and (max-width: 480px) {
  body#front-page #top_enquete .btn {
    margin-top: 2.5em;
  }
}
body#front-page #top_benefits {
  background: #d9f1f5;
  text-align: center;
  z-index: 2;
  color: #ffffff;
  /* -------------------------- コンテンツ内容 ------------------------------------------- */
  /* 4つのポイント ------------------------------------------- */
  /* 下部テキスト ------------------------------------------- */
  /*ボタン------------------------------------*/
}
body#front-page #top_benefits .point {
  padding-bottom: 5em;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_benefits .point {
    padding-bottom: 2.5em;
  }
}
body#front-page #top_benefits .point li {
  /* アイコン */
  /* テキスト */
}
body#front-page #top_benefits .point li .imgbox {
  width: 65%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 1em auto;
  background: #ffffff;
  border-radius: 50%;
}
body#front-page #top_benefits .point li .imgbox::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_benefits .point li .imgbox {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1280px) {
  body#front-page #top_benefits .point li .imgbox {
    margin-bottom: 1em;
  }
}
body#front-page #top_benefits .point li .imgbox span {
  width: 12.5em;
  height: 12.5em;
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_benefits .point li .imgbox span {
    width: 7.5em;
    height: 7.5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_benefits .point li .imgbox span {
    width: 10.5em;
    height: 10.5em;
  }
}
body#front-page #top_benefits .point li .txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body#front-page #top_benefits .point li .txtbox h3 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 900;
  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_benefits .point li .txtbox h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_benefits .point li .txtbox h3 {
    font-size: 1.2em;
    padding-bottom: 0.25em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_benefits .point li .txtbox h3 {
    font-size: 0.9em;
    padding-bottom: 0.25em;
  }
}
body#front-page #top_benefits .point li .txtbox h3 .eg_deco {
  color: #eb8045;
  font-size: 1.6em;
  position: absolute;
  top: -1.25em;
  left: 0;
  right: auto;
  bottom: auto;
  transform: rotate(-15deg);
}
@media screen and (max-width: 1280px) {
  body#front-page #top_benefits .point li .txtbox h3 .eg_deco {
    font-size: 1.2em;
    top: -1.75em;
    left: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_benefits .point li .txtbox h3 .eg_deco {
    top: -1.2em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_benefits .point li .txtbox h3 .eg_deco {
    top: -1.75em;
  }
}
body#front-page #top_benefits .point li .txtbox h3 .eg_deco span {
  font-size: 1.45em;
}
body#front-page #top_benefits .point li .txtbox p {
  padding-bottom: 0;
  line-height: 1.5em;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_benefits .point li .txtbox p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_benefits .point li .txtbox p {
    font-size: 0.9em;
  }
  body#front-page #top_benefits .point li .txtbox p .npbr {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_benefits .point li .txtbox p {
    font-size: 0.8em;
  }
  body#front-page #top_benefits .point li .txtbox p .npbr {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_benefits .benetxt {
    text-align: left;
    font-size: 0.8em;
  }
  body#front-page #top_benefits .benetxt .tbbr {
    display: inline;
  }
}
body#front-page #top_benefits .btn a {
  background-color: #ffffff;
  color: #004098;
}
body#front-page #top_job.sec {
  padding: 0;
}
body#front-page #top_job .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 0;
}
body#front-page #top_job .innerbox .txtbox {
  width: auto;
  margin-top: 10em;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_job .innerbox .txtbox {
    margin-top: 5em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_job .innerbox .txtbox {
    order: 2;
    margin-top: 0;
    padding-bottom: 8em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_job .innerbox .txtbox {
    margin-top: 2em;
    padding-right: 2em;
  }
}
body#front-page #top_job .innerbox .txtbox .topsec_hd {
  padding-bottom: 2.5em;
}
body#front-page #top_job .innerbox .txtbox .topsec_hd .sec_ttl {
  font-weight: 700;
  padding-bottom: 0.75em;
}
body#front-page #top_job .innerbox .txtbox .topsec_hd .copy {
  padding-bottom: 0;
}
body#front-page #top_job .innerbox .txtbox .topsec_hd .copy span {
  color: #004098;
}
body#front-page #top_job .innerbox .txtbox p {
  padding-bottom: 4em;
}
body#front-page #top_job .innerbox .txtbox .btn a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 12.5em;
  height: 2.6em;
  padding: 0.6em;
  line-height: 1.5em;
  background: linear-gradient(90deg, #0c67e3, #004098);
  color: #ffffff;
  border-radius: 1.5em;
  text-align: center;
}
body#front-page #top_job .innerbox .txtbox .btn a:hover {
  transform: translate(0, 0.2em);
}
body#front-page #top_job .innerbox .txtbox .btn a:hover::after {
  right: -0.3em;
}
body#front-page #top_job .innerbox .txtbox .btn a span {
  transform: translate(0, 0) !important;
  position: relative;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1em;
}
body#front-page #top_job .innerbox .txtbox .btn a span.jp {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1em;
  bottom: 0.2em;
}
body#front-page #top_job .innerbox .txtbox .btn a span.eg {
  font-size: 1em;
  bottom: 0.1em;
}
body#front-page #top_job .innerbox .imgbox {
  width: 50em;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_job .innerbox .imgbox {
    width: 25em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_job .innerbox .imgbox {
    order: 1;
    margin-left: auto;
  }
}
body#front-page #top_job .innerbox .imgbox img {
  width: 100%;
  height: auto;
}
body#front-page #top_job .bgbox {
  height: 37.7em;
  background: linear-gradient(145deg, #1bb8ce 15%, #0d7ede 50%);
  margin-top: -37.7em;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_job .bgbox {
    height: 24em;
    margin-top: -18em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_job .bgbox {
    height: 53em;
    margin-top: -53em;
  }
}
body#front-page #top_interview {
  /* 英語コピー */
  /* -------------------------- コンテンツ内容 ------------------------------------------- */
}
body#front-page #top_interview.sec {
  overflow: hidden;
}
body#front-page #top_interview .eg_copy {
  font-size: 25em;
  line-height: 0.7em;
  position: absolute;
  top: -0.09em;
  left: -0.05em;
  right: auto;
  bottom: auto;
  color: #004098;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_interview .eg_copy {
    font-size: 16em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_interview .eg_copy {
    font-size: 12em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_interview .eg_copy {
    writing-mode: vertical-rl;
    top: -0.1em;
    left: -0.15em;
  }
  body#front-page #top_interview .eg_copy br {
    display: none;
  }
}
body#front-page #top_interview .eg_copy_img {
  position: absolute;
  top: -0.35em;
  left: -0.05em;
  right: auto;
  bottom: auto;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  body#front-page #top_interview .eg_copy_img {
    display: none;
  }
}
body#front-page #top_interview .eg_copy_img img {
  width: 72.25em;
}
@media screen and (max-width: 1280px) {
  body#front-page #top_interview .eg_copy_img img {
    width: 44em;
  }
}
@media screen and (max-width: 768px) {
  body#front-page #top_interview .eg_copy_img img {
    width: 27.25em;
  }
}
body#front-page #top_interview .innerbox {
  padding-top: 10em;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 30%, transparent 30%, transparent 100%), linear-gradient(180deg, transparent 0, transparent 76%, #ffffff 62%, #ffffff 100%), url("../../../images/bg2.png") repeat 0 0, linear-gradient(60deg, #0f5ecc 20%, #eb8045 100%);
  /* ヘッダー ------------------------------------------- */
  /* スタッフ一覧 ------------------------------------------- */
  /* 一覧へのボタン ------------------------------------------- */
}
@media screen and (max-width: 768px) {
  body#front-page #top_interview .innerbox {
    background: linear-gradient(90deg, #ffffff 0, #ffffff 30%, transparent 30%, transparent 100%), linear-gradient(180deg, #ffffff 0, #ffffff 0%, transparent 0%, transparent 90%, #ffffff 90%, #ffffff 100%), url("../../../images/bg2.png") repeat 0 0, linear-gradient(60deg, #0f5ecc 25%, #eb8045 100%);
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_interview .innerbox {
    background: linear-gradient(90deg, #ffffff 0, #ffffff 10%, transparent 10%, transparent 100%), linear-gradient(180deg, #ffffff 0, #ffffff 0%, transparent 0%, transparent 90%, #ffffff 90%, #ffffff 100%), url("../../../images/bg2.png") repeat 0 0, linear-gradient(60deg, #0f5ecc 25%, #eb8045 100%);
  }
}
@media screen and (max-width: 1280px) {
  body#front-page #top_interview .innerbox {
    padding-top: 5em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_interview .innerbox {
    padding-top: 0;
  }
}
body#front-page #top_interview .innerbox .topsec_hd {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-align: right;
}
body#front-page #top_interview .innerbox .topsec_hd .sec_ttl {
  font-weight: 700;
}
body#front-page #top_interview .innerbox .topsec_hd .copy strong {
  font-weight: 900;
}
body#front-page #top_interview .innerbox .staff_list {
  z-index: 2;
  margin-top: -5.5% !important;
}
body#front-page #top_interview .innerbox .interview_btn {
  text-align: center;
  padding-top: 2.5em;
}
body#front-page #top_instagram {
  background: linear-gradient(45deg, #1bb8ce 20%, #004098 80%);
}
body#front-page #top_instagram .eg_copy {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  font-size: 10em;
  font-weight: 800;
  right: 1em;
  color: #1bb8ce;
  margin-top: -1.43em;
}
@media screen and (max-width: 768px) {
  body#front-page #top_instagram .eg_copy {
    font-size: 6em;
    right: 0.4em;
    margin-top: -1.28em;
  }
}
@media screen and (max-width: 480px) {
  body#front-page #top_instagram .eg_copy {
    right: 0.3em;
  }
}
body#front-page #top_instagram .innerbox .instagram-feed {
  padding-bottom: 3em;
}
body#front-page #top_instagram .innerbox .btn {
  text-align: right;
}
body#front-page #top_instagram .innerbox .btn a {
  background: linear-gradient(90deg, #0f76df, #1bb8ce);
}

/* ===========================================================================================================
　　　　　　　　　固定ページ
=========================================================================================================== */
/* ================= ヘッダー ============================================================ */
.page-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.3em 0 10em 0;
  overflow: hidden;
}
.single-staff_interview .page-header {
  padding-bottom: 2.5em;
}
@media screen and (max-width: 1280px) {
  .page-header {
    padding: 2.3em 0 10em 0;
  }
}
@media screen and (max-width: 480px) {
  .page-header {
    padding: 5em 0;
  }
  .single-staff_interview .page-header {
    padding-bottom: 2.5em;
  }
}
.page-header .innerbox {
  /* -------------------------- 英語コピー ------------------------------------------- */
  /* -------------------------- 日本語タイトル ------------------------------------------- */
  /* -------------------------- サブタイトル ------------------------------------------- */
}
.page-header .innerbox .eg_copy {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 17em;
  line-height: 0.8em;
  color: #d9f1f5;
  /* 英語装飾コピー ------------------------------------------- */
}
@media screen and (max-width: 1280px) {
  .page-header .innerbox .eg_copy {
    font-size: 11em;
  }
}
@media screen and (max-width: 768px) {
  .page-header .innerbox .eg_copy {
    font-size: 10em;
  }
}
@media screen and (max-width: 480px) {
  .page-header .innerbox .eg_copy {
    font-size: 7em;
    left: -0.3em;
  }
}
.page-header .innerbox .eg_copy .eg_deco {
  font-size: 0.35em;
  display: block;
  position: absolute;
  top: auto;
  left: -0.2em;
  right: auto;
  bottom: -1em;
  transform: rotate(-15deg);
  transform-origin: 0 100%;
}
@media screen and (max-width: 768px) {
  .page-header .innerbox .eg_copy .eg_deco {
    left: -0.1em;
    bottom: -1.3em;
  }
}
@media screen and (max-width: 480px) {
  .page-header .innerbox .eg_copy .eg_deco {
    font-size: 0.45em;
    left: 0.5em;
    bottom: -1em;
  }
}
.page-header .innerbox .page_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 900;
  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;
  box-sizing: border-box;
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 700;
  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: 5em 0;
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec {
    padding: 5em 0;
  }
}

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

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

.sec_bg2 {
  background: #d9f1f5;
}

.sec_bg3 {
  background: linear-gradient(to right bottom, #1bb8ce, #004098);
  color: #ffffff;
}

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

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 900;
  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: source-han-sans-japanese, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .parts-h4 {
    font-size: 1.3em;
  }
}

/* 大きな数字 */
.lnmb {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 4em;
  display: block;
  line-height: 1em;
  padding-bottom: 0.01em;
  transform-origin: 0 0;
  color: #004098;
}
@media screen and (max-width: 480px) {
  .lnmb {
    font-size: 3em;
  }
}

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

/* ------------ 段落 -------------------------------- */
.freepage-ctt .sec p {
  padding-bottom: 5em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec p {
    padding-bottom: 2.5em;
  }
}
.freepage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.freepage-ctt .sec p.parts-copy {
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
  font-weight: bold !important;
}
@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: 5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #004098;
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec p.note {
    padding-bottom: 2.5em;
  }
}
.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: source-han-sans-japanese, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2em;
  line-height: 2em;
}

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
.freepage-ctt .sec .bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 5em;
  background: #ffffff;
  color: #000000;
}
.sec_bg1 .freepage-ctt .sec .bbox {
  background: url("../../../images/bg2.png") repeat 0 0, linear-gradient(90deg, #eeeeee 0, #004098 100%);
}
@media screen and (max-width: 768px) {
  .freepage-ctt .sec .bbox {
    padding: 2.5em;
  }
}
.freepage-ctt .sec .bbox a {
  color: #000000;
}
.freepage-ctt .sec .bbox h3 {
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1.5em;
  font-weight: bold !important;
}
@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: 5em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .parts-100img {
    padding-bottom: 2.5em;
  }
}
.parts-100img.center {
  text-align: center;
}
.parts-100img.left {
  text-align: left;
}
.parts-100img.right {
  text-align: right;
}
.parts-100img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 768px) {
  .parts-100img img {
    width: 100%;
  }
}

/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt,
.box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 5em;
}
@media screen and (max-width: 480px) {
  .box_imglefttxt,
  .box_imgrighttxt {
    padding-bottom: 2.5em;
  }
}
.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: acumin-pro-extra-condensed, source-han-sans-japanese, "游ゴシック", "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: acumin-pro-extra-condensed, source-han-sans-japanese, "游ゴシック", "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;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}
.img2box ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -2em;
}
.img2box ul li {
  width: 47%;
  position: relative;
  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;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}
.img3txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -3em;
}
@media screen and (max-width: 480px) {
  .img3txtbox ul {
    margin-top: -2.5em;
  }
}
.img3txtbox ul li {
  width: 31%;
  position: relative;
  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.5em;
  }
}
.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;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}
@media screen and (max-width: 480px) {
  .img4txtbox {
    padding-bottom: 2.5em;
  }
}
.img4txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -3em;
}
@media screen and (max-width: 480px) {
  .img4txtbox ul {
    margin-top: -2.5em;
  }
}
.img4txtbox ul li {
  width: 23.5%;
  position: relative;
  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.5em;
  }
}
.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;
  }
}

/* =============== リスト ========================================================= */
h3 {
  font-weight: bold !important;
}

/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 5em;
  margin: 0 auto;
  margin-bottom: 5em;
  position: relative;
  background: #ffffff;
  /* 見出し */
  /* リスト */
}
.sec_bg1 .no_list {
  background: #004098;
}
@media screen and (max-width: 768px) {
  .no_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list {
    margin-bottom: 2.5em;
  }
}
.no_list h3 {
  font-weight: bold !important;
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 700;
  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;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  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;
  box-sizing: border-box;
  padding: 5em;
  margin: 0 auto;
  margin-bottom: 5em;
  background: #ffffff;
  /* 見出し */
  /* リスト */
}
.sec_bg1 .check_list {
  background: #004098;
}
@media screen and (max-width: 768px) {
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .check_list {
    margin-bottom: 2.5em;
  }
}
.check_list h3 {
  font-weight: bold !important;
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 700;
  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;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  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: #004098;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em;
  margin: 0 auto;
  margin-bottom: 5em;
  position: relative;
  background: #ffffff;
  /* 見出し */
  /* リスト */
}
.sec_bg1 .order_list {
  background: #004098;
}
@media screen and (max-width: 768px) {
  .order_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .order_list {
    margin-bottom: 2.5em;
  }
}
.order_list h3 {
  font-weight: bold !important;
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 700;
  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;
  box-sizing: border-box;
  list-style: none inside;
  counter-reset: number;
}
.order_list ol li {
  width: 100%;
  position: relative;
  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: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.5em;
  color: #004098;
}
.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;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 480px) {
  .table_list {
    margin-bottom: 2.5em;
  }
}
.table_list h3 {
  font-weight: bold !important;
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 700;
  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;
  box-sizing: border-box;
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  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;
  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: source-han-sans-japanese, sans-serif !important;
  font-weight: 700;
  font-style: normal;
  width: 30%;
  background: linear-gradient(90deg, #004098 0, #1bb8ce 100%);
  color: #ffffff;
}
@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: #ffffff;
  color: #000000;
}
.sec_bg1 .table_list ul li .tablelist_td {
  background: #d9f1f5;
}
@media screen and (max-width: 768px) {
  .table_list ul li .tablelist_td {
    width: 100%;
  }
}

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 5em;
  padding: 5em;
  background: #ffffff;
  color: #004098;
  /* 見出し */
  /* リスト */
}
.sec_bg1 .note_list {
  background: #004098;
}
@media screen and (max-width: 768px) {
  .note_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .note_list {
    margin-bottom: 2.5em;
  }
}
.note_list h3 {
  font-family: source-han-sans-japanese, sans-serif !important;
  font-weight: 700;
  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;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  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;
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
#postlist .wrapper {
  background: linear-gradient(90deg, #ffffff 0, #ffffff 30%, transparent 30%, transparent 100%), linear-gradient(180deg, transparent 0, transparent 76%, #ffffff 62%, #ffffff 100%), url("../../../images/bg2.png") repeat 0 0, linear-gradient(60deg, #0f5ecc 20%, #eb8045 100%);
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  #postlist .wrapper {
    background: linear-gradient(90deg, #ffffff 0, #ffffff 30%, transparent 30%, transparent 100%), linear-gradient(180deg, #ffffff 0, #ffffff 0%, transparent 0%, transparent 90%, #ffffff 90%, #ffffff 100%), url("../../../images/bg2.png") repeat 0 0, linear-gradient(60deg, #0f5ecc 25%, #eb8045 100%);
  }
}
@media screen and (max-width: 480px) {
  #postlist .wrapper {
    background: linear-gradient(90deg, #ffffff 0, #ffffff 10%, transparent 10%, transparent 100%), linear-gradient(180deg, #ffffff 0, #ffffff 0%, transparent 0%, transparent 90%, #ffffff 90%, #ffffff 100%), url("../../../images/bg2.png") repeat 0 0, linear-gradient(60deg, #0f5ecc 25%, #eb8045 100%);
  }
}

/* ================= 共通パーツ ============================================================ */
/* 新着ヘッダー */
#postlist .page-header .innerbox .btn,
#newspost .page-header .innerbox .btn {
  position: absolute;
  top: 8em;
  left: auto;
  right: 12.5%;
  bottom: auto;
}

/* 新着フッター */
.footer-post {
  background: #d9f1f5;
}
.footer-post .btn {
  padding-bottom: 2.5em;
}
.footer-post h2.eg {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #1bb8ce;
  font-size: 2em;
  line-height: 1em;
  padding-bottom: 0.25em;
}
.footer-post select {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  border: none;
  background: #ffffff;
  padding: 0.5em 1em;
  line-height: 1em;
  cursor: pointer;
}

/* ================= 一覧ページ ============================================================ */
.plist_sec {
  padding-top: 0;
}
.plist_sec .post_list li {
  height: auto;
  padding: 0;
  margin-bottom: 0.5em;
  background: linear-gradient(90deg, #004098 0, #1bb8ce 100%);
}
.plist_sec .post_list li:last-child {
  margin-bottom: 0;
}
.plist_sec .post_list li a {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  padding: 2.5em;
  background: #ffffff;
  color: #000000;
  transition: 0.7s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
  .plist_sec .post_list li a {
    padding: 1.5em 1em;
  }
}
.plist_sec .post_list li a .date {
  font-size: 1.2em;
  color: #004098;
  transition: 0.7s ease;
  backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
  .plist_sec .post_list li a .date {
    padding-right: 1em;
  }
}
.plist_sec .post_list li a .post_ttl {
  font-size: 1em;
  color: #000000;
  transition: 0.7s ease;
  backface-visibility: hidden;
}
.plist_sec .post_list li a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
}
.plist_sec .post_list li a:hover .date {
  color: #ffffff;
}
.plist_sec .post_list li a:hover .post_ttl {
  color: #ffffff;
}

/* ページナビゲーション */
.pager {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #ffffff;
  padding-top: 10em;
}
@media screen and (max-width: 768px) {
  .pager {
    padding-top: 5em;
  }
}
.pager a {
  text-decoration: none;
  color: #004098;
}
.pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pager .no-link {
  color: #ffffff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.pager .first,
.pager .last {
  transform: scale(0.6);
  transform-origin: 50% 50%;
}
.pager .prev,
.pager .next {
  transform: scale(0.7);
  transform-origin: 50% 50%;
}
.pager .nth-box {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding: 0 0.5em;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
  color: #ffffff;
}

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

.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;
  box-sizing: border-box;
  color: #000000;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.nav-previous a:hover {
  transform: translate(-0.5em, 0);
}
.nav-previous a::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.8em;
  background: url("../../../images/ya2.svg") no-repeat right 50%;
  background-size: contain;
  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;
  box-sizing: border-box;
  color: #000000;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.nav-next a:hover {
  transform: translate(0.5em, 0);
}
.nav-next a::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.8em;
  background: url("../../../images/ya2.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;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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;
  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;
  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 */