@charset "UTF-8";
/*-------------------------------------------
　PCや携帯のサイズによってCSS変更
-------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

nav ul {
  list-style: none; }

li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000; }

ins {
  background-color: #FFF;
  color: #070500;
  text-decoration: none; }

mark {
  background-color: #FFF;
  color: #070500;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #070500;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo", メイリオ, sans-serif, serif;
  font-size: 1rem;
  line-height: 2rem;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal; }

main {
  overflow-x: hidden; }

.row img {
  width: 100%;
  height: auto; }

a {
  text-decoration: none; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
a.anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px; }

/*-------------------------------------------
　セクション背景設定
-------------------------------------------*/
@keyframes gradientBG {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/*-------------------------------------------
　ななめ
-------------------------------------------*/
/*-------------------------------------------
　テキスト装飾
-------------------------------------------*/
/*-------------------------------------------
　テキストサイズ
-------------------------------------------*/
/*-------------------------------------------
　リンクボタン
-------------------------------------------*/
/*-------------------------------------------
　画像　位置設定
-------------------------------------------*/
/*-------------------------------------------
 アーカイブ　ページネーション
-------------------------------------------*/
.pagination {
  clear: both;
  position: relative;
  line-height: 2rem;
  font-size: 1rem;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .pagination {
      line-height: 1.4rem;
      font-size: 0.8rem; } }
  .pagination .pagination-box {
    display: inline-block; }
  .pagination span {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 2px 20px 0;
    text-decoration: none;
    width: auto;
    color: #FFF;
    background: #036c70; }
  .pagination a {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 2px 20px 0;
    text-decoration: none;
    width: auto;
    color: #FFF;
    background: #036c70; }
    .pagination a:hover {
      color: #FFF;
      background: #38034e; }
  .pagination .current {
    padding: 2px 20px 0;
    color: #FFF;
    background: #036c70; }

/*-------------------------------------------
 シングルページ　ページネーション
-------------------------------------------*/
ul.pager {
  width: 100%;
  margin: 15px 0;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 834px) {
    ul.pager {
      margin: 15px 0 0;
      display: inline-block; } }
  ul.pager li {
    margin: 5px 15px 4px 0; }
    @media screen and (max-width: 834px) {
      ul.pager li {
        width: 100%;
        margin: 10px 0;
        display: inline-block;
        text-align: center; } }
  ul.pager a {
    padding: 10px 20px;
    line-height: 1.4rem;
    font-size: 0.9rem;
    font-weight: bold;
    color: #FFF;
    background: #036c70; }
    @media screen and (max-width: 834px) {
      ul.pager a {
        line-height: 1.26rem;
        font-size: 0.81rem; } }
    @media screen and (max-width: 834px) {
      ul.pager a {
        width: 100%;
        line-height: 2rem;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center; } }
  @media screen and (max-width: 834px) and (max-width: 834px) {
    ul.pager a {
      line-height: 1.8rem;
      font-size: 0.99rem; } }

    ul.pager a:hover {
      background: #38034e;
      text-decoration: none; }

/*-------------------------------------------
　ページトップへ戻る
-------------------------------------------*/
#page-top_div p {
  margin: 0;
  text-align: center;
  width: 100%;
  background: #070500;
  font-size: 0.6em;
  color: #FFF;
  border-top: 1px solid #070500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }
#page-top_div p:hover {
  background: #383632; }
#page-top_div a:hover {
  text-decoration: none; }

/*-------------------------------------------
　パンくず
-------------------------------------------*/
ul.pankuzu {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2rem;
  font-size: 0.7rem;
  overflow: hidden;
  padding: 7px 0 5px 0; }
  @media screen and (max-width: 1024px) {
    ul.pankuzu {
      max-width: 100%;
      padding-left: 25px;
      padding-right: 25px; } }
  @media screen and (max-width: 834px) {
    ul.pankuzu {
      line-height: 1.08rem;
      font-size: 0.63rem; } }
  ul.pankuzu li {
    float: left;
    list-style: none; }
    ul.pankuzu li a {
      color: #4e3803; }
      ul.pankuzu li a:hover {
        color: #070500;
        text-decoration: none; }

/*-------------------------------------------
　スマホでは一行　基本テーブル
-------------------------------------------*/
.table-profile table {
  width: 100%;
  border-top: 1px solid #83827f;
  border-collapse: collapse; }
  .table-profile table tr {
    border-bottom: 1px solid #83827f; }
  .table-profile table th {
    text-align: left;
    padding: 16px 16px;
    width: 23%;
    font-weight: bold;
    line-height: 2rem;
    font-size: 1rem;
    color: #715f35; }
    @media screen and (max-width: 834px) {
      .table-profile table th {
        line-height: 1.4rem;
        font-size: 0.8rem; } }
  .table-profile table td {
    border: none;
    text-align: left;
    vertical-align: middle;
    padding: 16px 16px;
    line-height: 2rem;
    font-size: 1rem; }
    @media screen and (max-width: 834px) {
      .table-profile table td {
        line-height: 1.4rem;
        font-size: 0.8rem; } }

/*-------------------------------------------
　教育テーブル
-------------------------------------------*/
.trainingtable {
  /* テーブル　基本 */ }
  .trainingtable table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid #b4b4b2;
    margin: 10px 0; }
    .trainingtable table th, .trainingtable table td {
      padding: 14px 18px 12px;
      border-bottom: 1px solid #b4b4b2;
      border-right: 1px solid #b4b4b2; }
      @media screen and (max-width: 834px) {
        .trainingtable table th, .trainingtable table td {
          padding: 5px 7px 4px; } }
    .trainingtable table th {
      background: #e6e6e5;
      line-height: 2rem;
      font-size: 1rem;
      text-align: center;
      letter-spacing: 0.3em;
      vertical-align: middle; }
      @media screen and (max-width: 834px) {
        .trainingtable table th {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
    .trainingtable table td {
      line-height: 2rem;
      font-size: 1rem;
      vertical-align: middle; }
      @media screen and (max-width: 834px) {
        .trainingtable table td {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
    .trainingtable table .kazu {
      line-height: 2.2rem;
      font-size: 1.3rem;
      color: #3e2c02;
      font-weight: bold; }
      @media screen and (max-width: 834px) {
        .trainingtable table .kazu {
          line-height: 1.98rem;
          font-size: 1.17rem; } }
    .trainingtable table td:nth-child(1) {
      background: #dbd7cc; }

/*-------------------------------------------
　業界初テーブル
-------------------------------------------*/
@media screen and (max-width: 834px) {
  .industrytable {
    overflow-x: scroll; } }
.industrytable table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #b4b4b2;
  margin: 10px 0; }
  @media screen and (max-width: 834px) {
    .industrytable table {
      border-collapse: collapse;
      white-space: nowrap; } }
  .industrytable table th, .industrytable table td {
    padding: 14px 18px 12px;
    border-bottom: 1px solid #b4b4b2;
    border-right: 1px solid #b4b4b2; }
    @media screen and (max-width: 834px) {
      .industrytable table th, .industrytable table td {
        padding: 5px 7px 4px; } }
  .industrytable table th {
    background: #e6e6e5;
    line-height: 2rem;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.3em;
    vertical-align: middle; }
    @media screen and (max-width: 834px) {
      .industrytable table th {
        line-height: 1.4rem;
        font-size: 0.8rem; } }
    .industrytable table th img {
      padding-top: 10px; }
  .industrytable table td {
    background: #FFF;
    line-height: 2rem;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .industrytable table td {
        line-height: 1.4rem;
        font-size: 0.8rem; } }
  .industrytable table .kazu {
    line-height: 2.2rem;
    font-size: 1.3rem;
    color: #3e2c02;
    font-weight: bold; }
    @media screen and (max-width: 834px) {
      .industrytable table .kazu {
        line-height: 1.98rem;
        font-size: 1.17rem; } }
  .industrytable table td:nth-child(1) {
    background: #e6e6e5; }

/*-------------------------------------------
　クリックで開く　Q&Aなど
-------------------------------------------*/
.accbox_group {
  border-top: 1px solid #b4b4b2; }

.accbox {
  max-width: 100%; }
  .accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 10px 10px 12px 55px;
    line-height: 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #070500;
    border-bottom: 1px solid #b4b4b2;
    text-indent: -1.5em;
    transition: all 0.3s;
    cursor: pointer; }
    @media screen and (max-width: 834px) {
      .accbox label {
        line-height: 1.4rem;
        font-size: 0.88rem; } }
    @media screen and (max-width: 834px) {
      .accbox label {
        padding: 12px 20px 14px 2.4em; } }
    .accbox label:hover {
      background: #a69b81;
      color: #070500; }
  .accbox input {
    display: none; }
  .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s; }

.cssacc:checked + .accshow {
  height: auto;
  padding: 15px 30px 20px;
  line-height: 2rem;
  font-size: 1rem;
  color: #070500;
  background: #FFF;
  opacity: 1;
  border-bottom: 2px solid #070500; }
  @media screen and (max-width: 834px) {
    .cssacc:checked + .accshow {
      line-height: 1.4rem;
      font-size: 0.8rem; } }

/*-------------------------------------------
　タブ切り替え
-------------------------------------------*/
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  @media screen and (max-width: 834px) {
    .nav {
      font-size: 0.9em; } }

.nav-link {
  padding: 3px 25px 0;
  margin-right: 2px; }
  @media screen and (max-width: 834px) {
    .nav-link {
      padding: 8px 25px 5px; } }

/* タブ */
.nav-tabs {
  border-bottom: 2px solid #070500;
  font-weight: bold; }
  .nav-tabs .nav-link {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background-color: #070500;
    color: #FFF; }
    .nav-tabs .nav-link:hover {
      color: #FFF;
      border-bottom: 3px solid #3e2c02;
      background-color: #3e2c02; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    margin-bottom: -3px;
    font-weight: bold;
    color: #3e2c02;
    background-color: #FFF;
    border: 2px solid #070500;
    border-bottom: 4px solid #FFF; }
  @media screen and (max-width: 834px) {
    .nav-tabs li {
      width: 100%; } }

/* タブで開くコンテンツ */
.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  padding-top: 40px;
  display: block; }
  @media screen and (max-width: 834px) {
    .tab-content > .active {
      padding-top: 10px; } }

/*-------------------------------------------
　新着一覧表示
-------------------------------------------*/
.info-box {
  margin-bottom: 20px;
  padding: 10px 20px 5px;
  border: 1px solid #83827f;
  background: #FFF; }
  @media screen and (max-width: 834px) {
    .info-box {
      margin-bottom: 0px;
      border: none;
      padding: 10px 10px;
      border-bottom: 1px solid #83827f; } }
  .info-box p {
    padding: 2px 0 12px 0;
    line-height: 1.4rem;
    font-size: 0.9rem; }
    @media screen and (max-width: 834px) {
      .info-box p {
        line-height: 1.26rem;
        font-size: 0.81rem; } }
    .info-box p a {
      text-decoration: underline; }
      .info-box p a:hover {
        color: #c53516;
        text-decoration: underline; }
  .info-box span.lead {
    display: inline-block;
    font-weight: 400; }
  .info-box .imgthumbnail {
    height: 140px;
    overflow-y: hidden;
    align-items: center;
    display: flex; }
    @media screen and (max-width: 834px) {
      .info-box .imgthumbnail {
        max-height: 90px; } }
    .info-box .imgthumbnail img {
      width: 100%; }
    .info-box .imgthumbnail:hover {
      opacity: 0.8; }
    @media screen and (max-width: 834px) {
      .info-box .imgthumbnail {
        height: 220px;
        overflow-y: hidden;
        align-items: center;
        display: flex; } }
  @media screen and (max-width: 834px) and (max-width: 834px) {
    .info-box .imgthumbnail {
      max-height: 170px; } }
    @media screen and (max-width: 834px) {
        .info-box .imgthumbnail img {
          width: 100%; } }

.info-cat {
  display: inline-block;
  margin-top: -2px;
  line-height: 1.3rem;
  font-size: 0.7rem;
  font-weight: bold;
  color: #FFF;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .info-cat {
      line-height: 1.04rem;
      font-size: 0.56rem; } }
  .info-cat a {
    color: #FFF;
    text-decoration: none; }
    .info-cat a:hover {
      color: #b4b4b2;
      text-decoration: none; }

.info-cat-news {
  margin: 0 10px;
  width: 110px;
  background: #036c70; }

.info-cat-research {
  margin: 0 10px 0 0;
  padding: 0 10px;
  background: #2E9EB4; }

.info-cat-youtube {
  margin: 0 10px;
  width: 110px;
  background: #c53516; }

/*-------------------------------------------
　新着RSS一覧表示
-------------------------------------------*/
.rss {
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #83827f;
  background: #FFF; }
  .rss p {
    padding: 10px 10px 8px;
    line-height: 1.4rem;
    font-size: 0.9rem;
    border-bottom: 1px dashed #83827f; }
    @media screen and (max-width: 834px) {
      .rss p {
        line-height: 1.26rem;
        font-size: 0.81rem; } }
    .rss p a {
      text-decoration: underline; }
      .rss p a:hover {
        color: #c53516;
        text-decoration: underline; }
    .rss p:last-child {
      border-bottom: none; }

.eachTextAnime span {
  opacity: 0; }

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards; }

@keyframes text_anime_on {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*-------------------------------------------
　テキスト設定
-------------------------------------------*/
h1, h2, h3, h4 {
  font-style: normal;
  font-family: "source-han-sans-japanese", sans-serif;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
  font-display: swap; }

p {
  line-height: 2rem;
  font-size: 1rem;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
  font-display: swap; }
  @media screen and (max-width: 834px) {
    p {
      line-height: 1.4rem;
      font-size: 0.8rem; } }

li {
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph; }

time {
  line-height: 1.4rem;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 834px) {
    time {
      line-height: 1.26rem;
      font-size: 0.81rem; } }

/*-------------------------------------------
　テキスト装飾設定
-------------------------------------------*/
strong {
  padding: 0 2px;
  background: linear-gradient(transparent 60%, #fff9B2 40%); }

/*-------------------------------------------
　メインタイトル
-------------------------------------------*/
.main-ttl {
  margin-top: 75px;
  background: #fbe6b2;
  background: linear-gradient(130deg, rgba(251, 230, 178, 0.9), rgba(78, 56, 3, 0.6));
  background-size: cover; }
  @media screen and (max-width: 834px) {
    .main-ttl {
      margin-top: 55px; } }
  .main-ttl-content {
    padding: 27px 40px 27px 40px; }
    @media screen and (max-width: 834px) {
      .main-ttl-content {
        padding: 27px 20px 27px 20px; } }
    .main-ttl-content p {
      font-style: normal;
      font-family: "source-han-sans-japanese", sans-serif;
      line-height: 1.4rem;
      font-size: 0.9rem;
      text-transform: uppercase; }
      @media screen and (max-width: 834px) {
        .main-ttl-content p {
          line-height: 1.26rem;
          font-size: 0.81rem; } }
    .main-ttl-content-title {
      line-height: 2.6rem;
      font-size: 1.8rem;
      letter-spacing: 0.1em;
      font-weight: bold; }
      @media screen and (max-width: 834px) {
        .main-ttl-content-title {
          line-height: 2.08rem;
          font-size: 1.44rem; } }

/*-------------------------------------------
スマホ表示有無
-------------------------------------------*/
/* 1025pxより下は非表示 */
@media screen and (max-width: 1024px) {
  .visPC-lg {
    display: none; } }
/* 835pxより下は非表示 */
@media screen and (max-width: 834px) {
  .visPC {
    display: none; } }
/* 1025pxより上は非表示 */
@media screen and (min-width: 1025px) {
  .visSP {
    display: none; } }
/* 835pxより上は非表示 */
@media screen and (min-width: 599px) {
  .visSP-sm {
    display: none; } }
/*-------------------------------------------
header
-------------------------------------------*/
/* お問合せ */
.header-inquiry {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 1005; }
  @media screen and (max-width: 1024px) {
    .header-inquiry {
      position: relative;
      top: 0px;
      left: 0px;
      margin: 0 10px 30px 10px; } }

header {
  width: 100%;
  top: 0px;
  position: fixed;
  padding: 0;
  z-index: 900;
  background: #FFF; }

.header-inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* ヘッダーロゴ */
  /* ヘッダーテキスト（PCのみ） */
  /* ヘッダーナビ文字 */
  /* 株価算定 */
  /* お問い合わせ */ }
  @media screen and (max-width: 1024px) {
    .header-inner {
      height: 55px;
      width: 100%;
      padding: 10px 5% 8px;
      background-color: rgba(255, 255, 255, 0); } }
  .header-inner a {
    text-decoration: none; }
  .header-inner-logo {
    float: left;
    left: 50px;
    top: 40px;
    position: fixed; }
    @media screen and (max-width: 1024px) {
      .header-inner-logo {
        top: 18px;
        left: 20px; } }
    .header-inner-logo img {
      width: 280px; }
      @media screen and (max-width: 1024px) {
        .header-inner-logo img {
          width: 180px;
          left: 0px;
          top: 15px; } }
  .header-inner-txt {
    position: absolute;
    right: 315px;
    top: 10px; }
    @media screen and (max-width: 1024px) {
      .header-inner-txt {
        display: none; } }
    .header-inner-txt p {
      line-height: 1.4rem;
      font-size: 0.9rem;
      text-align: right; }
      @media screen and (max-width: 834px) {
        .header-inner-txt p {
          line-height: 1.26rem;
          font-size: 0.81rem; } }
  .header-inner-nav {
    float: right;
    margin-right: 300px;
    margin-top: 30px; }
    @media screen and (max-width: 1024px) {
      .header-inner-nav {
        display: none; } }
    .header-inner-nav #header-nav {
      position: relative;
      list-style: none;
      font-weight: 400;
      font-size: 0;
      display: inline-block;
      padding: 0;
      margin: 15px 0 0; }
      .header-inner-nav #header-nav a {
        color: #070500;
        font-weight: 800;
        display: block;
        padding: 5px 15px;
        position: relative;
        text-decoration: none; }
        .header-inner-nav #header-nav a::after {
          position: absolute;
          bottom: -1px;
          left: 0;
          content: '';
          width: 100%;
          height: 4px;
          background: #4e3803;
          transform: scale(0, 1);
          transform-origin: left top;
          transition: transform .3s; }
        .header-inner-nav #header-nav a:hover::after {
          transform: scale(1, 1); }
      .header-inner-nav #header-nav li {
        margin: 0;
        display: inline-block;
        line-height: 1.4rem;
        font-size: 0.9rem;
        position: relative;
        cursor: pointer;
        z-index: 1005;
        min-width: 50px;
        text-align: center; }
        @media screen and (max-width: 834px) {
          .header-inner-nav #header-nav li {
            line-height: 1.26rem;
            font-size: 0.81rem; } }
      .header-inner-nav #header-nav li > ul {
        display: none;
        position: absolute; }
      .header-inner-nav #header-nav > li > ul > li > a {
        color: #070500;
        width: 165px;
        background: #FFF;
        padding: 3px 5px 3px 7px;
        text-align: left;
        line-height: 1.4rem;
        font-size: 0.8rem; }
        @media screen and (max-width: 834px) {
          .header-inner-nav #header-nav > li > ul > li > a {
            line-height: 1.26rem;
            font-size: 0.72rem; } }
      .header-inner-nav #header-nav > li > ul > li > a:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: 4px;
        margin-left: 4px;
        border: transparent solid 5px;
        border-left-color: #4e3803;
        vertical-align: 1px; }
      .header-inner-nav #header-nav li:hover a + ul {
        display: block;
        margin-top: 1px; }
  .header-inner #headerLP {
    position: absolute;
    top: 0;
    right: 120px;
    width: 140px;
    line-height: 1.4rem;
    font-size: 0.9rem;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    background: #4e3803;
    color: #FFF;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .header-inner #headerLP {
        line-height: 1.26rem;
        font-size: 0.81rem; } }
    .header-inner #headerLP:hover {
      background: #760028; }
  .header-inner #headercontact {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    line-height: 1.4rem;
    font-size: 0.9rem;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    background: #036c70;
    color: #FFF;
    text-align: center;
    transition: opacity 1.5s, transform 1s; }
    @media screen and (max-width: 834px) {
      .header-inner #headercontact {
        line-height: 1.26rem;
        font-size: 0.81rem; } }
    .header-inner #headercontact:hover {
      background: #38034e; }

/*-------------------------------------------
  スクロールに合わせて移動
-------------------------------------------*/
.smaller {
  top: 0px;
  background: #FFF;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 1024px) {
    .smaller {
      background: none; } }
  .smaller .header-inner-logo {
    float: left;
    position: fixed;
    top: 15px;
    left: 20px; }
    .smaller .header-inner-logo img {
      width: 150px;
      margin-top: 0px;
      margin-left: 0px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .smaller .header-inner-nav {
    margin-top: 20px; }
    @media screen and (max-width: 1024px) {
      .smaller .header-inner-nav {
        display: none; } }
    .smaller .header-inner-nav #header-nav a {
      color: #070500; }
  .smaller .mainvisualLP01 {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .smaller .mainvisualLP01 img {
      width: 200px; }
      .smaller .mainvisualLP01 img:hover {
        opacity: 0.8; }
    @media screen and (max-width: 598px) {
      .smaller .mainvisualLP01 {
        display: none; } }
  .smaller .mainvisualLP02 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1; }
    .smaller .mainvisualLP02 img {
      width: 250px; }
      .smaller .mainvisualLP02 img:hover {
        opacity: 0.8; }
    @media screen and (max-width: 598px) {
      .smaller .mainvisualLP02 {
        display: none; } }

/*-------------------------------------------
  携帯用ナビゲーション
-------------------------------------------*/
/* サイドメニュー */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: left;
  font-size: 1rem;
  background: #4e3803;
  z-index: 1201;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .side-menu .phone-menu {
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .side-menu ul {
    padding: 10px 0 15px;
    color: #FFF; }
  .side-menu li {
    margin-bottom: 0;
    padding: 0px 20px;
    position: relative;
    font-size: 1.1rem; }
  .side-menu .phone-menu-contact {
    margin: 0 20px; }
    .side-menu .phone-menu-contact li {
      width: 100%;
      display: inline-block;
      padding: 20px 0px;
      background: #AF9049;
      text-align: center;
      color: #FFF;
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: bold; }
      .side-menu .phone-menu-contact li span {
        font-size: 0.8rem;
        padding: 0px 5px;
        background: #FFF;
        color: #AF9049; }
  .side-menu .phone-menu-lp {
    margin: 0 20px; }
    .side-menu .phone-menu-lp li {
      display: inline-block;
      width: 100%;
      padding: 5px 0px;
      font-size: 0.9rem;
      background: #FFF;
      color: #070500;
      text-decoration: none;
      text-align: center;
      font-weight: bold; }
  .side-menu .phone-menu-g a {
    display: inline-block;
    width: 100%;
    margin-left: 2em;
    font-size: 1rem;
    padding: 10px 0;
    color: #FFF;
    font-weight: bold;
    text-decoration: none; }
    .side-menu .phone-menu-g a:hover {
      color: #fef8eb; }
    .side-menu .phone-menu-g a:before {
      font-size: 1rem;
      padding: 10px 0;
      color: #FFF;
      content: "ー";
      position: absolute;
      top: 1px;
      left: 25px; }

.side-open .side-menu {
  transform: translateX(0); }

/*-------------------------------------------
 開閉用ボタン
-------------------------------------------*/
.side-menu-btn {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  padding: 5px;
  cursor: pointer;
  z-index: 2004;
  background: url(../images/common/sp-menu.svg) no-repeat; }

.side-open .side-menu-btn {
  position: fixed;
  background: url(../images/common/sp-close.svg) no-repeat;
  width: 50px;
  height: 50px; }

/*-------------------------------------------
お問合せ下部　電話とメールのみ
-------------------------------------------*/
.footer-contact {
  background: #FFF; }
  .footer-contact-content {
    padding: 50px 0;
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .footer-contact-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    .footer-contact-content .linkbuttonS a {
      position: relative;
      display: block;
      max-width: 350px;
      padding-top: 15px;
      padding-bottom: 15px;
      background: #c53516;
      background: linear-gradient(90deg, #c53516, #760028);
      background-size: cover;
      overflow: hidden;
      text-decoration: none;
      line-height: 2rem;
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-align: center;
      color: #FFF;
      box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.057), 0 5px 6.1px rgba(13, 13, 56, 0.076), 0 10.1px 11.4px rgba(13, 13, 56, 0.086), 0 19.2px 19.8px rgba(13, 13, 56, 0.092), 0 38.4px 34.8px rgba(13, 13, 56, 0.1); }
      @media screen and (max-width: 834px) {
        .footer-contact-content .linkbuttonS a {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
      @media screen and (max-width: 834px) {
        .footer-contact-content .linkbuttonS a {
          display: block;
          width: 100%;
          margin: 0 auto;
          padding: 1em 0;
          background: #c53516;
          color: #FFF;
          text-align: center;
          font-size: 0.9em;
          box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.037), 0 5px 6.1px rgba(13, 13, 56, 0.057), 0 10.1px 11.4px rgba(13, 13, 56, 0.076), 0 19.2px 19.8px rgba(13, 13, 56, 0.086); } }
      .footer-contact-content .linkbuttonS a:hover {
        text-decoration: none;
        color: #FFF;
        filter: drop-shadow(1px 1px 1px rgba(56, 3, 78, 0.1));
        background: #c53516;
        box-shadow: none; }
      .footer-contact-content .linkbuttonS a::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
        -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
        transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
        content: "";
        background-color: #38034e;
        position: absolute;
        top: -150px;
        right: auto;
        left: 20px;
        z-index: -1;
        width: 0;
        height: 300px; }
      .footer-contact-content .linkbuttonS a:hover::before {
        transform: rotate(70deg);
        width: 700px;
        opacity: 0.7; }
    .footer-contact-content .linkbuttonS a {
      margin: 0 auto; }
    .footer-contact-content .linkbuttonA a {
      position: relative;
      display: block;
      max-width: 350px;
      padding-top: 15px;
      padding-bottom: 15px;
      background: #036c70;
      background: linear-gradient(90deg, #036c70, #034e38);
      background-size: cover;
      overflow: hidden;
      text-decoration: none;
      line-height: 2rem;
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-align: center;
      color: #FFF;
      box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.057), 0 5px 6.1px rgba(13, 13, 56, 0.076), 0 10.1px 11.4px rgba(13, 13, 56, 0.086), 0 19.2px 19.8px rgba(13, 13, 56, 0.092), 0 38.4px 34.8px rgba(13, 13, 56, 0.1); }
      @media screen and (max-width: 834px) {
        .footer-contact-content .linkbuttonA a {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
      @media screen and (max-width: 834px) {
        .footer-contact-content .linkbuttonA a {
          display: block;
          width: 100%;
          margin: 0 auto;
          padding: 1em 0;
          background: #036c70;
          color: #FFF;
          text-align: center;
          font-size: 0.9em;
          box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.037), 0 5px 6.1px rgba(13, 13, 56, 0.057), 0 10.1px 11.4px rgba(13, 13, 56, 0.076), 0 19.2px 19.8px rgba(13, 13, 56, 0.086); } }
      .footer-contact-content .linkbuttonA a:hover {
        text-decoration: none;
        color: #FFF;
        filter: drop-shadow(1px 1px 1px rgba(56, 3, 78, 0.1));
        background: #036c70;
        box-shadow: none; }
      .footer-contact-content .linkbuttonA a::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
        -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
        transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
        content: "";
        background-color: #38034e;
        position: absolute;
        top: -150px;
        right: auto;
        left: 20px;
        z-index: -1;
        width: 0;
        height: 300px; }
      .footer-contact-content .linkbuttonA a:hover::before {
        transform: rotate(70deg);
        width: 700px;
        opacity: 0.7; }
    .footer-contact-content .linkbuttonA a {
      margin: 0 auto; }
    @media screen and (max-width: 834px) {
      .footer-contact-content .linkbuttonA {
        margin-top: 17px; } }

/*-------------------------------------------
ページトップ
-------------------------------------------*/
#page-top_div p {
  text-align: center;
  width: 100%;
  background: #070500;
  font-size: 0.9em;
  color: #FFF;
  padding: 0; }
  #page-top_div p:hover {
    background: #383632; }
#page-top_div a:hover {
  text-decoration: none; }

/*-------------------------------------------
footer-info
-------------------------------------------*/
.footer {
  background-color: #070500; }
  .footer .footer-content {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px; }
    @media screen and (max-width: 1024px) {
      .footer .footer-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    .footer .footer-content a {
      color: #b4b4b2;
      text-decoration: none; }
      .footer .footer-content a:hover {
        color: #FFF;
        text-decoration: underline; }
    .footer .footer-content-access {
      position: relative;
      padding-top: 50px; }
      @media screen and (max-width: 834px) {
        .footer .footer-content-access {
          padding: 30px 0px 0; } }
      .footer .footer-content-access p {
        line-height: 1.4rem;
        font-size: 0.9rem;
        color: #b4b4b2; }
        @media screen and (max-width: 834px) {
          .footer .footer-content-access p {
            line-height: 1.26rem;
            font-size: 0.81rem; } }
    .footer .footer-content-link {
      max-width: 980px;
      margin: 0 auto;
      position: relative;
      padding-top: 20px; }
      @media screen and (max-width: 1024px) {
        .footer .footer-content-link {
          max-width: 100%;
          padding-left: 25px;
          padding-right: 25px; } }
      @media screen and (max-width: 834px) {
        .footer .footer-content-link {
          padding: 10px 0px 0; } }
    .footer .footer-content-copy {
      max-width: 980px;
      margin: 0 auto;
      position: relative;
      padding-top: 50px; }
      @media screen and (max-width: 1024px) {
        .footer .footer-content-copy {
          max-width: 100%;
          padding-left: 25px;
          padding-right: 25px; } }
      @media screen and (max-width: 834px) {
        .footer .footer-content-copy {
          padding: 30px 0px 0;
          margin-bottom: 50px; } }
      .footer .footer-content-copy img {
        width: 170px;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0; }
        @media screen and (max-width: 834px) {
          .footer .footer-content-copy img {
            bottom: 120px;
            right: 20px; } }
      .footer .footer-content-copy p {
        line-height: 1.4rem;
        font-size: 0.9rem;
        color: #b4b4b2; }
        @media screen and (max-width: 834px) {
          .footer .footer-content-copy p {
            line-height: 1.26rem;
            font-size: 0.81rem; } }

/*-------------------------------------------
footer　追従型お問合せ
-------------------------------------------*/
.footer-inquiry {
  position: fixed;
  width: 20%;
  bottom: -10px;
  right: 0;
  z-index: 2100;
  opacity: 0.95;
  text-align: right;
  padding: 10px 10px 10px 0; }
  .footer-inquiry a {
    position: relative; }
  .footer-inquiry img {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .footer-inquiry img:hover {
      opacity: 0.8; }
    @media screen and (max-width: 834px) {
      .footer-inquiry img {
        width: 50%;
        height: auto; } }

.footer-inquiry-sm {
  position: fixed;
  width: 100%;
  bottom: 0px;
  right: 0;
  z-index: 2100;
  opacity: 0.95;
  text-align: right;
  padding: 0;
  background: #4e3803;
  text-align: center; }
  .footer-inquiry-sm .col-4 {
    border-right: 1px solid #FFF;
    padding: 5px 0 7px; }
    .footer-inquiry-sm .col-4:first-child {
      padding-left: 15px; }
    .footer-inquiry-sm .col-4:last-child {
      padding-right: 15px; }
  .footer-inquiry-sm .col-3 {
    border-right: 1px solid #FFF;
    padding: 5px 0 7px; }
    .footer-inquiry-sm .col-3:first-child {
      padding-left: 15px; }
    .footer-inquiry-sm .col-3:last-child {
      padding-right: 12px; }
  .footer-inquiry-sm a {
    position: relative;
    right: 0%;
    bottom: 0px;
    font-size: 1.5rem;
    color: #FFF;
    text-align: center; }
    .footer-inquiry-sm a p {
      font-size: 0.6rem;
      line-height: 0.6rem;
      color: #FFF;
      text-align: center; }

.enttl {
  line-height: 1.4rem;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: "century-gothic", sans-serif;
  color: #4e3803; }
  @media screen and (max-width: 834px) {
    .enttl {
      line-height: 1.26rem;
      font-size: 0.81rem; } }

.mainttl {
  padding: 25px 0;
  line-height: 2.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 834px) {
    .mainttl {
      line-height: 2.08rem;
      font-size: 1.44rem; } }
  @media screen and (max-width: 834px) {
    .mainttl {
      padding-bottom: 20px;
      letter-spacing: 0em; } }

/*-------------------------------------------
　フロントページ
-------------------------------------------*/
/* トップビジュアル */
.front-topvisual {
  position: relative;
  min-height: 580px; }
  @media screen and (max-width: 834px) {
    .front-topvisual {
      min-height: 380px; } }
  .front-topvisual-content-txt {
    position: absolute;
    bottom: 50px;
    left: 7vw; }
    @media screen and (max-width: 834px) {
      .front-topvisual-content-txt {
        bottom: 0;
        left: 0; } }
    .front-topvisual-content-txt h1 {
      line-height: 2rem;
      font-size: 1rem;
      font-weight: bold;
      color: #4e3803; }
      @media screen and (max-width: 834px) {
        .front-topvisual-content-txt h1 {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
      @media screen and (max-width: 834px) {
        .front-topvisual-content-txt h1 {
          padding-left: 20px; } }
    .front-topvisual-content-txt-ttl {
      margin: 10px 0;
      line-height: 3.4rem;
      font-size: 2.4rem;
      letter-spacing: 0.1em;
      font-weight: bold;
      color: #070500; }
      @media screen and (max-width: 834px) {
        .front-topvisual-content-txt-ttl {
          line-height: 2.38rem;
          font-size: 1.68rem; } }
      @media screen and (max-width: 834px) {
        .front-topvisual-content-txt-ttl {
          padding-left: 20px;
          letter-spacing: 0; } }
    .front-topvisual-content-txt .linkbutton {
      padding-top: 10px; }
      .front-topvisual-content-txt .linkbutton a {
        position: relative;
        display: block;
        max-width: 300px;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #036c70;
        background: linear-gradient(90deg, #036c70, #034e38);
        background-size: cover;
        overflow: hidden;
        text-decoration: none;
        line-height: 2rem;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-align: center;
        color: #FFF;
        box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.057), 0 5px 6.1px rgba(13, 13, 56, 0.076), 0 10.1px 11.4px rgba(13, 13, 56, 0.086), 0 19.2px 19.8px rgba(13, 13, 56, 0.092), 0 38.4px 34.8px rgba(13, 13, 56, 0.1); }
        @media screen and (max-width: 834px) {
          .front-topvisual-content-txt .linkbutton a {
            line-height: 1.4rem;
            font-size: 0.8rem; } }
        @media screen and (max-width: 834px) {
          .front-topvisual-content-txt .linkbutton a {
            display: block;
            width: 100%;
            margin: 0 auto;
            padding: 1em 0;
            background: #036c70;
            color: #FFF;
            text-align: center;
            font-size: 0.9em;
            box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.037), 0 5px 6.1px rgba(13, 13, 56, 0.057), 0 10.1px 11.4px rgba(13, 13, 56, 0.076), 0 19.2px 19.8px rgba(13, 13, 56, 0.086); } }
        .front-topvisual-content-txt .linkbutton a:hover {
          text-decoration: none;
          color: #FFF;
          filter: drop-shadow(1px 1px 1px rgba(56, 3, 78, 0.1));
          background: #036c70;
          box-shadow: none; }
        .front-topvisual-content-txt .linkbutton a::before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
          -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
          transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
          content: "";
          background-color: #38034e;
          position: absolute;
          top: -150px;
          right: auto;
          left: 20px;
          z-index: -1;
          width: 0;
          height: 300px; }
        .front-topvisual-content-txt .linkbutton a:hover::before {
          transform: rotate(70deg);
          width: 700px;
          opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .front-topvisual-content-txt .linkbutton {
          margin-left: -20px; } }
  .front-topvisual-content-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60vw;
    max-height: 480px;
    overflow: hidden; }
    @media screen and (max-width: 834px) {
      .front-topvisual-content-img {
        top: 90px;
        width: 100vw; } }
    .front-topvisual-content-img img {
      width: 125%;
      height: auto;
      border-radius: 50px; }
      @media screen and (max-width: 834px) {
        .front-topvisual-content-img img {
          width: auto;
          height: 100%;
          border-radius: 0px; } }

/* M&A人材の養成制度とは？ */
.front-catch {
  position: relative;
  min-height: 700px;
  background: #dbd7cc;
  background: linear-gradient(-90deg, #dbd7cc, rgba(166, 155, 129, 0.9));
  background-size: cover; }
  @media screen and (max-width: 834px) {
    .front-catch {
      min-height: auto; } }
  .front-catch-content-txt {
    position: absolute;
    top: 70px;
    right: 7vw;
    width: 35vw;
    padding: 25px;
    background: #FFF;
    z-index: 50; }
    @media screen and (max-width: 834px) {
      .front-catch-content-txt {
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
        padding: 40px 20px;
        background: #dbd7cc; } }
    .front-catch-content-txt p {
      line-height: 2rem;
      font-size: 1rem;
      text-align: left;
      text-align: justify;
      text-justify: inter-ideograph; }
      @media screen and (max-width: 834px) {
        .front-catch-content-txt p {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
  .front-catch-content-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60vw;
    max-height: 600px;
    overflow: hidden; }
    @media screen and (max-width: 834px) {
      .front-catch-content-img {
        position: relative;
        width: 100vw;
        max-height: 200px; } }
    .front-catch-content-img img {
      width: 150%;
      height: auto; }
      @media screen and (max-width: 834px) {
        .front-catch-content-img img {
          width: 100%; } }
  .front-catch-circle {
    position: absolute;
    top: 550px;
    left: 5vw;
    width: 300px;
    height: 300px;
    padding: 40px 0 0 0;
    background: #4e3803;
    border-radius: 50%; }
    @media screen and (max-width: 834px) {
      .front-catch-circle {
        border-radius: 0%;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        padding: 10px 20px 20px 25px;
        background: #4e3803; } }
    .front-catch-circle .enttl {
      text-align: center;
      opacity: 0.7; }
    .front-catch-circle .mainttl {
      color: #FFF;
      position: relative;
      display: inline-block;
      padding: 0 45px;
      font-weight: bold;
      margin-left: 20px; }
      @media screen and (max-width: 834px) {
        .front-catch-circle .mainttl {
          margin-left: 16vw; } }
      .front-catch-circle .mainttl:before {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 40px;
        height: 2px;
        background-color: #FFF;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg); }
      .front-catch-circle .mainttl:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 40px;
        height: 2px;
        background-color: #FFF;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg); }
      .front-catch-circle .mainttl:before {
        left: 0; }
      .front-catch-circle .mainttl:after {
        right: 0; }
    .front-catch-circle p {
      padding: 10px 50px 0;
      text-align: center;
      line-height: 1.4rem;
      font-size: 0.9rem;
      text-align: left;
      text-align: justify;
      text-justify: inter-ideograph;
      color: #FFF; }
      @media screen and (max-width: 834px) {
        .front-catch-circle p {
          text-align: left; } }
      @media screen and (max-width: 834px) {
        .front-catch-circle p {
          line-height: 1.26rem;
          font-size: 0.81rem; } }
      @media screen and (max-width: 834px) {
        .front-catch-circle p {
          padding: 10px 0 0; } }

/* MShareのビジネスモデル */
.front-model {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 980px;
  margin: 0 auto; }
  @media screen and (max-width: 598px) {
    .front-model {
      padding-top: 42px;
      padding-bottom: 42px; } }
  @media screen and (max-width: 1024px) {
    .front-model {
      max-width: 100%;
      padding-left: 25px;
      padding-right: 25px; } }
  .front-model-content {
    position: relative; }
    @media screen and (max-width: 834px) {
      .front-model-content {
        padding-bottom: 50px; } }
    .front-model-content .row {
      padding: 30px 0 0; }
      @media screen and (max-width: 834px) {
        .front-model-content .row {
          padding: 20px 0 0; } }
    .front-model-content .enttl {
      text-align: center; }
      @media screen and (max-width: 834px) {
        .front-model-content .enttl {
          text-align: left; } }
    .front-model-content h2 {
      text-align: center; }
      @media screen and (max-width: 834px) {
        .front-model-content h2 {
          text-align: left; } }
    .front-model-content p {
      line-height: 2rem;
      font-size: 1rem;
      text-align: left;
      text-align: justify;
      text-justify: inter-ideograph;
      text-align: center; }
      @media screen and (max-width: 834px) {
        .front-model-content p {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
      @media screen and (max-width: 834px) {
        .front-model-content p {
          text-align: left; } }
    .front-model-content-ttl {
      padding-top: 180px; }
      @media screen and (max-width: 834px) {
        .front-model-content-ttl {
          padding-top: 45px; } }
      .front-model-content-ttl .linkbutton {
        padding-top: 10px; }
        .front-model-content-ttl .linkbutton a {
          position: relative;
          display: block;
          max-width: 330px;
          padding-top: 15px;
          padding-bottom: 15px;
          background: #036c70;
          background: linear-gradient(90deg, #036c70, #034e38);
          background-size: cover;
          overflow: hidden;
          text-decoration: none;
          line-height: 2rem;
          font-size: 1rem;
          font-weight: bold;
          letter-spacing: 0.1em;
          text-align: center;
          color: #FFF;
          box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.057), 0 5px 6.1px rgba(13, 13, 56, 0.076), 0 10.1px 11.4px rgba(13, 13, 56, 0.086), 0 19.2px 19.8px rgba(13, 13, 56, 0.092), 0 38.4px 34.8px rgba(13, 13, 56, 0.1); }
          @media screen and (max-width: 834px) {
            .front-model-content-ttl .linkbutton a {
              line-height: 1.4rem;
              font-size: 0.8rem; } }
          @media screen and (max-width: 834px) {
            .front-model-content-ttl .linkbutton a {
              display: block;
              width: 100%;
              margin: 0 auto;
              padding: 1em 0;
              background: #036c70;
              color: #FFF;
              text-align: center;
              font-size: 0.9em;
              box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.037), 0 5px 6.1px rgba(13, 13, 56, 0.057), 0 10.1px 11.4px rgba(13, 13, 56, 0.076), 0 19.2px 19.8px rgba(13, 13, 56, 0.086); } }
          .front-model-content-ttl .linkbutton a:hover {
            text-decoration: none;
            color: #FFF;
            filter: drop-shadow(1px 1px 1px rgba(56, 3, 78, 0.1));
            background: #036c70;
            box-shadow: none; }
          .front-model-content-ttl .linkbutton a::before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
            -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
            transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
            content: "";
            background-color: #38034e;
            position: absolute;
            top: -150px;
            right: auto;
            left: 20px;
            z-index: -1;
            width: 0;
            height: 300px; }
          .front-model-content-ttl .linkbutton a:hover::before {
            transform: rotate(70deg);
            width: 700px;
            opacity: 0.7; }
        @media screen and (max-width: 834px) {
          .front-model-content-ttl .linkbutton {
            position: absolute;
            bottom: 0;
            width: 100%; } }

/* こんなお悩みありませんか？ */
.front-problem {
  background: #e6e6e5;
  background: linear-gradient(-90deg, #e6e6e5, rgba(230, 230, 229, 0.9));
  background-size: cover; }
  .front-problem-content {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 598px) {
      .front-problem-content {
        padding-top: 42px;
        padding-bottom: 42px; } }
    @media screen and (max-width: 1024px) {
      .front-problem-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    .front-problem-content .row {
      padding: 30px 0 0; }
      @media screen and (max-width: 834px) {
        .front-problem-content .row {
          padding: 20px 0 0; } }
    .front-problem-content .enttl {
      text-align: center; }
    .front-problem-content h2 {
      text-align: center; }
    .front-problem-content p {
      padding: 0 0 15px;
      line-height: 1.4rem;
      font-size: 0.9rem;
      text-align: center; }
      @media screen and (max-width: 834px) {
        .front-problem-content p {
          line-height: 1.26rem;
          font-size: 0.81rem; } }

.trianglestep {
  padding-top: calc(2vw + 0px);
  /* 高さに合わせて調節してください。*/
  position: relative;
  background: #e6e6e5; }
  .trianglestep::before, .trianglestep::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 10vw solid #FFF;
    /* 好みで高さ色を変えてください */ }
  .trianglestep::before {
    left: 0;
    border-right: 50vw solid transparent; }
  .trianglestep::after {
    right: 0;
    border-left: 50vw solid transparent; }

/* 数字で見るMShareから解決策を提案 */
.front-solutions {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 980px;
  margin: 0 auto; }
  @media screen and (max-width: 598px) {
    .front-solutions {
      padding-top: 42px;
      padding-bottom: 42px; } }
  @media screen and (max-width: 1024px) {
    .front-solutions {
      max-width: 100%;
      padding-left: 25px;
      padding-right: 25px; } }
  @media screen and (max-width: 834px) {
    .front-solutions {
      padding-bottom: 0; } }
  .front-solutions-content .enttl {
    text-align: center; }
    @media screen and (max-width: 834px) {
      .front-solutions-content .enttl {
        text-align: left; } }
  .front-solutions-content h2 {
    text-align: center; }
    @media screen and (max-width: 834px) {
      .front-solutions-content h2 {
        text-align: left; } }
  .front-solutions-content .row {
    padding: 30px 0 0; }
    @media screen and (max-width: 834px) {
      .front-solutions-content .row {
        padding: 20px 0 0; } }
  .front-solutions-content-txt {
    padding: 0 10px;
    position: relative; }
    @media screen and (max-width: 834px) {
      .front-solutions-content-txt {
        padding: 0px;
        margin-bottom: 30px; } }
    .front-solutions-content-txt span {
      position: absolute;
      right: 0;
      line-height: 4rem;
      font-size: 3.5rem;
      font-weight: 600;
      color: #4e3803;
      opacity: 0.1;
      letter-spacing: -0.08em;
      padding-right: 13px; }
      @media screen and (max-width: 834px) {
        .front-solutions-content-txt span {
          line-height: 2.4rem;
          font-size: 2.1rem; } }
      @media screen and (max-width: 834px) {
        .front-solutions-content-txt span {
          letter-spacing: 0; } }
    .front-solutions-content-txt h3 {
      padding: 23px 0 10px 0;
      line-height: 2.2rem;
      font-size: 1.3rem;
      font-weight: bold; }
      @media screen and (max-width: 834px) {
        .front-solutions-content-txt h3 {
          line-height: 1.98rem;
          font-size: 1.17rem; } }
      @media screen and (max-width: 834px) {
        .front-solutions-content-txt h3 {
          padding: 10px 0 12px 0; } }
    .front-solutions-content-txt p {
      line-height: 2rem;
      font-size: 1rem;
      text-align: left;
      text-align: justify;
      text-justify: inter-ideograph; }
      @media screen and (max-width: 834px) {
        .front-solutions-content-txt p {
          line-height: 1.4rem;
          font-size: 0.8rem; } }

/* 専門家のサポート */
.front-support {
  background: #dbd7cc;
  background: linear-gradient(-90deg, #dbd7cc, rgba(219, 215, 204, 0.9));
  background-size: cover; }
  .front-support .diagonal {
    padding-bottom: calc(10vw + -1px);
    position: relative;
    overflow: hidden; }
    .front-support .diagonal::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-top: 10vw solid #FFF;
      border-right: 100vw solid transparent; }
  .front-support-content {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 598px) {
      .front-support-content {
        padding-top: 42px;
        padding-bottom: 42px; } }
    @media screen and (max-width: 1024px) {
      .front-support-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    .front-support-content img {
      padding: 20px;
      background: #FFF; }
      @media screen and (max-width: 834px) {
        .front-support-content img {
          margin-top: 20px; } }

/* MShareが選ばれる理由 */
.front-choose {
  background: #e6e6e5;
  background: linear-gradient(-90deg, #e6e6e5, rgba(230, 230, 229, 0.9));
  background-size: cover; }
  .front-choose .diagonal {
    padding-bottom: calc(10vw + -1px);
    position: relative;
    overflow: hidden; }
    .front-choose .diagonal::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      border-top: 10vw solid #dbd7cc;
      border-left: 100vw solid transparent; }
  .front-choose-content {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 598px) {
      .front-choose-content {
        padding-top: 42px;
        padding-bottom: 42px; } }
    @media screen and (max-width: 1024px) {
      .front-choose-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    .front-choose-content .row {
      padding: 30px 0 0; }
      @media screen and (max-width: 834px) {
        .front-choose-content .row {
          padding: 20px 0 0; } }
    .front-choose-content .enttl {
      text-align: center; }
      @media screen and (max-width: 834px) {
        .front-choose-content .enttl {
          text-align: left; } }
    .front-choose-content h2 {
      text-align: center; }
      @media screen and (max-width: 834px) {
        .front-choose-content h2 {
          text-align: left; } }
    .front-choose-content-txt {
      position: relative;
      padding: 5px 20px 20px;
      background: #FFF; }
      @media screen and (max-width: 834px) {
        .front-choose-content-txt {
          padding: 20px;
          margin-bottom: 30px; } }
      .front-choose-content-txt span {
        position: absolute;
        line-height: 5rem;
        font-size: 4.8rem;
        font-weight: 600;
        font-family: "century-gothic", sans-serif;
        color: #4e3803;
        opacity: 0.1; }
        @media screen and (max-width: 834px) {
          .front-choose-content-txt span {
            line-height: 3rem;
            font-size: 2.88rem; } }
      .front-choose-content-txt h3 {
        padding: 40px 0 10px 50px;
        line-height: 2.2rem;
        font-size: 1.3rem;
        font-weight: bold; }
        @media screen and (max-width: 834px) {
          .front-choose-content-txt h3 {
            line-height: 1.98rem;
            font-size: 1.17rem; } }
        @media screen and (max-width: 834px) {
          .front-choose-content-txt h3 {
            padding: 12px 0 10px 35px; } }
      .front-choose-content-txt p {
        line-height: 2rem;
        font-size: 1rem;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph; }
        @media screen and (max-width: 834px) {
          .front-choose-content-txt p {
            line-height: 1.4rem;
            font-size: 0.8rem; } }
    .front-choose-content .linkbutton {
      padding-top: 30px; }
      .front-choose-content .linkbutton a {
        position: relative;
        display: block;
        max-width: 330px;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #036c70;
        background: linear-gradient(90deg, #036c70, #034e38);
        background-size: cover;
        overflow: hidden;
        text-decoration: none;
        line-height: 2rem;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-align: center;
        color: #FFF;
        box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.057), 0 5px 6.1px rgba(13, 13, 56, 0.076), 0 10.1px 11.4px rgba(13, 13, 56, 0.086), 0 19.2px 19.8px rgba(13, 13, 56, 0.092), 0 38.4px 34.8px rgba(13, 13, 56, 0.1); }
        @media screen and (max-width: 834px) {
          .front-choose-content .linkbutton a {
            line-height: 1.4rem;
            font-size: 0.8rem; } }
        @media screen and (max-width: 834px) {
          .front-choose-content .linkbutton a {
            display: block;
            width: 100%;
            margin: 0 auto;
            padding: 1em 0;
            background: #036c70;
            color: #FFF;
            text-align: center;
            font-size: 0.9em;
            box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.037), 0 5px 6.1px rgba(13, 13, 56, 0.057), 0 10.1px 11.4px rgba(13, 13, 56, 0.076), 0 19.2px 19.8px rgba(13, 13, 56, 0.086); } }
        .front-choose-content .linkbutton a:hover {
          text-decoration: none;
          color: #FFF;
          filter: drop-shadow(1px 1px 1px rgba(56, 3, 78, 0.1));
          background: #036c70;
          box-shadow: none; }
        .front-choose-content .linkbutton a::before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
          -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
          transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
          content: "";
          background-color: #38034e;
          position: absolute;
          top: -150px;
          right: auto;
          left: 20px;
          z-index: -1;
          width: 0;
          height: 300px; }
        .front-choose-content .linkbutton a:hover::before {
          transform: rotate(70deg);
          width: 700px;
          opacity: 0.7; }
      @media screen and (max-width: 834px) {
        .front-choose-content .linkbutton {
          padding-top: 0px; } }
      .front-choose-content .linkbutton a {
        margin: 0 auto; }

/* 教育システム */
.front-training {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 980px;
  margin: 0 auto; }
  @media screen and (max-width: 598px) {
    .front-training {
      padding-top: 42px;
      padding-bottom: 42px; } }
  @media screen and (max-width: 1024px) {
    .front-training {
      max-width: 100%;
      padding-left: 25px;
      padding-right: 25px; } }
  .front-training-content .enttl {
    text-align: center; }
    @media screen and (max-width: 834px) {
      .front-training-content .enttl {
        text-align: left; } }
  .front-training-content h2 {
    text-align: center; }
    @media screen and (max-width: 834px) {
      .front-training-content h2 {
        text-align: left; } }
  .front-training-content p {
    padding-bottom: 20px;
    line-height: 2rem;
    font-size: 1rem;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .front-training-content p {
        line-height: 1.4rem;
        font-size: 0.8rem; } }
    @media screen and (max-width: 834px) {
      .front-training-content p {
        text-align: left; } }

/* システムの提供 */
.front-system {
  background: #dbd7cc;
  background: linear-gradient(-90deg, #dbd7cc, rgba(219, 215, 204, 0.9));
  background-size: cover; }
  .front-system .diagonal {
    padding-bottom: calc(10vw + -1px);
    position: relative;
    overflow: hidden; }
    .front-system .diagonal::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-top: 10vw solid #FFF;
      border-right: 100vw solid transparent; }
  .front-system-content {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 598px) {
      .front-system-content {
        padding-top: 42px;
        padding-bottom: 42px; } }
    @media screen and (max-width: 1024px) {
      .front-system-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    .front-system-content p {
      line-height: 2rem;
      font-size: 1rem;
      text-align: left;
      text-align: justify;
      text-justify: inter-ideograph; }
      @media screen and (max-width: 834px) {
        .front-system-content p {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
    .front-system-content img {
      padding: 20px;
      background: #FFF; }
      @media screen and (max-width: 834px) {
        .front-system-content img {
          margin-top: 20px; } }

/* 営業キットの提供 */
.front-sales {
  background: #e6e6e5;
  background: linear-gradient(-90deg, #e6e6e5, rgba(230, 230, 229, 0.9));
  background-size: cover; }
  .front-sales .diagonal {
    padding-bottom: calc(10vw + -1px);
    position: relative;
    overflow: hidden; }
    .front-sales .diagonal::before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      border-top: 10vw solid #dbd7cc;
      border-left: 100vw solid transparent; }
  .front-sales-content {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 598px) {
      .front-sales-content {
        padding-top: 42px;
        padding-bottom: 42px; } }
    @media screen and (max-width: 1024px) {
      .front-sales-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    .front-sales-content .enttl {
      text-align: center; }
      @media screen and (max-width: 834px) {
        .front-sales-content .enttl {
          text-align: left; } }
    .front-sales-content h2 {
      text-align: center; }
      @media screen and (max-width: 834px) {
        .front-sales-content h2 {
          text-align: left; } }
    .front-sales-content p {
      text-align: center; }
      @media screen and (max-width: 834px) {
        .front-sales-content p {
          text-align: left; } }
    .front-sales-content .row {
      padding: 30px 0 0; }
      @media screen and (max-width: 834px) {
        .front-sales-content .row {
          padding: 20px 0 0; } }
    .front-sales-content-txt {
      margin: 30px 0 0;
      padding: 10px 20px;
      background: #FFF;
      position: relative;
      border: 1px solid #cdcdcc; }
      @media screen and (max-width: 834px) {
        .front-sales-content-txt {
          margin: 10px 0 0; } }
      .front-sales-content-txt span {
        position: absolute;
        left: 15px;
        top: 10px;
        line-height: 2rem;
        font-size: 1rem;
        font-family: "century-gothic", sans-serif;
        font-weight: 600;
        color: #4e3803;
        opacity: 0.5; }
        @media screen and (max-width: 834px) {
          .front-sales-content-txt span {
            line-height: 1.4rem;
            font-size: 0.8rem; } }
      .front-sales-content-txt p {
        line-height: 2rem;
        font-size: 1rem;
        font-weight: bold;
        text-align: right;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 834px) {
          .front-sales-content-txt p {
            line-height: 1.4rem;
            font-size: 0.8rem; } }
        .front-sales-content-txt p small {
          line-height: 1.2rem;
          font-size: 0.7rem; }
          @media screen and (max-width: 834px) {
            .front-sales-content-txt p small {
              line-height: 0.96rem;
              font-size: 0.56rem; } }
    .front-sales-content .small {
      padding-top: 30px;
      line-height: 1.4rem;
      font-size: 0.9rem; }
      @media screen and (max-width: 834px) {
        .front-sales-content .small {
          line-height: 1.26rem;
          font-size: 0.81rem; } }

/* 加盟店様からの声 */
.front-voice {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 598px) {
    .front-voice {
      padding-top: 42px;
      padding-bottom: 42px; } }
  .front-voice hr {
    border: none;
    border-top: 2px dotted #e6e6e5; }
  .front-voice-content {
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .front-voice-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    .front-voice-content .voicecompany {
      text-align: right;
      line-height: 1.4rem;
      font-size: 0.9rem; }
      @media screen and (max-width: 834px) {
        .front-voice-content .voicecompany {
          line-height: 1.26rem;
          font-size: 0.81rem; } }
    .front-voice-content-mainimg {
      padding-right: 30px; }
      @media screen and (max-width: 834px) {
        .front-voice-content-mainimg {
          padding-right: 0px;
          padding-bottom: 20px; } }
      .front-voice-content-mainimg-face img {
        border-radius: 50%; }
      .front-voice-content-mainimg-name p.name {
        line-height: 2.2rem;
        font-size: 1.3rem; }
        @media screen and (max-width: 834px) {
          .front-voice-content-mainimg-name p.name {
            line-height: 1.98rem;
            font-size: 1.17rem; } }
        .front-voice-content-mainimg-name p.name small {
          line-height: 1.4rem;
          font-size: 0.9rem; }
          @media screen and (max-width: 834px) {
            .front-voice-content-mainimg-name p.name small {
              line-height: 1.26rem;
              font-size: 0.81rem; } }
      .front-voice-content-mainimg-name span {
        vertical-align: middle;
        margin-top: -2px;
        padding: 3px 7px;
        text-align: right;
        line-height: 1.2rem;
        font-size: 0.7rem;
        color: #FFF;
        background: #383632; }
        @media screen and (max-width: 834px) {
          .front-voice-content-mainimg-name span {
            line-height: 0.96rem;
            font-size: 0.56rem; } }
    .front-voice-content-txt {
      position: relative; }
      .front-voice-content-txt span {
        position: absolute;
        line-height: 3.4rem;
        font-size: 2.4rem;
        font-weight: 600;
        color: #4e3803;
        opacity: 0.1; }
        @media screen and (max-width: 834px) {
          .front-voice-content-txt span {
            line-height: 2.38rem;
            font-size: 1.68rem; } }
      .front-voice-content-txt h3 {
        padding: 15px 0 10px 50px;
        line-height: 1.5rem;
        font-size: 1.2rem;
        font-weight: bold; }
        @media screen and (max-width: 834px) {
          .front-voice-content-txt h3 {
            line-height: 1.35rem;
            font-size: 1.08rem; } }
        @media screen and (max-width: 834px) {
          .front-voice-content-txt h3 {
            padding: 5px 0 10px 35px; } }
      .front-voice-content-txt p {
        line-height: 2rem;
        font-size: 1rem;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph;
        padding-bottom: 10px; }
        @media screen and (max-width: 834px) {
          .front-voice-content-txt p {
            line-height: 1.4rem;
            font-size: 0.8rem; } }
    .front-voice-content-comment {
      margin-top: 20px;
      padding: 15px 25px 18px 20px;
      border: 1px solid #070500;
      background: #fef8eb; }
      .front-voice-content-comment h3 {
        line-height: 2.2rem;
        font-size: 1.3rem;
        font-weight: bold;
        padding-bottom: 10px; }
        @media screen and (max-width: 834px) {
          .front-voice-content-comment h3 {
            line-height: 1.98rem;
            font-size: 1.17rem; } }
      .front-voice-content-comment p {
        padding-left: 8px;
        line-height: 2rem;
        font-size: 1rem;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph; }
        @media screen and (max-width: 834px) {
          .front-voice-content-comment p {
            line-height: 1.4rem;
            font-size: 0.8rem; } }

/* 業界初 */
.front-industry {
  background: #dbd7cc;
  background: linear-gradient(-90deg, #dbd7cc, rgba(219, 215, 204, 0.9));
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 598px) {
    .front-industry {
      padding-top: 42px;
      padding-bottom: 42px; } }
  .front-industry-content {
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .front-industry-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    .front-industry-content .enttl {
      text-align: center; }
      @media screen and (max-width: 834px) {
        .front-industry-content .enttl {
          text-align: left; } }
    .front-industry-content h2 {
      text-align: center; }
      @media screen and (max-width: 834px) {
        .front-industry-content h2 {
          text-align: left; } }
    .front-industry-content p {
      text-align: center; }
      @media screen and (max-width: 834px) {
        .front-industry-content p {
          text-align: left; } }
    .front-industry-content th.mshare {
      background: #f9d379; }
    .front-industry-content td.batcircle {
      position: relative; }
      .front-industry-content td.batcircle:after {
        position: absolute;
        content: "✕";
        top: 2px;
        bottom: 0;
        right: 35px;
        left: 0;
        margin: auto;
        line-height: 3.4rem;
        font-size: 2.4rem;
        color: #f7c140;
        opacity: 0.4; }
        @media screen and (max-width: 834px) {
          .front-industry-content td.batcircle:after {
            line-height: 2.38rem;
            font-size: 1.68rem; } }
        @media screen and (max-width: 834px) {
          .front-industry-content td.batcircle:after {
            top: -2px; } }
      .front-industry-content td.batcircle:before {
        position: absolute;
        content: "○";
        top: -15px;
        bottom: 0;
        right: 0;
        left: 35px;
        margin: auto;
        line-height: 5rem;
        font-size: 4.8rem;
        color: #f7c140;
        opacity: 0.4; }
        @media screen and (max-width: 834px) {
          .front-industry-content td.batcircle:before {
            line-height: 3rem;
            font-size: 2.88rem; } }
        @media screen and (max-width: 834px) {
          .front-industry-content td.batcircle:before {
            top: -10px; } }
    .front-industry-content td.battriangle {
      position: relative; }
      .front-industry-content td.battriangle:after {
        position: absolute;
        content: "✕";
        top: 2px;
        bottom: 0;
        right: 35px;
        left: 0;
        margin: auto;
        line-height: 3.4rem;
        font-size: 2.4rem;
        color: #f7c140;
        opacity: 0.4; }
        @media screen and (max-width: 834px) {
          .front-industry-content td.battriangle:after {
            line-height: 2.38rem;
            font-size: 1.68rem; } }
        @media screen and (max-width: 834px) {
          .front-industry-content td.battriangle:after {
            top: -2px; } }
      .front-industry-content td.battriangle:before {
        position: absolute;
        content: "△";
        top: 1px;
        bottom: 0;
        right: 0;
        left: 35px;
        margin: auto;
        line-height: 3.4rem;
        font-size: 2.4rem;
        color: #f7c140;
        opacity: 0.4; }
        @media screen and (max-width: 834px) {
          .front-industry-content td.battriangle:before {
            line-height: 2.38rem;
            font-size: 1.68rem; } }
        @media screen and (max-width: 834px) {
          .front-industry-content td.battriangle:before {
            top: -3px; } }
    .front-industry-content td.circle {
      position: relative; }
      .front-industry-content td.circle:before {
        position: absolute;
        content: "○";
        top: -15px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        line-height: 5rem;
        font-size: 4.8rem;
        color: #f7c140;
        opacity: 0.4; }
        @media screen and (max-width: 834px) {
          .front-industry-content td.circle:before {
            line-height: 3rem;
            font-size: 2.88rem; } }
        @media screen and (max-width: 834px) {
          .front-industry-content td.circle:before {
            top: -10px; } }
    .front-industry-content td.triangle {
      position: relative; }
      .front-industry-content td.triangle:before {
        position: absolute;
        content: "△";
        top: 1px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        line-height: 3.4rem;
        font-size: 2.4rem;
        color: #f7c140;
        opacity: 0.4;
        font-weight: bold; }
        @media screen and (max-width: 834px) {
          .front-industry-content td.triangle:before {
            line-height: 2.38rem;
            font-size: 1.68rem; } }
        @media screen and (max-width: 834px) {
          .front-industry-content td.triangle:before {
            top: -2px; } }
    .front-industry-content td.bat {
      position: relative; }
      .front-industry-content td.bat:before {
        position: absolute;
        content: "✕";
        top: 2px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        line-height: 3.4rem;
        font-size: 2.4rem;
        color: #f7c140;
        opacity: 0.4;
        font-weight: bold; }
        @media screen and (max-width: 834px) {
          .front-industry-content td.bat:before {
            line-height: 2.38rem;
            font-size: 1.68rem; } }
        @media screen and (max-width: 834px) {
          .front-industry-content td.bat:before {
            top: -2px; } }

/* Q&A */
.front-qa {
  background: #e6e6e5;
  background: linear-gradient(-90deg, #e6e6e5, rgba(230, 230, 229, 0.9));
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 598px) {
    .front-qa {
      padding-top: 42px;
      padding-bottom: 42px; } }
  .front-qa-content {
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .front-qa-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    .front-qa-content h3 {
      padding: 20px 0 8px 0px;
      line-height: 2rem;
      font-size: 1rem;
      color: #4e3803; }
      @media screen and (max-width: 834px) {
        .front-qa-content h3 {
          line-height: 1.4rem;
          font-size: 0.8rem; } }

/* 新着情報 */
.front-news-content {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative; }
  @media screen and (max-width: 598px) {
    .front-news-content {
      padding-top: 42px;
      padding-bottom: 42px; } }
  @media screen and (min-width: 1261px) {
    .front-news-content {
      padding-bottom: 40px; } }
  .front-news-content .enttl {
    text-align: center; }
    @media screen and (max-width: 834px) {
      .front-news-content .enttl {
        text-align: left; } }
  .front-news-content h2 {
    text-align: center; }
    @media screen and (max-width: 834px) {
      .front-news-content h2 {
        text-align: left; } }
  .front-news-content .tab-content {
    margin: 0 auto;
    padding: 0px 20px;
    max-width: 1400px; }
  .front-news-content a p:hover {
    color: #f7c140;
    text-decoration: underline; }
  .front-news-content a img:hover {
    opacity: 0.8; }
  .front-news-content .linkbutton {
    margin-top: 10px; }
    .front-news-content .linkbutton a {
      position: relative;
      display: block;
      max-width: 300px;
      padding-top: 15px;
      padding-bottom: 15px;
      background: #036c70;
      background: linear-gradient(90deg, #036c70, #034e38);
      background-size: cover;
      overflow: hidden;
      text-decoration: none;
      line-height: 2rem;
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-align: center;
      color: #FFF;
      box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.057), 0 5px 6.1px rgba(13, 13, 56, 0.076), 0 10.1px 11.4px rgba(13, 13, 56, 0.086), 0 19.2px 19.8px rgba(13, 13, 56, 0.092), 0 38.4px 34.8px rgba(13, 13, 56, 0.1); }
      @media screen and (max-width: 834px) {
        .front-news-content .linkbutton a {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
      @media screen and (max-width: 834px) {
        .front-news-content .linkbutton a {
          display: block;
          width: 100%;
          margin: 0 auto;
          padding: 1em 0;
          background: #036c70;
          color: #FFF;
          text-align: center;
          font-size: 0.9em;
          box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.037), 0 5px 6.1px rgba(13, 13, 56, 0.057), 0 10.1px 11.4px rgba(13, 13, 56, 0.076), 0 19.2px 19.8px rgba(13, 13, 56, 0.086); } }
      .front-news-content .linkbutton a:hover {
        text-decoration: none;
        color: #FFF;
        filter: drop-shadow(1px 1px 1px rgba(56, 3, 78, 0.1));
        background: #036c70;
        box-shadow: none; }
      .front-news-content .linkbutton a::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
        -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
        transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
        content: "";
        background-color: #38034e;
        position: absolute;
        top: -150px;
        right: auto;
        left: 20px;
        z-index: -1;
        width: 0;
        height: 300px; }
      .front-news-content .linkbutton a:hover::before {
        transform: rotate(70deg);
        width: 700px;
        opacity: 0.7; }
    @media screen and (max-width: 834px) {
      .front-news-content .linkbutton {
        margin-left: -20px; } }

/*-------------------------------------------
　問い合わせ
-------------------------------------------*/
.inquiry {
  background: url("http://test-mshare.madx.co.jp/wp-content/themes/mshare/images/front/inquiry_bg.jpg");
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), white), url("http://test-mshare.madx.co.jp/wp-content/themes/mshare/images/front/inquiry_bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #F0F0F0;
  position: relative; }
  @media screen and (max-width: 834px) {
    .inquiry {
      background: none; } }
  .inquiry-content {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .inquiry-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 598px) {
      .inquiry-content {
        padding-top: 12px;
        padding-bottom: 12px; } }
    @media screen and (max-width: 834px) {
      .inquiry-content {
        padding-top: 17px;
        padding-bottom: 22px; } }
    .inquiry-content img {
      box-shadow: 0 20px 20px rgba(13, 13, 56, 0.1); }
      .inquiry-content img:hover {
        opacity: 0.9;
        box-shadow: none; }
    .inquiry-content .linkbuttonA {
      z-index: 0;
      margin-top: 17px; }
      .inquiry-content .linkbuttonA a {
        position: relative;
        display: block;
        max-width: 350px;
        padding-top: 25px;
        padding-bottom: 25px;
        background: #036c70;
        background: linear-gradient(90deg, #036c70, #034e38);
        background-size: cover;
        overflow: hidden;
        text-decoration: none;
        line-height: 2rem;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-align: center;
        color: #FFF;
        box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.057), 0 5px 6.1px rgba(13, 13, 56, 0.076), 0 10.1px 11.4px rgba(13, 13, 56, 0.086), 0 19.2px 19.8px rgba(13, 13, 56, 0.092), 0 38.4px 34.8px rgba(13, 13, 56, 0.1); }
        @media screen and (max-width: 834px) {
          .inquiry-content .linkbuttonA a {
            line-height: 1.4rem;
            font-size: 0.8rem; } }
        @media screen and (max-width: 834px) {
          .inquiry-content .linkbuttonA a {
            display: block;
            width: 100%;
            margin: 0 auto;
            padding: 1em 0;
            background: #036c70;
            color: #FFF;
            text-align: center;
            font-size: 0.9em;
            box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.037), 0 5px 6.1px rgba(13, 13, 56, 0.057), 0 10.1px 11.4px rgba(13, 13, 56, 0.076), 0 19.2px 19.8px rgba(13, 13, 56, 0.086); } }
        .inquiry-content .linkbuttonA a:hover {
          text-decoration: none;
          color: #FFF;
          filter: drop-shadow(1px 1px 1px rgba(56, 3, 78, 0.1));
          background: #036c70;
          box-shadow: none; }
        .inquiry-content .linkbuttonA a::before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
          -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
          transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
          content: "";
          background-color: #38034e;
          position: absolute;
          top: -150px;
          right: auto;
          left: 20px;
          z-index: -1;
          width: 0;
          height: 300px; }
        .inquiry-content .linkbuttonA a:hover::before {
          transform: rotate(70deg);
          width: 700px;
          opacity: 0.7; }
    .inquiry-content .linkbuttonB {
      z-index: 0;
      margin-top: 17px; }
      .inquiry-content .linkbuttonB a {
        position: relative;
        display: block;
        max-width: 350px;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #c53516;
        background: linear-gradient(90deg, #c53516, #760028);
        background-size: cover;
        overflow: hidden;
        text-decoration: none;
        line-height: 2rem;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-align: center;
        color: #FFF;
        box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.057), 0 5px 6.1px rgba(13, 13, 56, 0.076), 0 10.1px 11.4px rgba(13, 13, 56, 0.086), 0 19.2px 19.8px rgba(13, 13, 56, 0.092), 0 38.4px 34.8px rgba(13, 13, 56, 0.1); }
        @media screen and (max-width: 834px) {
          .inquiry-content .linkbuttonB a {
            line-height: 1.4rem;
            font-size: 0.8rem; } }
        @media screen and (max-width: 834px) {
          .inquiry-content .linkbuttonB a {
            display: block;
            width: 100%;
            margin: 0 auto;
            padding: 1em 0;
            background: #c53516;
            color: #FFF;
            text-align: center;
            font-size: 0.9em;
            box-shadow: 0 1.9px 2.5px rgba(13, 13, 56, 0.037), 0 5px 6.1px rgba(13, 13, 56, 0.057), 0 10.1px 11.4px rgba(13, 13, 56, 0.076), 0 19.2px 19.8px rgba(13, 13, 56, 0.086); } }
        .inquiry-content .linkbuttonB a:hover {
          text-decoration: none;
          color: #FFF;
          filter: drop-shadow(1px 1px 1px rgba(56, 3, 78, 0.1));
          background: #c53516;
          box-shadow: none; }
        .inquiry-content .linkbuttonB a::before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
          -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
          transition: all 0.6s cubic-bezier(0.25, 0.1, 0.2, 1);
          content: "";
          background-color: #38034e;
          position: absolute;
          top: -150px;
          right: auto;
          left: 20px;
          z-index: -1;
          width: 0;
          height: 300px; }
        .inquiry-content .linkbuttonB a:hover::before {
          transform: rotate(70deg);
          width: 700px;
          opacity: 0.7; }

/*-------------------------------------------
　お問合せ
-------------------------------------------*/
/* カテゴリ トップビジュアル */
.top-contact {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  min-height: 350px; }
  @media screen and (max-width: 1024px) {
    .top-contact {
      max-width: 100%;
      padding-left: 25px;
      padding-right: 25px; } }
  @media screen and (max-width: 834px) {
    .top-contact {
      min-height: 200px; } }
  .top-contact-content-txt {
    position: absolute;
    bottom: 0px;
    left: 0; }
    @media screen and (max-width: 834px) {
      .top-contact-content-txt {
        padding: 0 25px; } }
    .top-contact-content-txt h1 {
      padding-left: 3px;
      line-height: 1.4rem;
      font-size: 0.9rem;
      padding-bottom: 10px;
      font-weight: bold;
      letter-spacing: 0.1; }
      @media screen and (max-width: 834px) {
        .top-contact-content-txt h1 {
          line-height: 1.26rem;
          font-size: 0.81rem; } }
    .top-contact-content-txt p {
      line-height: 5rem;
      font-size: 4.8rem;
      font-family: "century-gothic", sans-serif;
      opacity: 0.7;
      color: #715f35; }
      @media screen and (max-width: 834px) {
        .top-contact-content-txt p {
          line-height: 3rem;
          font-size: 2.88rem; } }
  .top-contact-content-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60vw;
    max-height: 300px;
    overflow: hidden; }
    @media screen and (max-width: 834px) {
      .top-contact-content-img {
        top: 90px;
        width: 55vw; } }
    .top-contact-content-img img {
      width: auto;
      height: 100%;
      border-radius: 50px; }
      @media screen and (max-width: 834px) {
        .top-contact-content-img img {
          width: auto;
          height: 120%; } }

/* お問合せ */
.contact {
  background: #FFF;
  background: linear-gradient(180deg, white, #cdcdcc);
  background-size: cover; }
  .contact-content {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 980px;
    margin: 0 auto; }
    @media screen and (max-width: 598px) {
      .contact-content {
        padding-top: 42px;
        padding-bottom: 42px; } }
    @media screen and (max-width: 1024px) {
      .contact-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    .contact-content h1 {
      line-height: 2.6rem;
      font-size: 1.8rem;
      font-weight: bold; }
      @media screen and (max-width: 834px) {
        .contact-content h1 {
          line-height: 2.08rem;
          font-size: 1.44rem; } }
      @media screen and (max-width: 834px) {
        .contact-content h1 {
          margin-bottom: 20px; } }

/*-------------------------------------------
　新着情報設定
-------------------------------------------*/
/* フロントページ */
.news {
  position: relative;
  min-height: 70px; }
  @media screen and (max-width: 834px) {
    .news {
      min-height: 140px; } }
  .news-content {
    position: absolute;
    top: 20px;
    left: 7vw;
    display: flex; }
    @media screen and (max-width: 834px) {
      .news-content {
        top: 30px;
        position: relative;
        display: inline; } }
    .news-content h2 {
      margin-top: -5px;
      padding-right: 40px;
      line-height: 2.6rem;
      font-size: 1.8rem;
      font-family: "century-gothic", sans-serif;
      color: #4e3803;
      font-weight: bold; }
      @media screen and (max-width: 834px) {
        .news-content h2 {
          line-height: 2.08rem;
          font-size: 1.44rem; } }
    .news-content time {
      line-height: 2rem;
      font-size: 1rem;
      font-family: "century-gothic", sans-serif;
      font-weight: bold;
      padding-right: 20px;
      color: #83827f; }
      @media screen and (max-width: 834px) {
        .news-content time {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
    .news-content p {
      line-height: 2rem;
      font-size: 1rem; }
      @media screen and (max-width: 834px) {
        .news-content p {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
      .news-content p a {
        text-decoration: underline; }
        .news-content p a:hover {
          color: #4e3803;
          text-decoration: none; }
  .news .linkbutton {
    position: absolute;
    top: 23px;
    right: 7vw;
    padding: 2px 15px;
    line-height: 1.4rem;
    font-size: 0.9rem;
    background: #036c70;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.1; }
    @media screen and (max-width: 834px) {
      .news .linkbutton {
        line-height: 1.26rem;
        font-size: 0.81rem; } }
    @media screen and (max-width: 834px) {
      .news .linkbutton {
        top: 30px; } }
    .news .linkbutton:hover {
      background: #38034e; }
    .news .linkbutton a {
      color: #FFF; }

/* カテゴリ トップビジュアル */
.category-news-topvisual {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  min-height: 350px; }
  @media screen and (max-width: 1024px) {
    .category-news-topvisual {
      max-width: 100%;
      padding-left: 25px;
      padding-right: 25px; } }
  @media screen and (max-width: 834px) {
    .category-news-topvisual {
      min-height: 200px; } }
  .category-news-topvisual-content-txt {
    position: absolute;
    bottom: 0px;
    left: 0px; }
    @media screen and (max-width: 834px) {
      .category-news-topvisual-content-txt {
        padding: 0 25px; } }
    .category-news-topvisual-content-txt h1 {
      padding-left: 3px;
      line-height: 1.4rem;
      font-size: 0.9rem;
      padding-bottom: 10px;
      font-weight: bold;
      letter-spacing: 0.1; }
      @media screen and (max-width: 834px) {
        .category-news-topvisual-content-txt h1 {
          line-height: 1.26rem;
          font-size: 0.81rem; } }
    .category-news-topvisual-content-txt p {
      line-height: 5rem;
      font-size: 4.8rem;
      font-family: "century-gothic", sans-serif;
      opacity: 0.7;
      color: #715f35; }
      @media screen and (max-width: 834px) {
        .category-news-topvisual-content-txt p {
          line-height: 3rem;
          font-size: 2.88rem; } }
  .category-news-topvisual-content-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60vw;
    max-height: 300px;
    overflow: hidden; }
    @media screen and (max-width: 834px) {
      .category-news-topvisual-content-img {
        top: 90px;
        width: 55vw; } }
    .category-news-topvisual-content-img img {
      width: auto;
      height: 100%;
      border-radius: 50px; }
      @media screen and (max-width: 834px) {
        .category-news-topvisual-content-img img {
          width: auto;
          height: 120%; } }

/* カテゴリページ */
.category-news-content {
  padding-top: 70px;
  padding-bottom: 70px;
  max-width: 980px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 598px) {
    .category-news-content {
      padding-top: 42px;
      padding-bottom: 42px; } }
  @media screen and (max-width: 1024px) {
    .category-news-content {
      max-width: 100%;
      padding-left: 25px;
      padding-right: 25px; } }
  .category-news-content .info-box {
    position: relative;
    display: flex;
    padding: 35px 10px;
    border: none;
    border-bottom: 1px solid #b4b4b2; }
    @media screen and (max-width: 834px) {
      .category-news-content .info-box {
        display: inline-block;
        position: relative;
        width: 100%; } }
    .category-news-content .info-box:hover {
      color: #4e3803; }
    .category-news-content .info-box time {
      font-family: "century-gothic", sans-serif;
      font-weight: bold;
      padding-right: 20px;
      color: #83827f;
      line-height: 2rem;
      font-size: 1rem; }
      @media screen and (max-width: 834px) {
        .category-news-content .info-box time {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
    .category-news-content .info-box .info-cat {
      margin-top: 5px;
      margin-right: 20px;
      padding: 1px 15px 0;
      height: 23px;
      font-weight: bold;
      line-height: 1.4rem;
      font-size: 0.9rem;
      background: #383632;
      color: #FFF;
      vertical-align: middle; }
      @media screen and (max-width: 834px) {
        .category-news-content .info-box .info-cat {
          line-height: 1.26rem;
          font-size: 0.81rem; } }
      @media screen and (max-width: 834px) {
        .category-news-content .info-box .info-cat {
          position: absolute;
          margin: 0;
          top: 35px;
          right: 20px; } }
    .category-news-content .info-box p {
      line-height: 2rem;
      font-size: 1rem; }
      @media screen and (max-width: 834px) {
        .category-news-content .info-box p {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
    .category-news-content .info-box .arrow {
      position: absolute;
      bottom: 42%;
      right: 15px;
      /*矢印が右に移動する*/ }
      @media screen and (max-width: 834px) {
        .category-news-content .info-box .arrow {
          bottom: 20px; } }
      .category-news-content .info-box .arrow .btnarrow4 {
        /*矢印と下線の基点とするためrelativeを指定*/
        position: relative;
        display: inline-block;
        padding: 0 20px;
        color: #83827f;
        text-decoration: none;
        outline: none;
        /*矢印と下線の形状*/ }
        .category-news-content .info-box .arrow .btnarrow4::before {
          content: '';
          /*絶対配置で下線の位置を決める*/
          position: absolute;
          bottom: -5px;
          left: 15%;
          /*下線の形状*/
          width: 85%;
          height: 1px;
          background: #83827f;
          /*アニメーションの指定*/
          transition: all .3s; }
        .category-news-content .info-box .arrow .btnarrow4::after {
          content: '';
          /*絶対配置で矢印の位置を決める*/
          position: absolute;
          bottom: 0;
          right: 0;
          /*矢印の形状*/
          width: 15px;
          height: 1px;
          background: #83827f;
          transform: rotate(35deg);
          /*アニメーションの指定*/
          transition: all .3s; }
.category-news .linkbutton {
  position: absolute;
  top: 45px;
  right: 7vw;
  padding: 2px 15px;
  line-height: 1.4rem;
  font-size: 0.9rem;
  background: #4e3803;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.1; }
  @media screen and (max-width: 834px) {
    .category-news .linkbutton {
      line-height: 1.26rem;
      font-size: 0.81rem; } }
  .category-news .linkbutton a {
    color: #FFF; }
  .category-news .linkbutton:hover {
    background: #4e3803; }

/* シングルページ */
.single-news {
  margin-top: 150px; }
  @media screen and (max-width: 834px) {
    .single-news {
      margin-top: 100px; } }
  .single-news-content {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    @media screen and (max-width: 1024px) {
      .single-news-content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px; } }
    @media screen and (max-width: 598px) {
      .single-news-content {
        padding-top: 42px;
        padding-bottom: 42px; } }
    .single-news-content h1 {
      line-height: 2.6rem;
      font-size: 1.8rem;
      line-height: 2em;
      padding-bottom: 10px;
      font-weight: bold; }
      @media screen and (max-width: 834px) {
        .single-news-content h1 {
          line-height: 2.08rem;
          font-size: 1.44rem; } }
    .single-news-content .info-box {
      display: flex;
      padding-bottom: 40px; }
      @media screen and (max-width: 834px) {
        .single-news-content .info-box {
          padding-bottom: 30px; } }
      .single-news-content .info-box time {
        font-family: "century-gothic", sans-serif;
        font-weight: bold;
        padding-right: 20px;
        color: #83827f;
        line-height: 2rem;
        font-size: 1rem; }
        @media screen and (max-width: 834px) {
          .single-news-content .info-box time {
            line-height: 1.4rem;
            font-size: 0.8rem; } }
      .single-news-content .info-box .info-cat {
        margin-top: 4px;
        padding: 1px 15px 0;
        height: 24px;
        font-weight: bold;
        line-height: 1.4rem;
        font-size: 0.9rem;
        background: #383632;
        color: #FFF;
        vertical-align: middle; }
        @media screen and (max-width: 834px) {
          .single-news-content .info-box .info-cat {
            line-height: 1.26rem;
            font-size: 0.81rem; } }
        @media screen and (max-width: 834px) {
          .single-news-content .info-box .info-cat {
            margin-top: 0px;
            height: 21px; } }
    .single-news-content p {
      padding-top: 15px;
      padding-bottom: 15px; }
      .single-news-content p a {
        text-decoration: underline; }
        .single-news-content p a:hover {
          color: #4e3803;
          text-decoration: none; }
    .single-news-content img {
      width: 100%;
      height: auto; }

form {
  max-width: 100%;
  padding: 25px 30px 0;
  background: #FFF;
  line-height: 2rem;
  font-size: 1rem; }
  @media screen and (max-width: 834px) {
    form {
      line-height: 1.4rem;
      font-size: 0.8rem; } }
  @media screen and (max-width: 834px) {
    form {
      padding: 10px 20px 0; } }
  form h1 {
    text-align: center;
    padding-bottom: 15px;
    line-height: 2.2rem;
    font-size: 1.3rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 834px) {
      form h1 {
        line-height: 1.98rem;
        font-size: 1.17rem; } }
    @media screen and (max-width: 834px) {
      form h1 {
        padding-top: 20px;
        padding-bottom: 0px; } }
  form table {
    border-top: 1px solid #cdcdcc; }
    form table tr {
      border-bottom: 1px solid #cdcdcc; }
      @media screen and (max-width: 834px) {
        form table tr {
          border: none; } }
      form table tr:last-child {
        border: none; }
    form table th {
      width: 30%;
      padding: 0 10px;
      line-height: 2rem;
      font-size: 1rem;
      font-style: normal;
      font-family: "source-han-sans-japanese", sans-serif;
      vertical-align: middle; }
      @media screen and (max-width: 834px) {
        form table th {
          line-height: 1.4rem;
          font-size: 0.8rem; } }
      @media screen and (max-width: 834px) {
        form table th {
          width: 100%;
          padding: 20px 0 0;
          display: block;
          text-align: left; } }
    form table td {
      padding: 5px 10px 5px 0; }
      @media screen and (max-width: 834px) {
        form table td {
          display: block;
          width: 100%;
          padding: 0px; } }
      form table td .tdsmall {
        padding-top: 5px;
        line-height: 1.4rem;
        font-size: 0.9rem; }
        @media screen and (max-width: 834px) {
          form table td .tdsmall {
            line-height: 1.26rem;
            font-size: 0.81rem; } }
        form table td .tdsmall a {
          color: #4e3803; }
          form table td .tdsmall a:hover {
            color: #070500; }
  form .required {
    position: relative;
    bottom: 1px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
    background: #c53516;
    color: #FFF;
    font-size: 7px; }
  form .optional {
    position: relative;
    bottom: 1px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
    background: #83827f;
    color: #FFF;
    font-size: 7px; }
  form input {
    padding: 0px 15px;
    border: none;
    background: #b4b4b2; }
    form input:focus {
      border: 1px solid #070500; }
    form input::placeholder {
      color: #cdcdcc; }
    form input[name="members"], form input[name="your-name"], form input[name="your-ruby"] {
      width: 100%; }
    form input[name="corporate-name"], form input[name="corporate-department"], form input[name="corporate-post"] {
      width: 100%; }
    form input[name="phone-number"], form input[name="your-email"] {
      width: 100%; }
    form input[name="your-address"], form input[name="your-address2"] {
      width: 100%; }
    form input[name="corporate-url"], form input[name="position-name"] {
      width: 100%; }
    form input[name="your-corporate-field"], form input[name="your-radio-sales"] {
      width: 100%; }
    form input[name="buy-field"], form input[name="buy-address"], form input[name="buy-radio-message"] {
      width: 100%; }
    form input.wpcf7-confirm {
      display: block;
      width: 80%;
      height: 45px;
      margin: 0px auto;
      -moz-border-radius: 5px;
      -khtml-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      color: #FFF;
      font-weight: bold;
      line-height: 10px;
      background: #070500;
      cursor: pointer; }
      form input.wpcf7-confirm:hover {
        background: #070500; }
      form input.wpcf7-confirm:active {
        box-shadow: none;
        bottom: -2px;
        position: relative; }
    form input.wpcf7-back {
      width: 40%;
      height: 45px;
      margin: 0px 10px 10px 10px;
      color: #ccc;
      font-size: 1em;
      font-weight: bold;
      background: #070500;
      cursor: pointer; }
      form input.wpcf7-back:hover {
        background: #070500; }
      form input.wpcf7-back:active {
        box-shadow: none;
        bottom: -2px;
        position: relative; }
    form input.wpcf7-submit {
      margin: 0 0 10px;
      cursor: pointer;
      color: #FFF;
      font-weight: bold;
      width: 98%;
      height: 45px;
      -moz-border-radius: 5px;
      -khtml-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      background: #070500; }
      @media screen and (max-width: 834px) {
        form input.wpcf7-submit {
          width: 100%;
          margin: 0px 0 20px; } }
      form input.wpcf7-submit:hover {
        background: #4e3803; }
      form input.wpcf7-submit:active {
        box-shadow: none;
        bottom: -2px;
        position: relative; }
  form textarea {
    width: 100%;
    height: 200px;
    padding: 0px 15px;
    border: none;
    background: #b4b4b2;
    margin-bottom: -12px; }
    form textarea:focus {
      border: 1px solid #070500; }
    form textarea::placeholder {
      color: #ccc; }
  form .wpcf7-not-valid {
    background: #ffb6c1; }
  form span.wpcf7-not-valid-tip {
    font-size: 80%; }
  form .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  form .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7; }
  form .wpcf7-mail-sent-ok {
    color: #FFF;
    background-color: #0E0000;
    border: 1px solid #4e3803; }
  form .wpcf7-captchac {
    border: 1px solid #ccc; }
  form .verticallist {
    display: block; }
  form .wpcf7-list-item {
    display: block; }
  form .titlestep2 {
    z-index: 10;
    font-style: normal;
    font-family: "source-han-sans-japanese", sans-serif;
    line-height: 2.2rem;
    font-size: 1.3rem;
    color: #070500; }
    @media screen and (max-width: 834px) {
      form .titlestep2 {
        line-height: 1.98rem;
        font-size: 1.17rem; } }
  form #checkbox {
    margin: 10px 0px 3px;
    text-align: center;
    font-weight: 600;
    padding: 0;
    font-size: 1em;
    background: #cdcdcc; }
  form #submit {
    margin: 20px auto 0px;
    text-align: center; }
  form .LPlinkbn {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 880;
    transform: translate(-50%, -50%); }
    form .LPlinkbn img {
      width: 200px;
      -webkit-transform: rotate(15deg) scale(1);
      transform: rotate(15deg) scale(1);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6)); }
    form .LPlinkbn:hover {
      opacity: 0.8;
      -webkit-transform: rotate(0) scale(1.4);
      transform: rotate(0) scale(1.4); }
