@charset "UTF-8";
/* CSS Document */
/*
Theme Name: kobit
*/
* {
  margin: 0;
  padding: 0;
}

body, html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 1em;
}

/* =======================================================================================================================
全体
======================================================================================================================= */
body, html {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1vw;
  font-weight: bold;
  line-height: 2em;
  letter-spacing: 0;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 768px) {
  body, html {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body, html {
    font-size: 3vw;
  }
}

/* =======================================================================================================================
Meta Slider
======================================================================================================================= */
body {
  /* Meta Slider */
  /* スライダー画像フルスクリーン表示 */
}
body .metaslider,
body #metaslider_container_9,
body #metaslider_container_29,
body .slider-wrapper,
body .nivoSlider,
body .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 .metaslider .nivoSlider img,
body .metaslider .nivoSlider .nivo-slice img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  width: 100% !important;
  height: 100% !important;
}

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

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 7.5em;
}
@media screen and (max-width: 1350px) {
  .innerbox {
    padding: 0 5em;
  }
}
@media screen and (max-width: 768px) {
  .innerbox {
    padding: 0 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .innerbox {
    padding: 0 1.5em;
  }
}

/* =======================================================================================================================
リスト形式
======================================================================================================================= */
ul {
  list-style: none;
}

/* =======================================================================================================================
imgタグのみのブロック要素場合　上下の余白なくす
======================================================================================================================= */
h1 h2 .mainimg-pc　.mainimg-sp .ya .concept-img .abo-bg .logo {
  line-height: 0;
}

/* 欧文フォント */
/* 日本語フォント */
.jp {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

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

.right {
  text-align: right;
}

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

/* 見出し */
/* 段落 */
p {
  padding-bottom: 1.3em;
}

/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: #3fa8f4;
  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;
}

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

/* 読み込み遅延 */
.lazyload0, .lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  transition: 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s ease;
  -webkit-backface-visibility: hidden;
  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);
}

/* トップページ内コンテンツの場合 */
#front-page section .lazyload0.lazyloaded, #front-page section .lazyload1.lazyloaded, #front-page section .lazyload2.lazyloaded, #front-page section .lazyload3.lazyloaded, #front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page section .lazyload1.lazyloaded {
  transform: translate(0, 2.5em);
}
#front-page section .lazyload2.lazyloaded {
  transform: translate(-2.5em, 0);
}
#front-page section .lazyload3.lazyloaded {
  transform: translate(2.5em, 0);
}
#front-page section .lazyload4.lazyloaded {
  transform: translate(0, -2.5em);
}
#front-page section.on .lazyload0.lazyloaded, #front-page section.on .lazyload1.lazyloaded, #front-page section.on .lazyload2.lazyloaded, #front-page section.on .lazyload3.lazyloaded, #front-page section.on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page section.on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 1921px) and (max-aspect-ratio: 100/53) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1920px) and (min-width: 1351px) and (max-aspect-ratio: 2/1) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1350px) and (min-width: 769px) and (max-aspect-ratio: 25/13) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 25/37) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 35/68) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

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

.fnav a {
  text-decoration: none;
  color: white;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fnav a:hover {
  color: #3fa8f4;
}
.fnav a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

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

/* contact form 7 ------------------------------------------- */
.wpcf7-form .formctt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.formname {
  width: 15em;
  font-weight: 700;
  text-align: right;
  padding: 1em 0.5em 0 0;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  .formname {
    width: 100%;
    text-align: left;
    padding: 0.5em 0;
  }
}
.formname::after {
  content: "：";
}

span .formname {
  padding-top: 1.5em;
}

.wpcf7-form-control-wrap {
  flex: 1;
}
@media screen and (max-width: 480px) {
  .wpcf7-form-control-wrap {
    width: 100%;
    flex: none;
  }
}

div.wpcf7 {
  text-align: left;
}

.wpcf7-form {
  /*送信ボタン*/
}
.wpcf7-form p {
  padding: 0 0 2em 0;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form textarea {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  line-height: 1.7em;
  box-sizing: border-box;
  padding: 0.75em 1.5em;
  border-radius: 2em;
  border: #3fa8f4 solid 0.1em;
  /* 確認ページ */
}
@media screen and (max-width: 1500px) {
  .wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form textarea {
    padding: 0.5em 1em;
    border-radius: 1.6em;
  }
}
.wpcf7-form input[type=text].wpcf7c-conf,
.wpcf7-form input[type=email].wpcf7c-conf,
.wpcf7-form input[type=tel].wpcf7c-conf,
.wpcf7-form input[type=date].wpcf7c-conf,
.wpcf7-form textarea.wpcf7c-conf {
  background: #fff;
  border: none;
  border-radius: none;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100% !important;
}
.wpcf7-form .yubin input[type=text] {
  max-width: 180px;
}
.wpcf7-form label .yubin {
  position: relative;
  top: 1em;
}
.wpcf7-form label .yubin br {
  display: none;
}
.wpcf7-form input[type=submit],
.wpcf7-form input[type=button],
.wpcf7-form .resetbtn {
  width: 25em !important;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 1em;
  text-indent: 1em;
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin: 0 1em;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
  border-radius: 1.5em;
  background: #3fa8f4;
  color: #fff;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=button]:hover,
.wpcf7-form .resetbtn:hover {
  cursor: pointer;
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.2);
  transform: translate(0.25em, 0.25em);
}
@media screen and (max-width: 480px) {
  .wpcf7-form input[type=submit],
.wpcf7-form input[type=button],
.wpcf7-form .resetbtn {
    padding: 0.5em 0.5em;
    width: 20em !important;
    margin: 0 0.5em;
  }
}
.wpcf7-form .resetbtn {
  letter-spacing: 0;
  text-indent: 0;
  background: #3fa8f4;
}
.wpcf7-form .wpcf7c-btn-back {
  background: #3fa8f4;
}

.contactformarea .form {
  width: 100%;
  margin: 0 auto 0 auto;
}

/* ボタンリスト */
.btnlist {
  list-style: none inside;
  text-align: center;
}
.btnlist li {
  display: inline-block;
}

/* 確認ページ */
input[type=hidden] {
  position: relative;
  z-index: 100;
  display: inline-block;
  background: #fff !important;
  border: #fff solid 2px;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #3fa8f4;
}

div.wpcf7 .ajax-loader {
  width: 0;
  height: 0;
}

@-webkit-keyframes onAutoFillStart {}

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

input:-webkit-autofill-selected {
  -webkit-animation-name: onAutoFillStart;
          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;
}

.wpcf7-form {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
}
.wpcf7-form p, .wpcf7-form ul {
  position: relative;
  z-index: 2;
}

.formbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  z-index: 1;
  border-radius: 1em;
}

/* チェックボックス・ラジオボタン */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.75em;
}
span.wpcf7-list-item input[type=radio] + span,
span.wpcf7-list-item input[type=checkbox] + span {
  padding-right: 1em;
  font-size: 1em;
}
span.wpcf7-list-item:last-child input[type=radio] + span,
span.wpcf7-list-item:last-child input[type=checkbox] + span {
  padding-right: 0;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  cursor: pointer;
  line-height: 1em;
}
input[type=radio].wpcf7c-conf,
input[type=checkbox].wpcf7c-conf {
  display: none;
}
input[type=radio].wpcf7c-conf + span,
input[type=checkbox].wpcf7c-conf + span {
  display: none;
}

.wpcf7-list-item-label {
  cursor: pointer;
  line-height: 1em;
}

.wpcf7c-elm-step2.bdstep2 {
  display: block;
  width: 100%;
  border-bottom: #3fa8f4 solid 1px;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  color: #3fa8f4;
  font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #3fa8f4;
  background: #3fa8f4;
  color: white;
  font-weight: 700;
}

/* 送信済メッセージ */
div.wpcf7-mail-sent-ok {
  border: 2px solid #3fa8f4;
}

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
#header {
  display: flex;
  flex-wrap: wrap;
  font-family: "FOT-UD角ゴ_ラージ Pr6 M" !important;
  width: 100%;
  height: 3.75em;
  background-color: rgba(243, 243, 243, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 999;
  transition: 1s ease;
}
#header .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  width: 90vw;
  height: inherit;
  margin: auto;
}
#header .inner .logo img {
  width: 8em;
}
#header .gnav {
  /* ヘッダーナビ タブレット以上 */
  /* ヘッダーナビ タブレット以下で非表示 */
}
@media screen and (min-width: 769px) {
  #header .gnav {
    font-weight: 600;
  }
  #header .gnav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
    font-size: 1em;
    letter-spacing: 0.25em;
  }
  #header .gnav a {
    display: inline-block;
  }
  #header .gnav a:hover {
    cursor: pointer;
    transform: scale(1.4);
  }
  #header .gnav .contact-btn {
    background-color: #2e3191;
    color: white;
    border-radius: 1em;
    padding-left: 1em;
    padding-right: 1em;
    transition: 1s ease;
  }
  #header .gnav .contact-btn a {
    color: white;
  }
  #header .gnav .contact-btn:hover {
    cursor: pointer;
    transition: 0.75s ease;
    transform: scale(1.35);
  }
  #header .gnav .contact-btn:hover a {
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  #header .gnav {
    display: none;
  }
}

/* サイドナビ_スマホ以上 */
@media screen and (min-width: 481px) {
  .sidelinkbox {
    position: fixed;
    top: calc(50% - 3.75rem);
    right: 1.8em;
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
    z-index: 10;
    mix-blend-mode: difference;
    /* アイコン表示位置調整 */
  }
  .sidelinkbox li {
    display: inline-block;
    text-align: center;
    /* アイコンリンク_背景の円 */
  }
  .sidelinkbox li a {
    display: flex;
    align-items: center;
    justify-content: center;
    /* アイコン大きさ */
    /* アイコンリンク_背景の円ホバー */
  }
  .sidelinkbox li a::before {
    content: "";
    width: 4em;
    height: 4em;
    background-color: rgba(73, 73, 73, 0.4);
    transition: transform 0.2s ease;
    border-radius: 50%;
    mix-blend-mode: exclusion;
    transform: scale(0, 0);
    position: absolute;
  }
  .sidelinkbox li a img {
    transition: all 0.3s ease 0s;
    z-index: 3;
  }
}
@media screen and (min-width: 481px) and (min-width: 1351px) {
  .sidelinkbox li a img {
    width: 1.5em;
  }
}
@media screen and (min-width: 481px) and (max-width: 1350px) {
  .sidelinkbox li a img {
    width: 2.2em;
  }
}
@media screen and (min-width: 481px) {
  .sidelinkbox li a:hover {
    /* アイコンリンク_ホバー */
  }
  .sidelinkbox li a:hover::before {
    cursor: pointer;
    transform: scale(1, 1);
  }
  .sidelinkbox li a:hover img {
    cursor: pointer;
    transform: scale(1.15);
  }
}
/* サイドナビ_スマホサイズの場合_ */
@media screen and (max-width: 480px) {
  .sidelinkbox {
    display: flex;
    gap: 3.5em;
    flex-wrap: wrap;
    width: 80%;
    height: 3.75em;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 999;
    transition: 1s ease;
    mix-blend-mode: difference;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    /* アイコン表示位置調整 */
    /* メールアイコン位置調整 */
  }
  .sidelinkbox li {
    display: flex;
    align-items: center;
    justify-content: center;
    /* アイコンリンク_背景の円 */
  }
  .sidelinkbox li a {
    display: flex;
    align-items: center;
    justify-content: center;
    /* アイコン大きさ */
  }
  .sidelinkbox li a img {
    transition: all 0.3s ease 0s;
    z-index: 3;
  }
}
@media screen and (max-width: 480px) and (min-width: 1351px) {
  .sidelinkbox li a img {
    width: 1.5em;
  }
}
@media screen and (max-width: 480px) and (max-width: 1350px) {
  .sidelinkbox li a img {
    width: 2.2em;
  }
}
@media screen and (max-width: 480px) {
  .sidelinkbox .mail {
    position: relative;
    top: 0.2em;
  }
}
/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
.hm_btn, .hm_menu_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .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.5em;
  border-bottom: transparent solid 1.5em;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  background: transparent;
  cursor: pointer;
  z-index: 99999;
  /* 色反転 */
  transition: 1s ease;
  mix-blend-mode: difference;
}
.hm_btn::before, .hm_btn::after {
  width: 1.33em;
  height: 0.13em;
  background: white;
  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: #ffffff 0 0.532em 0;
}
.hm_btn::after {
  bottom: 0;
}

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

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  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: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 3em 1em;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: auto;
  transition: left 1s;
  border: none;
  background: #f3f3f3;
  /* 中身デザイン */
}

/* 開閉時のアニメーション */
.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);
  left: 0;
  height: auto;
}

/* メニューリスト */
.main_menu {
  position: relative;
  font-size: 2.5em;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_menu li {
  position: relative;
  box-sizing: border-box;
  border-bottom: solid 1px;
  display: block;
  width: 85%;
  line-height: 3.2em;
  text-align: end;
}

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
#footer .contact-footer {
  font-family: "FOT-UD角ゴ_ラージ Pr6 B" !important;
  letter-spacing: 0.25em;
  display: flex;
}
@media screen and (max-width: 768px) {
  #footer .contact-footer {
    flex-direction: column;
  }
}
#footer .contact-footer .text-contact {
  transition-duration: 1s;
}
#footer .contact-footer .left {
  width: 50%;
  height: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3fa8f4;
  color: white;
  font-size: 2.5em;
}
@media screen and (max-width: 768px) {
  #footer .contact-footer .left {
    width: 100%;
    height: 3em;
  }
}
#footer .contact-footer .right {
  display: flex;
  width: 50%;
  height: 45vw;
  justify-content: center;
  align-items: center;
  border: solid 0.5px #3fa8f4;
}
@media screen and (max-width: 768px) {
  #footer .contact-footer .right {
    width: 100%;
    height: 44em;
  }
}
#footer .contact-footer .right .wrap-round {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .wrap-logo-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .copyright {
  color: white;
  font-weight: 400;
  font-size: 0.8em;
  opacity: 0.3;
}

.round-wrap-out {
  position: absolute;
}

.round-wrap-in {
  position: absolute;
}

.logo-business {
  position: absolute;
}

.logo-footer {
  width: 14em;
  transition-duration: 1s;
}

.round-wrap-out { /*動く円　外側*/
  width: 30em;
  height: 30em;
  transition-duration: 1s;
}
.round-wrap-out .round {
  border: #0099d9 dotted;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  -webkit-animation: round_anime 8s linear infinite;
          animation: round_anime 8s linear infinite;
  overflow: hidden;
}
@-webkit-keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}

.round-wrap-in { /*動く円　内側*/
  width: 24em;
  height: 24em;
  transition-duration: 1s;
}
.round-wrap-in .round {
  border: #0099d9 dotted;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  -webkit-animation: round_anime 8.5s linear infinite;
          animation: round_anime 8.5s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}

#footer:hover .logo-footer {
  transition-duration: 1s;
  width: 20em;
  margin-bottom: 0.35em;
}
#footer:hover .text-contact {
  transition-duration: 1s;
  font-size: 1.4em;
}
#footer:hover .round-wrap-out { /*動く円　外側*/
  width: 38em;
  height: 38em;
  transition-duration: 1s;
}
#footer:hover .round-wrap-out .round {
  border: #0099d9 dotted;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  -webkit-animation: round_anime 8s linear infinite;
          animation: round_anime 8s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
#footer:hover .round-wrap-in { /*動く円　内側*/
  width: 32em;
  height: 32em;
  transition-duration: 1s;
}
#footer:hover .round-wrap-in .round {
  border: #0099d9 dotted;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  -webkit-animation: round_anime 8.5s linear infinite;
          animation: round_anime 8.5s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}

/* ================= ページ内リンク_ホバー効果なし ============================================================ */
#ABOUT-US, #PRODUCTS, #LABO {
  pointer-events: none;
}

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
#front-page {
  /* ================= メイン画像 ============================================================ */
  /* ================= 起業支援事業ここから ============================================================ */
  /* ================= 起業支援事業ここまで ============================================================ */
  /* ================= SP・アウトソーシング事業ここから ============================================================ */
  /* ================= SP・アウトソーシング事業ここまで ============================================================ */
  /* ================= 会社概要ここから ============================================================ */
  /* ================= 会社概要ここまで ============================================================ */
  /* ================= 代表経歴ここから ============================================================ */
  /* ================= 代表経歴ここまで ============================================================ */
  /*1921px以上_メイン画像*/
  /*1920px以下_1351px以上_メイン画像*/
  /*1350px以下_769px以上_メイン画像*/
  /*768px以下_481px以上_メイン画像*/
  /*480px以下_メイン画像*/
}
#front-page .mainimg {
  display: flex;
  align-items: center;
  justify-content: center;
}
#front-page #business { /*事業紹介*/
  pointer-events: none;
  font-family: "FOT-UD角ゴ_ラージ Pr6 B" !important;
}
#front-page #business .wrap-title {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 2em;
  font-family: "FOT-UD角ゴ_ラージ Pr6 B";
  border: solid #3fa8f4 1px;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2em;
  font-size: 2.1em;
}
@media screen and (max-width: 480px) {
  #front-page #business .wrap-title {
    margin: auto;
    margin-bottom: 2em;
  }
}
#front-page #business .wrap-title .title-eg {
  background-color: #3fa8f4;
  color: white;
}
@media screen and (min-width: 1351px) {
  #front-page #business .wrap-title .title-eg {
    padding: 0.5em 0.75em 0.5em 0.75em;
  }
}
@media screen and (max-width: 1350px) {
  #front-page #business .wrap-title .title-eg {
    padding: 0.5em 1.9em 0.5em 1.9em;
  }
}
@media screen and (max-width: 480px) {
  #front-page #business .wrap-title .title-eg {
    padding: 0.5em 0.5em 0.5em 0.5em;
  }
}
#front-page #business .wrap-title .title-jp {
  padding: 0.5em 0.75em 0.5em 0.75em;
}
@media screen and (max-width: 1350px) {
  #front-page #business .wrap-title .title-jp {
    padding: 0.5em 1.9em 0.5em 1.9em;
  }
}
@media screen and (max-width: 480px) {
  #front-page #business .wrap-title .title-jp {
    padding: 0.5em 0.5em 0.5em 0.5em;
  }
}
#front-page .consulting {
  width: 70vw;
  margin: auto;
  position: relative;
  padding-top: 4em;
}
@media screen and (max-width: 1350px) {
  #front-page .consulting { /*1350px以下で 80vwへ幅変わる*/
    width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  #front-page .consulting { /*480px以下で 90vwへ幅変わる*/
    width: 90vw;
  }
}
#front-page .consulting .wrap-sub-title { /*起業支援事業*/
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4em;
  text-align: center;
}
#front-page .consulting .wrap-sub-title span {
  display: flex;
  justify-content: center;
  height: 1.5em;
  align-items: center;
}
#front-page .consulting .wrap-sub-title p {
  font-family: "FOT-UD角ゴ_ラージ Pr6 E" !important;
  color: #3fa8f4;
  font-size: 2.5em;
}
@media screen and (max-width: 1350px) {
  #front-page .consulting .wrap-sub-title p {
    font-size: 3em;
  }
}
#front-page .consulting .wrap-sub-title .sub-title-text {
  font-size: 1.25em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1350px) {
  #front-page .consulting .wrap-sub-title .sub-title-text {
    font-size: 1.6em;
    letter-spacing: 0.05em;
    line-height: 1.5em;
  }
}
#front-page .consulting .title-img {
  text-align: center;
  position: relative;
  z-index: 18;
}
#front-page .consulting .title-img img {
  position: relative;
  right: 16.5em;
  height: 4.25em;
  width: auto;
}
@media screen and (max-width: 1350px) {
  #front-page .consulting .title-img img {
    position: relative;
    right: 12em;
    height: 4em;
    bottom: 0.4em;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #front-page .consulting .title-img img {
    position: relative;
    right: 0;
    height: 4.25em;
    margin-bottom: 4em;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #front-page .consulting .title-img img {
    position: relative;
    right: 0;
    width: 100%;
    margin-bottom: 4em;
    height: auto;
    width: auto;
  }
}
#front-page .consulting .business-img {
  position: absolute;
  top: 4em;
  right: 0;
}
@media screen and (max-width: 768px) {
  #front-page .consulting .business-img {
    position: relative;
    text-align: center;
    top: 0;
  }
}
#front-page .consulting .business-img img {
  width: 37.5em;
  height: auto;
}
@media screen and (max-width: 1350px) {
  #front-page .consulting .business-img img {
    width: 39.5em;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #front-page .consulting .business-img img {
    width: 100%;
    height: auto;
  }
}
#front-page .consulting .business-plan {
  margin-top: 3em;
  position: relative;
}
#front-page .consulting .business-plan h3 {
  color: #666666;
  position: absolute;
  left: 7em;
  font-size: 1.35em;
  top: 3em;
}
@media screen and (max-width: 1350px) {
  #front-page .consulting .business-plan h3 {
    color: #666666;
    position: absolute;
    left: 5em;
    font-size: 1.75em;
    top: 3em;
  }
}
@media screen and (max-width: 768px) {
  #front-page .consulting .business-plan h3 {
    color: #666666;
    position: absolute;
    left: 1em;
    font-size: 1.75em;
    top: 1em;
  }
}
#front-page .consulting .business-plan .logo-business img {
  width: 16em;
}
#front-page .consulting .business-plan .wrap-round {
  display: flex;
  width: 100%;
  height: 30em;
  justify-content: center;
  align-items: center;
  margin-bottom: 8em;
}
#front-page .consulting .business-plan .round-wrap-out {
  position: absolute;
}
#front-page .consulting .business-plan .round-wrap-in {
  position: absolute;
}
#front-page .consulting .business-plan .logo-business {
  position: absolute;
}
#front-page .consulting .business-plan .wrap-business-plan {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10em;
}
@media screen and (max-width: 768px) {
  #front-page .consulting .business-plan .wrap-business-plan {
    display: flex;
    margin-bottom: 2em;
    flex-direction: column;
  }
}
#front-page .consulting .business-plan .wrap-business-plan .part-business-plan {
  width: 30%;
  background-color: #f1f1f1;
  border-radius: 0px 0px 1em 1em; /* 左上、右上、右下、左下 */
}
@media screen and (max-width: 768px) {
  #front-page .consulting .business-plan .wrap-business-plan .part-business-plan {
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 0px 0px 1em 1em;
    margin-bottom: 7em;
  }
}
#front-page .consulting .business-plan .wrap-business-plan .wrap-business-plan-title {
  font-family: "FOT-UD角ゴ_ラージ Pr6 B" !important;
  width: 100%;
  height: 4em;
  background-color: #3fa8f4;
  border-radius: 3em;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto;
  justify-content: flex-start;
  position: relative;
  bottom: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #front-page .consulting .business-plan .wrap-business-plan .wrap-business-plan-title {
    width: 100%;
    height: 4em;
    background-color: #3fa8f4;
    border-radius: 3em;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    justify-content: center;
    position: relative;
    bottom: 2em;
    margin-bottom: 1em;
  }
}
#front-page .consulting .business-plan .wrap-business-plan .wrap-business-plan-title img {
  height: auto;
  width: 8em;
}
@media screen and (max-width: 768px) {
  #front-page .consulting .business-plan .wrap-business-plan .wrap-business-plan-title img {
    position: relative;
    right: 5em;
  }
}
@media screen and (max-width: 480px) {
  #front-page .consulting .business-plan .wrap-business-plan .wrap-business-plan-title img {
    position: relative;
    right: 3.2em;
  }
}
#front-page .consulting .business-plan .wrap-business-plan .wrap-business-plan-title span {
  color: white;
  font-size: 1.2em;
  padding-left: 0.2em;
}
@media screen and (max-width: 768px) {
  #front-page .consulting .business-plan .wrap-business-plan .wrap-business-plan-title span {
    position: relative;
    right: 2.2em;
    font-size: 1.75em;
  }
}
#front-page .consulting .business-plan .wrap-business-plan .wrap-business-plan-img {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #front-page .consulting .business-plan .wrap-business-plan .wrap-business-plan-img {
    text-align: center;
    margin-bottom: 4em;
  }
}
#front-page .consulting .business-plan .wrap-business-plan .wrap-business-plan-img img {
  width: 60%;
}
#front-page .consulting .business-plan .wrap-business-plan .wrap-business-plan-text {
  font-family: "FOT-UD角ゴ_ラージ Pr6 DB" !important;
  width: 90%;
  margin: auto;
  margin-bottom: 3em;
  font-size: 1.1em;
  line-height: 2.1em;
}
@media screen and (max-width: 1350px) {
  #front-page .consulting .business-plan .wrap-business-plan .wrap-business-plan-text {
    width: 90%;
    margin: auto;
    margin-bottom: 3em;
    font-size: 1.5em;
    line-height: 2.1em;
  }
}
#front-page .consulting .round-wrap-out { /*動く円　外側*/
  width: 30em;
  height: 30em;
}
#front-page .consulting .round-wrap-out .round {
  border: #0099d9 dotted;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  -webkit-animation: round_anime 8s linear infinite;
          animation: round_anime 8s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
#front-page .consulting .round-wrap-in { /*動く円　内側*/
  width: 24em;
  height: 24em;
}
#front-page .consulting .round-wrap-in .round {
  border: #0099d9 dotted;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  -webkit-animation: round_anime 8.5s linear infinite;
          animation: round_anime 8.5s linear infinite;
  overflow: hidden;
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
#front-page .sp-outsourcing {
  width: 70vw;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1350px) {
  #front-page .sp-outsourcing { /*1350px以下で 80vwへ幅変わる*/
    width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  #front-page .sp-outsourcing { /*480px以下で 90vwへ幅変わる*/
    width: 90vw;
  }
}
#front-page .sp-outsourcing .wrap-sp-outsourcing-title {
  font-family: "FOT-UD角ゴ_ラージ Pr6 E" !important;
  letter-spacing: 0.4em;
  display: flex;
  flex-direction: column;
  gap: 1.8em;
}
@media screen and (max-width: 768px) {
  #front-page .sp-outsourcing .wrap-sp-outsourcing-title {
    display: flex;
    flex-direction: column;
    gap: 1.8em;
    margin-bottom: 3em;
  }
}
#front-page .sp-outsourcing .wrap-sp-outsourcing-title img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3em;
  width: auto;
}
@media screen and (max-width: 480px) {
  #front-page .sp-outsourcing .wrap-sp-outsourcing-title img {
    height: 2.25em;
  }
}
#front-page .sp-outsourcing .wrap-sp-outsourcing-title span {
  color: #0099d9;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  align-content: center;
}
@media screen and (max-width: 768px) {
  #front-page .sp-outsourcing .wrap-sp-outsourcing-title span {
    font-size: 1.65em;
  }
}
@media screen and (max-width: 480px) {
  #front-page .sp-outsourcing .wrap-sp-outsourcing-title span {
    font-size: 1.4em;
  }
}
#front-page .sp-outsourcing .wrap-sp-outsourcing-text {
  font-family: "FOT-UD角ゴ_ラージ Pr6 B" !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 7em;
}
@media screen and (max-width: 768px) {
  #front-page .sp-outsourcing .wrap-sp-outsourcing-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3em;
  }
  #front-page .sp-outsourcing .wrap-sp-outsourcing-text span {
    font-size: 1.35em;
    letter-spacing: 0.15em;
  }
}
#front-page .sp-outsourcing .wrap-sp-outsourcing-text img {
  width: 28em;
  height: auto;
}
#front-page .sp-outsourcing .sp-outsourcing-jp {
  text-align: center;
}
#front-page .wrap-about {
  width: 70vw;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1350px) {
  #front-page .wrap-about { /*1350px以下で 80vwへ幅変わる*/
    width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  #front-page .wrap-about { /*480px以下で 90vwへ幅変わる*/
    width: 90vw;
  }
}
#front-page #ABOUT {
  letter-spacing: 0.15em;
  pointer-events: none;
  display: block;
  background-color: #f1f1f1;
  padding-top: 6em;
  margin-top: 4em;
  padding-bottom: 6em;
}
#front-page #ABOUT .wrap-title {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 2em;
  font-family: "FOT-UD角ゴ_ラージ Pr6 B";
  border: solid #3fa8f4 1px;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2em;
  font-size: 2.1em;
}
@media screen and (max-width: 768px) {
  #front-page #ABOUT .wrap-title {
    margin: auto;
    margin-bottom: 2em;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #front-page #ABOUT .wrap-title {
    margin: auto;
    margin-bottom: 2em;
    width: 100%;
  }
}
#front-page #ABOUT .wrap-title .title-eg {
  background-color: #3fa8f4;
  color: white;
}
@media screen and (min-width: 1351px) {
  #front-page #ABOUT .wrap-title .title-eg {
    padding: 0.5em 0.75em 0.5em 0.75em;
  }
}
@media screen and (max-width: 1350px) {
  #front-page #ABOUT .wrap-title .title-eg {
    padding: 0.5em 1.9em 0.5em 1.9em;
  }
}
@media screen and (max-width: 768px) {
  #front-page #ABOUT .wrap-title .title-eg {
    text-align: center;
    padding: 0.5em 0em 0.5em 0em;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #front-page #ABOUT .wrap-title .title-eg {
    text-align: center;
    padding: 0.5em 0em 0.5em 0em;
    width: 50%;
  }
}
#front-page #ABOUT .wrap-title .title-jp {
  padding: 0.5em 0.75em 0.5em 0.75em;
}
@media screen and (max-width: 1350px) {
  #front-page #ABOUT .wrap-title .title-jp {
    padding: 0.5em 1.9em 0.5em 1.9em;
  }
}
@media screen and (max-width: 768px) {
  #front-page #ABOUT .wrap-title .title-jp {
    text-align: center;
    padding: 0.5em 0em 0.5em 0em;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #front-page #ABOUT .wrap-title .title-jp {
    text-align: center;
    padding: 0.5em 0em 0.5em 0em;
    width: 50%;
  }
}
#front-page #ABOUT table { /*会社概要の表*/
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  font-size: 1.25em;
  margin-bottom: 4em;
}
#front-page #ABOUT table th, #front-page #ABOUT table td {
  border-top: 1px solid #3fa8f4;
  border-left: 1px solid #3fa8f4;
}
#front-page #ABOUT table th {
  font-family: "FOT-UD角ゴ_ラージ Pr6 DB" !important;
  padding: 1em;
  width: 8em;
  background: #3fa8f4;
  color: #FFFFFF;
  border-bottom: solid 1px white;
}
#front-page #ABOUT table td {
  font-family: "FOT-UD角ゴ_ラージ Pr6 M" !important;
  padding: 1em 3em;
  color: black;
  border-bottom: #3fa8f4 solid 1px;
  background-color: white;
}
#front-page #ABOUT table th:last-child, #front-page #ABOUT table td:last-child {
  border-right: 1px solid #3fa8f4;
}
#front-page #ABOUT table tr:last-child th, #front-page #ABOUT table tr:last-child td {
  border-bottom: 1px solid #3fa8f4;
}
#front-page #ABOUT table tr:first-child :first-child {
  border-top-left-radius: 1em;
}
#front-page #ABOUT table tr:first-child :last-child {
  border-top-right-radius: 1em;
}
#front-page #ABOUT table tr:last-child :first-child {
  border-bottom-left-radius: 1em;
}
#front-page #ABOUT table tr:last-child :last-child {
  border-bottom-right-radius: 1em;
}
#front-page #ABOUT table tr:not(:first-child) th, #front-page #ABOUT table tr:not(:first-child) td {
  border-top: none;
}
#front-page .wrap-map {
  display: block;
  text-align: center;
  width: 100%;
  height: 40em;
}
#front-page .wrap-map iframe {
  width: 100% !important;
  height: 100%;
  display: block;
}
#front-page .wrap-career {
  font-family: "FOT-UD角ゴ_ラージ Pr6 B" !important;
  width: 70vw;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1350px) {
  #front-page .wrap-career { /*1350px以下で 80vwへ幅変わる*/
    width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  #front-page .wrap-career { /*480px以下で 90vwへ幅変わる*/
    width: 90vw;
  }
}
#front-page #career {
  letter-spacing: 0.15em;
  pointer-events: none;
  display: block;
  padding-top: 6em;
  margin-top: 4em;
  margin-bottom: 6em;
}
#front-page #career .wrap-title {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 2em;
  font-family: "FOT-UD角ゴ_ラージ Pr6 B";
  border: solid #3fa8f4 1px;
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2em;
  font-size: 2.1em;
}
@media screen and (max-width: 768px) {
  #front-page #career .wrap-title {
    margin: auto;
    margin-bottom: 2em;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #front-page #career .wrap-title {
    margin: auto;
    margin-bottom: 2em;
    width: 100%;
  }
}
#front-page #career .wrap-title .title-eg {
  background-color: #3fa8f4;
  color: white;
}
@media screen and (min-width: 1351px) {
  #front-page #career .wrap-title .title-eg {
    padding: 0.5em 0.75em 0.5em 0.75em;
  }
}
@media screen and (max-width: 1350px) {
  #front-page #career .wrap-title .title-eg {
    padding: 0.5em 1.9em 0.5em 1.9em;
  }
}
@media screen and (max-width: 768px) {
  #front-page #career .wrap-title .title-eg {
    text-align: center;
    padding: 0.5em 0em 0.5em 0em;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #front-page #career .wrap-title .title-eg {
    text-align: center;
    padding: 0.5em 0em 0.5em 0em;
    width: 50%;
  }
}
#front-page #career .wrap-title .title-jp {
  padding: 0.5em 0.75em 0.5em 0.75em;
}
@media screen and (max-width: 1350px) {
  #front-page #career .wrap-title .title-jp {
    padding: 0.5em 1.9em 0.5em 1.9em;
  }
}
@media screen and (max-width: 768px) {
  #front-page #career .wrap-title .title-jp {
    text-align: center;
    padding: 0.5em 0em 0.5em 0em;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #front-page #career .wrap-title .title-jp {
    text-align: center;
    padding: 0.5em 0em 0.5em 0em;
    width: 50%;
  }
}
#front-page #career .name {
  font-family: "FOT-UD角ゴ_ラージ Pr6 E" !important;
  font-size: 2em;
  color: #3fa8f4;
  border-bottom: dotted;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#front-page #career .text {
  font-size: 1.15em;
  margin-bottom: 2em;
}
#front-page #career .wrap-achievement {
  font-size: 1.15em;
}
#front-page #career .wrap-achievement .title-achievement {
  font-family: "FOT-UD角ゴ_ラージ Pr6 E" !important;
  background-color: #3fa8f4;
  text-align: center;
  color: white;
  padding: 0.5em 0 0.5em 0;
}
#front-page #career .wrap-achievement .text-achievement {
  padding: 1em;
  border: solid #3fa8f4;
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 1921px) {
  #front-page .slant-bg { /*斜めの背景*/
    width: 100%;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  #front-page .slant-bg::before { /*斜めの背景*/
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
    transform: skewY(-16deg) translateY(-20vw);
    z-index: 1;
  }
  #front-page .mainimg {
    width: 100%;
    height: 100vh;
  }
  #front-page .mainimg img { /*メインビジュアル右下の図形*/
    width: 24em;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  #front-page .mainimg .wrap { /*文字情報*/
    z-index: 15;
    position: relative;
    right: 21em;
    letter-spacing: 0.15em;
  }
  #front-page .mainimg .wrap .title {
    font-size: 3.75em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
    letter-spacing: 0.15em;
  }
  #front-page .mainimg .wrap .text { /*メインビジュアル文字*/
    font-size: 1.25em;
    line-height: 2em;
  }
  #front-page .mainimg .wrap .text span {
    color: white;
    padding: 2px 8px; /* 枠と文字の空間 */
    margin: 0 0.25em 0 0; /* 枠の外の空間 */
    background-color: #3fa8f4; /* 枠の背景色 */
    border-radius: 2px; /* 枠の角を丸くする */
    font-family: inherit; /* フォントの種類を継承する */
  }
}
@media screen and (max-width: 1920px) {
  #front-page .slant-bg { /*斜めの背景*/
    width: 100%;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  #front-page .slant-bg::before { /*斜めの背景*/
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
    transform: skewY(-24deg) translateY(-26vw);
    z-index: 1;
  }
  #front-page .mainimg {
    width: 100%;
    height: 100vh;
  }
  #front-page .mainimg img { /*メインビジュアル右下の図形*/
    width: 35em;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  #front-page .mainimg .wrap { /*文字情報*/
    z-index: 15;
    position: relative;
    right: 24em;
    letter-spacing: 0.15em;
  }
  #front-page .mainimg .wrap .title {
    font-size: 4.75em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
    letter-spacing: 0.15em;
  }
  #front-page .mainimg .wrap .text { /*メインビジュアル文字*/
    font-size: 1.25em;
    line-height: 2em;
    margin-top: 1.5em;
  }
  #front-page .mainimg .wrap .text span {
    color: white;
    padding: 2px 8px; /* 枠と文字の空間 */
    margin: 0 0.25em 0 0; /* 枠の外の空間 */
    background-color: #3fa8f4; /* 枠の背景色 */
    border-radius: 2px; /* 枠の角を丸くする */
    font-family: inherit; /* フォントの種類を継承する */
  }
}
@media screen and (max-width: 1350px) {
  #front-page .slant-bg { /*斜めの背景*/
    width: 100%;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  #front-page .slant-bg::before { /*斜めの背景*/
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
    transform: skewY(-30deg) translateY(-38vw);
    z-index: 1;
  }
  #front-page .mainimg {
    width: 100%;
    height: 100vh;
  }
  #front-page .mainimg img { /*メインビジュアル右下の図形*/
    width: 48em;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  #front-page .mainimg .wrap { /*文字情報*/
    font-family: "FOT-UD角ゴ_ラージ Pr6 E" !important;
    z-index: 15;
    position: relative;
    right: 17em;
    letter-spacing: 0.15em;
  }
  #front-page .mainimg .wrap .title {
    font-size: 6.5em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
    letter-spacing: 0.15em;
  }
  #front-page .mainimg .wrap .text { /*メインビジュアル文字*/
    font-family: "FOT-UD角ゴ_ラージ Pr6 DB" !important;
    font-size: 1.8em;
    line-height: 2em;
  }
  #front-page .mainimg .wrap .text span {
    color: white;
    padding: 2px 8px; /* 枠と文字の空間 */
    margin: 0 0.25em 0 0; /* 枠の外の空間 */
    background-color: #3fa8f4; /* 枠の背景色 */
    border-radius: 2px; /* 枠の角を丸くする */
    font-family: inherit; /* フォントの種類を継承する */
  }
}
@media screen and (max-width: 768px) {
  #front-page .slant-bg { /*斜めの背景*/
    width: 100%;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  #front-page .slant-bg::before { /*斜めの背景*/
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
    transform: skewY(-55deg) translateY(-80vw);
    z-index: 1;
  }
  #front-page .mainimg {
    width: 100%;
    height: 100vh;
  }
  #front-page .mainimg img { /*メインビジュアル右下の図形*/
    width: 32em;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  #front-page .mainimg .wrap { /*文字情報*/
    z-index: 15;
    position: relative;
    right: 3em;
    letter-spacing: 0.15em;
  }
  #front-page .mainimg .wrap .title {
    font-size: 4.5em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
    letter-spacing: 0.15em;
  }
  #front-page .mainimg .wrap .text { /*メインビジュアル文字*/
    font-size: 1.25em;
    line-height: 2em;
  }
  #front-page .mainimg .wrap .text span {
    color: white;
    padding: 2px 8px; /* 枠と文字の空間 */
    margin: 0 0.25em 0 0; /* 枠の外の空間 */
    background-color: #3fa8f4; /* 枠の背景色 */
    border-radius: 2px; /* 枠の角を丸くする */
    font-family: inherit; /* フォントの種類を継承する */
  }
}
@media screen and (max-width: 480px) {
  #front-page .slant-bg { /*斜めの背景*/
    width: 100%;
    margin: 0;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
  }
  #front-page .slant-bg::before { /*斜めの背景*/
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f1f1f1;
    transform: skewY(-62deg) translateY(-95vw);
    z-index: 1;
  }
  #front-page .mainimg {
    width: 100%;
    height: 100vh;
  }
  #front-page .mainimg img { /*メインビジュアル右下の図形*/
    width: 25em;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  #front-page .mainimg .wrap { /*文字情報*/
    z-index: 15;
    position: relative;
    letter-spacing: 0.15em;
    right: 0;
  }
  #front-page .mainimg .wrap .title {
    font-size: 3.5em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
    letter-spacing: 0.15em;
  }
  #front-page .mainimg .wrap .text { /*メインビジュアル文字*/
    font-size: 1.05em;
    line-height: 2.25em;
  }
  #front-page .mainimg .wrap .text span {
    color: white;
    padding: 2px 8px; /* 枠と文字の空間 */
    margin: 0 0.25em 0 0; /* 枠の外の空間 */
    background-color: #3fa8f4; /* 枠の背景色 */
    border-radius: 2px; /* 枠の角を丸くする */
    font-family: inherit; /* フォントの種類を継承する */
  }
}

.wrap-contact {
  margin: auto;
  margin-top: 10em;
  margin-bottom: 10em;
}
@media screen and (min-width: 769px) {
  .wrap-contact {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .wrap-contact {
    width: 95%;
  }
}
.wrap-contact .contact-title {
  text-align: center;
  margin-bottom: 8em;
}
.wrap-contact .contact-title-eg {
  font-size: 2.5em;
  margin-bottom: 0.25em;
}

.wrap-contact-acceptance {
  text-align: center;
}

.wrap-contact-submit {
  text-align: center;
}

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

.wpcf7-spinner {
  display: none;
}

div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 5em;
  background-color: transparent !important;
  /* 入力内容 */
  /* ボタン */
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf {
    padding: 0 2em;
  }
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf {
    padding: 1.5em 1.5em 0 1.5em;
  }
}
div#wpcf7cpcnf table {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
div#wpcf7cpcnf table tr {
  /* 種別 */
}
div#wpcf7cpcnf table tr th,
div#wpcf7cpcnf table tr td {
  border-bottom: #000 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: 20em;
  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 {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: 3em;
  min-width: 13em;
  position: relative;
  padding: 1em 3em;
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
  border-radius: 1.5em;
  background: #3fa8f4 url("images/ya_w.svg") no-repeat right 1em top 50%;
  background-size: auto 1em;
  color: #fff;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  text-align: center;
  border-radius: 4em;
  cursor: pointer;
  /* 修正ボタン */
  /* 送信ボタン */
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  box-shadow: 0 0 0.8em 0 rgba(0, 0, 0, 0.2);
  transform: translate(0.2em, 0.2em);
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
div#wpcf7cpcnf .wpcf7cp-btns button:hover {
  background: #3fa8f4 url("images/ya_w.svg") no-repeat right 0.8em top 50%;
  background-size: auto 1em;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: auto !important;
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (max-width: 480px) {
  div#wpcf7cpcnf .wpcf7cp-btns button {
    width: 100% !important;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: linear-gradient(135deg, #0000ff 0, #0000ff 50%, #3fa8f4 50%, #3fa8f4 100%) 100% 50%/250% auto;
  border: none;
  letter-spacing: 1em;
  text-indent: 1em;
}
@media screen and (max-width: 768px) {
  div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
    letter-spacing: 0;
    text-indent: 0;
  }
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  background-position: 0 50%;
}
div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7-submit {
  letter-spacing: 0;
  text-indent: 0;
}

/* 製品紹介一覧_上部スペース調整用 */
.space-archive-product {
  margin-top: 10em;
}

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ページヘッダー（共通） */
#postlist #page-header .innerbox,
#newspost #page-header .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  /* 年月 */
  /* 月選択 */
  /* ボタン */
}
@media screen and (max-width: 480px) {
  #postlist #page-header .innerbox,
#newspost #page-header .innerbox {
    display: block;
  }
}
#postlist #page-header .innerbox .year,
#newspost #page-header .innerbox .year {
  padding-left: 0.5em;
  color: #666;
}
#postlist #page-header .innerbox .month,
#newspost #page-header .innerbox .month {
  padding-left: 0.15em;
  font-size: 1.75em;
  font-weight: 700;
}
#postlist #page-header .innerbox select,
#newspost #page-header .innerbox select {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
  margin-left: 5em;
  line-height: 1.5em;
  border: none;
  border-bottom: #000 solid 0.15em;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #postlist #page-header .innerbox select,
#newspost #page-header .innerbox select {
    margin-left: 0;
    margin-top: 1em;
    width: 100%;
  }
}
#postlist #page-header .innerbox select option,
#newspost #page-header .innerbox select option {
  background: #000;
  color: #f3f3f3;
}
#postlist #page-header .innerbox .btn,
#newspost #page-header .innerbox .btn {
  position: absolute;
  top: 0;
  left: auto;
  right: 5em;
  bottom: auto;
}
@media screen and (max-width: 768px) {
  #postlist #page-header .innerbox .btn,
#newspost #page-header .innerbox .btn {
    right: 2.5em;
  }
  #postlist #page-header .innerbox .btn a,
#newspost #page-header .innerbox .btn a {
    padding: 1em 4em 1em 3em;
  }
}
@media screen and (max-width: 480px) {
  #postlist #page-header .innerbox .btn,
#newspost #page-header .innerbox .btn {
    position: relative;
    right: 0;
    margin-top: 2em;
  }
  #postlist #page-header .innerbox .btn a,
#newspost #page-header .innerbox .btn a {
    width: 100%;
    text-align: center;
    padding: 1.4em 0;
  }
}

/* ページナビゲーション（共通） */
.pager {
  margin-bottom: 7em;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2.5em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pager {
    padding-top: 3em;
  }
}
.pager a {
  text-decoration: none;
}
.pager p {
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pager .no-link {
  color: #666;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.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-size: 1.2em;
}
.pager .nth-box .current {
  font-size: 1.2em;
  display: inline-block;
  color: #666;
  padding: 0 0.5em;
}
.pager .nth-box .tenten {
  color: #666;
}
.pager .nth-box a {
  display: inline-block;
  padding: 0 0.5em;
}

/* ================= 記事一覧 ============================================================ */
#post_archive {
  padding-top: 0;
}

/* ================= 投稿ページ（共通） ============================================================ */
#newspost {
  /* -------------------------- 投稿記事ヘッダー ------------------------------------------- */
  /* -------------------------- フリー入力エリア ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */
}
#newspost #entry-header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 1.5em;
  padding-bottom: 0;
}
#newspost #entry-header .innerbox {
  /* 記事タイトル */
  /* 日付 */
}
#newspost #entry-header .innerbox .entry_ttl {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: #000 solid 0.1em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1350px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .entry_ttl {
    width: 100%;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  #newspost #entry-header .innerbox .entry_ttl {
    font-size: 1.4em;
  }
}
#newspost #entry-header .innerbox .date {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #newspost #entry-header .innerbox .date {
    font-size: 1em;
    width: 100%;
    padding: 0;
    padding-bottom: 0.5em;
    padding-left: 0;
  }
}
#newspost #entry-header .innerbox .date .year {
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #666;
}
#newspost #entry-header .innerbox .date .md {
  font-size: 1.5em;
  padding-left: 0.25em;
}
#newspost .freepage-ctt .sec_bg2:first-child,
#newspost .freepage-ctt .sec_bg3:first-child {
  margin-top: 1.5em;
}
#newspost .nav_sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
#newspost .nav_sec .innerbox ul.post_nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#newspost .nav_sec .innerbox ul.post_nav li {
  line-height: 1em;
  max-width: 45%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#newspost .nav_sec .innerbox ul.post_nav li:hover {
  color: #0000ff;
}
#newspost .nav_sec .innerbox ul.post_nav li a {
  flex: 1;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
  color: #000;
}
@media screen and (max-width: 480px) {
  #newspost .nav_sec .innerbox ul.post_nav li a {
    font-size: 0.8em;
  }
}
#newspost .nav_sec .innerbox ul.post_nav li a:hover {
  color: #0000ff;
}
#newspost .nav_sec .innerbox ul.post_nav li.prev:hover {
  transform: translate(-0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.prev a {
  padding-left: 0.25em;
}
#newspost .nav_sec .innerbox ul.post_nav li.next {
  justify-content: flex-end;
}
#newspost .nav_sec .innerbox ul.post_nav li.next:hover {
  transform: translate(0.2em, 0);
}
#newspost .nav_sec .innerbox ul.post_nav li.next a {
  padding-right: 0.25em;
}

/* ===========================================================================================================
　　　　　　　　　実績紹介
=========================================================================================================== */
/* ================= 記事一覧 ============================================================ */
#post_archive .works_list li:last-child {
  margin-bottom: 0;
}

/* ================= 記事ヘッダー ============================================================ */
#newspost.works-template-default #entry-header.works_header {
  /* -------------------------- 日付 ------------------------------------------- */
  /* -------------------------- クライアント名 ------------------------------------------- */
  /* -------------------------- サービス名 ------------------------------------------- */
  /* -------------------------- 投稿タイトル ------------------------------------------- */
}
#newspost.works-template-default #entry-header.works_header .date {
  color: #666;
  padding-bottom: 0.25em;
  border-bottom: #000 solid 0.1em;
  margin-bottom: 1em;
  /* 月日 ------------------------------------------- */
}
#newspost.works-template-default #entry-header.works_header .date .md {
  padding-right: 0.25em;
}
#newspost.works-template-default #entry-header.works_header .name {
  font-size: 1.25em;
  line-height: 1.25em;
  padding-bottom: 0.25em;
}
#newspost.works-template-default #entry-header.works_header .sv {
  font-size: 1.1em;
  line-height: 1.25em;
  padding-bottom: 0.5em;
}
#newspost.works-template-default #entry-header.works_header .entry_ttl {
  font-size: 1.7em;
  line-height: 1.5em;
  border-bottom: none;
  padding-bottom: 0;
}

/*全共通*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.bgappear strong {
  color: #3fa8f4;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3fa8f4; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */