@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
/*=====================================================================
リセットcssの設定
=======================================================================*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/*===========================================================
全体の設定
=============================================================*/
.back_ {
  background: #D8D8D8; }

@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(50px);
    /* X軸方向に50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateY(0);
    /* X軸方向に0px */ } }
.fadeIn {
  animation-name: fadein;
  animation-duration: .5s;
  animation-iteration-count: 1; }
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.container {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 760px) {
    .container {
      max-width: 100%;
      width: 100%;
      padding-left: 2%;
      padding-right: 2%;
      word-wrap: break-word;
      overflow-wrap: break-word;
      overflow-x: hidden; } }

.container-680 {
  width: 750px;
  margin: 0 auto; }
  @media screen and (max-width: 760px) {
    .container-680 {
      max-width: 100%;
      width: 100%; } }

.relative {
  position: relative; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

.res {
  display: none !important; }
  @media screen and (max-width: 760px) {
    .res {
      display: block !important; } }

@media screen and (max-width: 760px) {
  .res-none {
    display: none !important; } }

@media screen and (max-width: 1000px) {
  .res-none1 {
    display: none !important; } }

/*left right-------------------------------*/
.left {
  float: left; }
  @media screen and (max-width: 760px) {
    .left {
      float: none; } }

.right {
  float: right; }
  @media screen and (max-width: 760px) {
    .right {
      float: none; } }

.flexbox {
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 760px) {
    .flexbox {
      display: block; } }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: strict; }

html {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333; }

@media screen and (max-width: 1000px) {
  html, body {
    width: 1000px; } }
@media screen and (max-width: 760px) {
  html, body {
    width: 100%; } }

h2, h3, h4 {
  color: #333333; }

a {
  color: inherit;
  text-decoration: none;
  display: block; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

/*dl dt dd-------------------------------*/
dt {
  float: left;
  margin-right: 5px; }

dt, dd {
  font-size: 14px;
  text-decoration: none; }

.heading {
  text-align: center; }
  .heading h2 {
    display: inline-block;
    font-size: 32px;
    text-align: center;
    color: #4792D1;
    border-bottom: 2px dotted;
    margin: 30px 0;
    padding-bottom: 10px; }

/*===========================================================
headerの設定
=============================================================*/
header {
  width: 100%;
  margin: 0 auto;
  /*navの設定-------------------------------*/ }
  @media screen and (max-width: 900px) {
    header {
      padding: 0; } }
  header .logo {
    float: left;
    width: 185px;
    padding-top: 5px;
    height: 100%; }
  header nav {
    width: 100%;
    background: #fff;
    background-image: url(../img/dot.png);
    color: #26499d;
    padding: 5px 15px;
    position: relative;
    z-index: 100;
    box-shadow: 0px 0px 1px #ddd; }
    @media screen and (max-width: 900px) {
      header nav {
        display: none; } }
    header nav ul {
      display: flex;
      justify-content: flex-end;
      float: right; }
      @media screen and (max-width: 900px) {
        header nav ul {
          display: block; } }
      header nav ul li {
        text-align: left;
        border-right: 1px dotted; }
        header nav ul li:last-child {
          border-right: none; }
        header nav ul li a {
          padding: 5px 20px;
          transition: .2s;
          font-weight: bold; }
          header nav ul li a:hover {
            background: #26499d;
            color: #fff; }
          header nav ul li a span {
            display: block;
            color: #ddd;
            font-weight: normal; }
  header .navleft {
    width: 250px;
    float: left;
    font-size: 0.7rem; }
    header .navleft:hover {
      opacity: .75; }

/*===========================================================
navスマホの設定
=============================================================*/
/*ヘッダーまわりはサイトに合わせて調整してください*/
#nav-res {
  display: none; }
  @media screen and (max-width: 900px) {
    #nav-res {
      display: block;
      width: 100%;
      height: 50px;
      max-width: 100%;
      background: #fff;
      position: fixed;
      z-index: 1600;
      /*チェックボックス等は非表示に*/
      /*アイコンのスペース*/
      /*ハンバーガーアイコンをCSSだけで表現*/
      /*閉じる用の薄黒カバー*/
      /*中身*/
      /*チェックが入ったらもろもろ表示*/ }
      #nav-res h1 {
        padding: 8px;
        float: left; }
        #nav-res h1 img {
          height: 37px;
          padding-top: 0px; } }
      @media screen and (max-width: 900px) and (max-width: 900px) {
        #nav-res h1 img {
          height: 25px; } }
  @media screen and (max-width: 900px) {
      #nav-res #nav-drawer {
        position: relative;
        text-align: right; }
      #nav-res .nav-unshown {
        display: none; }
      #nav-res #nav-open {
        display: inline-block;
        width: 30px;
        height: 30px;
        float: right;
        padding-right: 20px;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center; }
      #nav-res #nav-open span, #nav-res #nav-open span:before, #nav-res #nav-open span:after {
        position: absolute;
        height: 3px;
        /*線の太さ*/
        width: 25px;
        /*長さ*/
        border-radius: 3px;
        background: #555;
        display: block;
        content: '';
        cursor: pointer; }
      #nav-res #nav-open span:before {
        bottom: -8px; }
      #nav-res #nav-open span:after {
        bottom: -16px; }
      #nav-res #nav-close {
        display: none;
        /*はじめは隠しておく*/
        position: fixed;
        z-index: 99;
        top: 0;
        /*全体に広がるように*/
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out; }
      #nav-res #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        /*最前面に*/
        width: 100%;
        /*右側に隙間を作る（閉じるカバーを表示）*/
        height: auto;
        max-hight: 100%;
        transition: .3s ease-in-out;
        /*滑らかに表示*/
        -webkit-transform: translateY(-105%);
        transform: translateY(-105%);
        /*左に隠しておく*/
        background: #fff;
        /*背景色*/
        opacity: 0.9; }
        #nav-res #nav-content ul {
          padding: 0 10px;
          width: 100%; }
          #nav-res #nav-content ul li {
            color: #333333;
            padding: 10px;
            text-align: center;
            border-bottom: dotted 1px #333333;
            width: 100%;
            border-right: none; }
            #nav-res #nav-content ul li:last-child {
              border-bottom: none; }
            #nav-res #nav-content ul li a {
              display: block;
              padding: 0; }
              #nav-res #nav-content ul li a span {
                display: none; }
      #nav-res #nav-input:checked ~ #nav-close {
        display: block;
        /*カバーを表示*/
        opacity: .5; }
      #nav-res #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        /*中身を表示（右へスライド）*/
        box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); } }

/*=====================================================================
mainの設定
=======================================================================*/
@media screen and (max-width: 760px) {
  main {
    padding-top: 50px; } }

/*=====================================================================
footerの設定
=======================================================================*/
footer {
  width: 100%;
  background: url("../img/footer_back.png");
  background-size: cover;
  font-size: 14px;
  padding-top: 30px;
  color: #fff;
  /*copyrightの設定-------------------------------*/ }
  footer .address {
    width: 275px; }
    footer .address img.footer_logo {
      width: 80%;
      margin-bottom: 20px; }
    @media screen and (max-width: 760px) {
      footer .address {
        width: 100%; } }
  footer .top {
    padding-bottom: 30px; }
  footer nav {
    width: 470px;
    float: left;
    display: flex;
    flex-wrap: nowrap; }
    @media screen and (max-width: 760px) {
      footer nav {
        width: 100%;
        flex-wrap: wrap;
        margin: 15px 0; } }
    footer nav ul {
      width: 35%;
      border-right: 1px dotted #fff;
      padding: 0 30px;
      padding-right: 15px; }
      footer nav ul:last-child {
        border-right: none; }
      @media screen and (max-width: 760px) {
        footer nav ul {
          width: 50%;
          border-right: none;
          padding: 0; } }
      footer nav ul .head {
        margin-bottom: 5px;
        color: #fff; }
  footer .right a {
    display: inline-block; }
  footer .right img.mark {
    width: 150px;
    height: 100%;
    display: inline-block;
    margin-bottom: 10px; }
    @media screen and (max-width: 760px) {
      footer .right img.mark {
        width: 48%; } }
  footer .right img.p-mark {
    width: 100%;
    height: 100px; }
    @media screen and (max-width: 760px) {
      footer .right img.p-mark {
        width: 48%;
        height: auto; } }
  footer .right img.isms-mark {
    width: 100%;
    height: 100px; }
    @media screen and (max-width: 760px) {
      footer .right img.isms-mark {
        width: 48%;
        height: auto; } }
  footer .copyright {
    background: #26499d;
    padding: 15px; }
    footer .copyright p {
      font-size: 12px;
      color: #fff;
      text-align: center; }

/*=====================================================================
トップページの設定
=======================================================================*/
.front.news {
  background-image: url(../img/back_.jpg);
  background-size: cover;
  padding: 45px 0;
  margin: 0 0 50px; }
  .front.news h2 {
    font-size: 1.8rem;
    color: #26499d; }
    @media screen and (max-width: 760px) {
      .front.news h2 {
        margin: 0 0 10px; } }
    .front.news h2 span {
      font-size: 1.4rem; }
  .front.news .left {
    width: 20%; }
    @media screen and (max-width: 760px) {
      .front.news .left {
        width: 100%; } }
  .front.news .right {
    width: 75%; }
    @media screen and (max-width: 760px) {
      .front.news .right {
        width: 100%; } }
  .front.news .btn_news {
    background: #26499d;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #26499d;
    margin: 10px 0 10px;
    text-align: center; }
    .front.news .btn_news:hover {
      color: #26499d;
      background: #fff; }
  .front.news .news_box {
    border-left: 2px solid #26499d;
    padding: 0 0 0 30px;
    margin: 0 0 0 30px; }
    @media screen and (max-width: 760px) {
      .front.news .news_box {
        border-left: none;
        padding: 0;
        margin: 0; } }
    .front.news .news_box time {
      display: block;
      margin: 0 0 5px; }
      .front.news .news_box time span {
        border-radius: 5px;
        padding: 1px 20px;
        margin: 0 0 0 10px;
        background: #26499d;
        color: #fff; }
    .front.news .news_box li {
      border-bottom: 1px dotted;
      padding: 0 0 10px;
      margin: 0 0 10px; }
      .front.news .news_box li:last-child {
        border-bottom: none;
        margin: 0; }

.front_product h2 {
  font-size: 1.8rem;
  color: #26499d;
  border-right: 1px solid;
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 10px; }
  @media screen and (max-width: 760px) {
    .front_product h2 {
      border-right: none; } }
  .front_product h2 span {
    font-size: 1.4rem;
    color: #bdbdbd; }
.front_product .editor {
  width: 58%; }
  @media screen and (max-width: 760px) {
    .front_product .editor {
      width: 100%; } }
  .front_product .editor p {
    line-height: 21px;
    font-size: 0.8rem; }
.front_product .btn_product {
  color: #fff;
  background: #26499d;
  padding: 10px 15px;
  border: 1px solid #26499d;
  border-radius: 5px;
  font-size: 0.8rem;
  text-align: center; }
  .front_product .btn_product:hover {
    color: #26499d;
    background: #fff; }
  @media screen and (max-width: 760px) {
    .front_product .btn_product {
      margin: 10px 0 0; } }
.front_product .slider {
  width: 100%;
  height: auto;
  margin: 10px 0 0; }
  .front_product .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.front_product .flex {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0; }
  .front_product .flex a {
    width: 320px;
    height: 170px;
    margin: 5px 0.66%; }
    .front_product .flex a img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

div.links {
  width: 100%;
  background: #F7F7F7;
  padding: 40px 15%;
  padding: 40px 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  div.links a {
    width: 49%;
    border: 10px solid #fff;
    height: 200px;
    margin: 0 0 10px;
    padding: 30px 10% 20px 30px; }
    div.links a:hover {
      border-color: #26499d; }
    @media screen and (max-width: 760px) {
      div.links a {
        width: 100%;
        padding: 30px 5% 20px 5%; } }
    div.links a .link {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      /* Safari用 */
      transform: translateY(-50%);
      margin: 0 auto;
      left: 0%;
      right: 0%;
      width: fit-content; }
    div.links a h3 {
      font-size: 1.5rem;
      padding: 0 0 10px;
      margin: 0 0 10px;
      border-bottom: 1px solid; }
      div.links a h3 span {
        font-size: 0.9rem; }
    div.links a p {
      font-size: 0.8rem; }

.front_contact {
  width: 100%;
  background: #d7eaff;
  background-image: url(../img/line.png);
  padding: 0 0 50px; }
  .front_contact h2 {
    display: block;
    font-size: 2rem;
    text-align: center;
    color: #26499d;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 50px; }
    .front_contact h2 span {
      display: block;
      color: #898989;
      font-size: 1.5rem; }
  .front_contact p {
    text-align: center; }
  .front_contact .wrap {
    text-align: center;
    width: 670px;
    margin: 0 auto; }
    @media screen and (max-width: 760px) {
      .front_contact .wrap {
        width: 100%; } }
    .front_contact .wrap p {
      text-align: left;
      text-decoration: underline;
      margin: 25px 10px 5px; }
    .front_contact .wrap a {
      border-radius: 10px;
      background: #26499d;
      padding: 20px;
      text-align: center;
      display: block;
      width: 320px;
      color: #fff;
      margin: 0 5px;
      border: 2px solid #26499d; }
      .front_contact .wrap a:hover {
        color: #26499d;
        background: #fff; }
      @media screen and (max-width: 760px) {
        .front_contact .wrap a {
          width: 100%;
          margin: 0; } }
    .front_contact .wrap .file {
      color: #26499d;
      background: #F7F8F8; }
      .front_contact .wrap .file:hover {
        color: #fff;
        background: #26499d; }

/*=====================================================================
keyvisualの設定
=======================================================================*/
.keyvisual #main {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .keyvisual #main img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .keyvisual #main #logo_top {
    display: none; }
    @media screen and (max-width: 760px) {
      .keyvisual #main #logo_top {
        display: block;
        width: 75%;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        margin: auto;
        overflow: hidden;
        z-index: 100;
        object-fit: contain;
        animation-duration: 2s;
        /* アニメーション時間 */
        animation-name: RightToLeft;
        /* アニメーション名 */
        animation-iteration-count: 1;
        /* アニメーションの繰り返し（無限）*/ } }
.keyvisual .logo_space {
  position: absolute;
  top: 68px;
  left: 0;
  min-width: 430px;
  background: rgba(38, 73, 157, 0.95);
  padding: 50px 30px;
  width: 35%;
  height: 100vh;
  color: #fff; }
  @media screen and (max-width: 760px) {
    .keyvisual .logo_space {
      position: static; } }
  @media screen and (max-width: 760px) {
    .keyvisual .logo_space {
      width: 100%;
      min-width: 100%; } }
  .keyvisual .logo_space .copy {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0%;
    right: 0%;
    width: fit-content; }
  .keyvisual .logo_space h2 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 20px; }
  .keyvisual .logo_space p {
    font-size: 0.8rem;
    line-height: 1.5rem; }

/*=====================================================================
archiveの設定
=======================================================================*/
article.archive {
  background-image: url(../img/back_.jpg);
  background-position: top;
  background-repeat: repeat-y;
  background-size: cover; }
  article.archive .container {
    background: #fff;
    padding-bottom: 100px; }
  article.archive h1 {
    color: #26499d;
    font-size: 1.5rem;
    padding: 40px 0 10px;
    border-bottom: 1px solid;
    margin: 0 0 20px; }
  article.archive .news_box time {
    display: block;
    margin: 0 0 5px; }
    article.archive .news_box time span {
      border-radius: 5px;
      padding: 1px 20px;
      margin: 0 0 0 10px;
      background: #26499d;
      color: #fff; }
  article.archive .news_box li {
    border-bottom: 1px dotted;
    padding: 0 0 10px;
    margin: 0 0 10px; }
    article.archive .news_box li:last-child {
      border-bottom: 1px solid;
      margin: 0; }

/*=====================================================================
製品一覧の設定
=======================================================================*/
article.product {
  background-image: url(../img/back_.jpg);
  background-position: top;
  background-repeat: repeat-y;
  background-size: cover; }
  article.product .container {
    background: #fff;
    padding-bottom: 100px;
    margin-top: 10px; }
  article.product .eyecatch {
    width: 100%;
    height: 400px; }
    article.product .eyecatch img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  article.product .copy {
    position: absolute;
    top: 30%;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    width: 1000px; }
    @media screen and (max-width: 760px) {
      article.product .copy {
        width: 80%; } }
    article.product .copy h2 {
      font-size: 1.9rem;
      padding: 0 0 15px;
      text-shadow: 0 0 10px #fff; }
    article.product .copy p {
      line-height: 2rem; }
  article.product .tab {
    display: flex; }
    article.product .tab a {
      width: 50%;
      color: #fff;
      background: #DDDDDD;
      font-size: 1.7rem;
      text-align: center;
      padding: 15px 0; }
      article.product .tab a.on {
        background: #26499d;
        position: relative; }
        article.product .tab a.on::before {
          position: absolute;
          top: 100%;
          left: 50%;
          border: solid transparent;
          content: "";
          border-top-color: #26499d;
          border-width: 20px;
          margin-left: -20px; }
  article.product .contents {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left; }
    @media screen and (max-width: 760px) {
      article.product .contents {
        width: 100%; } }
    article.product .contents a {
      padding: 10px;
      border: solid 1px #969696;
      width: 32%;
      margin: 0.66%;
      margin-bottom: 5px; }
      article.product .contents a:hover {
        background: #26499d; }
        article.product .contents a:hover h3 {
          color: #fff; }
        article.product .contents a:hover i {
          color: #fff; }
      @media screen and (max-width: 760px) {
        article.product .contents a {
          width: 100%; } }
      article.product .contents a img {
        float: left;
        width: 52px;
        height: 52px; }
      article.product .contents a h3 {
        float: left;
        font-weight: 500;
        font-size: 22px;
        padding-left: 11px; }
        article.product .contents a h3 span {
          display: block;
          font-weight: 300;
          font-size: 13px; }
  article.product .search_content {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0 100px; }
    @media screen and (max-width: 760px) {
      article.product .search_content {
        width: 100%; } }
    article.product .search_content h4 {
      font-size: 1.1rem;
      text-align: left;
      margin: 40px 0 0;
      color: #333333;
      padding-bottom: 5px;
      margin-left: 0.66%; }
      article.product .search_content h4::first-letter {
        color: #26499d; }
    article.product .search_content i {
      color: #26499d; }
    article.product .search_content a:hover {
      background: #26499d;
      color: #fff; }
      article.product .search_content a:hover i {
        color: #fff; }
    article.product .search_content .cat_content {
      padding: 0 0 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      border-bottom: dotted 1px #969696; }
      @media screen and (max-width: 760px) {
        article.product .search_content .cat_content {
          justify-content: space-between; } }
      article.product .search_content .cat_content a {
        padding: 10px;
        border: solid 1px #969696;
        width: 23.6%;
        margin: 0.66%;
        margin-bottom: 5px;
        font-size: 0.7rem; }
        @media screen and (max-width: 760px) {
          article.product .search_content .cat_content a {
            width: 48%; } }
    article.product .search_content .word_content {
      padding: 0 0.66% 40px;
      border-bottom: dotted 1px #969696; }
      article.product .search_content .word_content .box {
        border: solid 1px #969696;
        padding: 30px 40px; }
      article.product .search_content .word_content a {
        display: inline-block;
        font-size: 0.7rem;
        margin-right: 5px; }
        article.product .search_content .word_content a:hover {
          background: none;
          color: #26499d;
          text-decoration: underline; }
    article.product .search_content .example_content {
      padding: 0 0 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      border-bottom: dotted 1px #969696; }
      @media screen and (max-width: 760px) {
        article.product .search_content .example_content {
          justify-content: space-between; } }
      article.product .search_content .example_content a {
        padding: 10px;
        border: solid 1px #969696;
        width: 18.66%;
        margin: 0.66%;
        margin-bottom: 5px;
        font-size: 0.7rem;
        text-align: center; }
        @media screen and (max-width: 760px) {
          article.product .search_content .example_content a {
            width: 48%; } }
    article.product .search_content .products_content {
      padding: 40px 0 40px;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 760px) {
        article.product .search_content .products_content {
          flex-wrap: wrap; } }
      article.product .search_content .products_content a {
        padding: 15px;
        border: solid 1px #969696;
        width: 49%;
        margin: 0.66%;
        margin-bottom: 5px;
        font-size: 1.2rem;
        text-align: center; }
        @media screen and (max-width: 760px) {
          article.product .search_content .products_content a {
            width: 100%; } }
        article.product .search_content .products_content a:hover::first-letter {
          color: #fff; }
        article.product .search_content .products_content a::first-letter {
          color: #26499d; }

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  /*タブのスタイル*/ }
  .tabs .tab_item {
    float: left;
    width: calc(100%/2);
    color: #fff;
    background: #DDDDDD;
    font-size: 1.7rem;
    text-align: center;
    padding: 15px 0;
    transition: all 0.2s ease; }
    @media screen and (max-width: 760px) {
      .tabs .tab_item {
        font-size: 0.9rem; } }
    .tabs .tab_item:hover {
      opacity: 0.75;
      cursor: pointer; }
  .tabs .contents {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left; }
    .tabs .contents a {
      padding: 10px;
      border: solid 1px #969696;
      width: 32%;
      margin: 0.66%;
      margin-bottom: 5px; }
      .tabs .contents a:hover {
        background: #26499d; }
        .tabs .contents a:hover h3 {
          color: #fff; }
      .tabs .contents a img {
        float: left;
        width: 52px;
        height: 52px; }
      .tabs .contents a h3 {
        float: left;
        font-weight: 500;
        font-size: 22px;
        padding-left: 11px; }
        .tabs .contents a h3 span {
          display: block;
          font-weight: 300;
          font-size: 13px; }

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none; }

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden; }

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block; }

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background: #26499d;
  position: relative; }
  .tabs input:checked + .tab_item::before {
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    border-top-color: #26499d;
    border-width: 20px;
    margin-left: -20px; }

/*=====================================================================
製品一覧singleの設定
=======================================================================*/
article.products {
  background-image: url(../img/back_.jpg);
  background-position: top;
  background-repeat: repeat-y;
  background-size: cover; }
  article.products .container {
    background: #fff;
    padding-bottom: 100px; }
  article.products .container-sub {
    padding: 0 50px; }
    @media screen and (max-width: 760px) {
      article.products .container-sub {
        padding: 0; } }
  article.products .eyecatch {
    width: 100%;
    height: 100%; }
    article.products .eyecatch img {
      width: 100%;
      height: 100%; }
  article.products h1 {
    font-size: 2rem;
    color: #26499d;
    text-align: center;
    margin: 40px auto; }
    article.products h1 span {
      font-size: 1.2rem;
      color: #4d4d4d;
      display: block; }
    article.products h1::after {
      display: block;
      content: "";
      width: 150px;
      height: 2px;
      background-color: #26499d;
      margin: 40px auto 0; }
  article.products .editor {
    line-height: 2rem;
    width: 85%;
    margin: 0 auto 40px;
    font-size: 0.9rem; }
    @media screen and (max-width: 760px) {
      article.products .editor {
        width: 100%; } }
  article.products .wrap {
    text-align: center; }
    article.products .wrap a {
      border-radius: 10px;
      background: #26499d;
      padding: 20px;
      text-align: center;
      display: inline-block;
      width: 320px;
      color: #fff;
      margin: 0 5px;
      border: 2px solid #26499d; }
      article.products .wrap a:hover {
        color: #26499d;
        background: #fff; }
      @media screen and (max-width: 760px) {
        article.products .wrap a {
          width: 100%;
          margin: 0 0 10px; } }
    article.products .wrap .file {
      color: #26499d;
      background: #F7F8F8; }
      article.products .wrap .file:hover {
        color: #fff;
        background: #26499d; }
  article.products .box {
    margin: 50px 0;
    padding: 30px 50px;
    background: #F7F7F7; }
    @media screen and (max-width: 760px) {
      article.products .box {
        padding: 0; } }
    article.products .box a {
      font-size: 0.7rem;
      padding: 0px 15px;
      display: inline-block;
      margin: 5px;
      border: 1px solid #26499d;
      border-radius: 5px;
      line-height: 35px; }
      article.products .box a:hover {
        background: #26499d;
        color: #fff; }
    article.products .box a.cat {
      background: #787777;
      color: #fff;
      border-color: #fff;
      line-height: 35px; }
      article.products .box a.cat:hover {
        background: #26499d;
        color: #fff; }
  article.products h2 {
    font-size: 1.5rem;
    margin: 0 auto 20px;
    color: #26499d;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #26499d; }
  article.products .example_content {
    padding: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left; }
    @media screen and (max-width: 760px) {
      article.products .example_content {
        justify-content: space-between; } }
    article.products .example_content a {
      padding: 10px;
      border: solid 1px #969696;
      text-align: center;
      width: 18.66%;
      margin: 0.66%;
      margin-bottom: 5px;
      font-size: 0.7rem; }
      article.products .example_content a:hover {
        background: #26499d;
        color: #fff; }
      @media screen and (max-width: 760px) {
        article.products .example_content a {
          width: 48%; } }

/*=====================================================================
タクソノミーの検索結果の設定
=======================================================================*/
.taxsonomy-head {
  background: #26499d;
  width: 100%;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  padding: 15px 0; }

article.taxonomy .contents {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left; }
  @media screen and (max-width: 760px) {
    article.taxonomy .contents {
      width: 100%; } }

/*=====================================================================
会社案内の設定
=======================================================================*/
article.company {
  background-image: url(../img/company_back.png);
  background-position: center;
  background-repeat-x: no-repeat;
  background-size: 1400px; }
  article.company .container {
    background: #fff;
    padding-bottom: 100px; }
  article.company .greeting {
    width: 100%;
    background: #d7eaff;
    background-image: url(../img/line.png);
    padding: 50px 0; }
    @media screen and (max-width: 760px) {
      article.company .greeting {
        padding: 50px 4%; } }

/*=====================================================================
交通アクセスの設定
=======================================================================*/
article.access {
  background-image: url(../img/back_.jpg);
  background-position: top;
  background-repeat: repeat-y;
  background-size: cover; }
  article.access .container {
    background: #fff; }
  article.access .left {
    width: 45%;
    margin-bottom: 50px; }
    @media screen and (max-width: 760px) {
      article.access .left {
        width: 100%;
        margin-bottom: 10px; } }
  article.access .right {
    width: 55%;
    margin-bottom: 50px;
    padding-left: 30px; }
    @media screen and (max-width: 760px) {
      article.access .right {
        width: 100%;
        padding-left: 0; } }

/*=====================================================================
固定ページアイキャッチの設定
=======================================================================*/
.eyecatch {
  width: 100%;
  height: 200px; }
  .eyecatch img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/*================================================
採用情報の設定
=================================================*/
article.recruit {
  background-image: url(../img/back_.jpg);
  background-position: top;
  background-repeat: repeat-y;
  background-size: cover; }
  article.recruit .container {
    background: #fff;
    padding-bottom: 100px; }

.recruit_top a {
  width: 100%;
  height: 250px;
  border: 15px solid #F3F3F3;
  display: block !important;
  background-size: cover !important;
  margin-bottom: 30px; }
  .recruit_top a:hover {
    border-color: #26499d; }
  @media screen and (max-width: 760px) {
    .recruit_top a {
      height: 150px; } }
  .recruit_top a p {
    line-height: 230px;
    font-size: 1.8rem;
    padding-left: 40px; }
    @media screen and (max-width: 760px) {
      .recruit_top a p {
        line-height: 130px;
        font-size: 1rem;
        padding-left: 10%; } }

/*================================================
お問い合わせの設定
=================================================*/
article.contact {
  background-image: url(../img/back_.jpg);
  background-position: top;
  background-repeat: repeat-y;
  background-size: cover; }
  article.contact .container {
    background: #fff; }
  article.contact .container-680 {
    width: 670px;
    margin: 0 auto; }

/*================================================
single-taikobanの設定
=================================================*/
/* 「RightToLeft」を適用する箇所 */
.single-taikoban {
  animation-duration: 2s;
  /* アニメーション時間 */
  animation-name: RightToLeft;
  /* アニメーション名 */
  animation-iteration-count: 1;
  /* アニメーションの繰り返し（無限）*/ }

.single-taikoban {
  background-image: url(../img/back_.jpg);
  background-position: top;
  background-repeat: repeat-y;
  background-size: cover; }
  .single-taikoban .container {
    background: #fff;
    padding-bottom: 100px; }
  .single-taikoban .mainvisual .posi {
    position: absolute;
    bottom: 30px;
    width: 790px;
    height: auto;
    left: 70px; }
    .single-taikoban .mainvisual .posi img {
      width: 450px;
      margin: 0 0 30px; }
      @media screen and (max-width: 760px) {
        .single-taikoban .mainvisual .posi img {
          width: 100%; } }
    @media screen and (max-width: 760px) {
      .single-taikoban .mainvisual .posi {
        width: 100%;
        position: static; } }
  .single-taikoban .mainvisual p {
    line-height: 1.8rem;
    color: #727272;
    font-size: 0.8rem; }
  .single-taikoban img {
    width: 100%; }
  .single-taikoban .heading {
    text-align: center;
    margin: 50px auto 70px;
    background-image: url(../img/taikoban/back_right.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (max-width: 760px) {
      .single-taikoban .heading {
        background-image: url(../img/taikoban/back_right_res.png); } }
    .single-taikoban .heading.back2 {
      background-image: url(../img/taikoban/back_left.png); }
      @media screen and (max-width: 760px) {
        .single-taikoban .heading.back2 {
          background-image: url(../img/taikoban/back_left_res.png); } }
    .single-taikoban .heading h2 {
      font-size: 28px;
      font-family: "YuMincho";
      color: #24789f;
      text-align: center;
      margin: 40px 0 10px;
      border-bottom: none;
      z-index: 150;
      position: relative; }
      @media screen and (max-width: 760px) {
        .single-taikoban .heading h2 {
          font-size: 1.3rem;
          margin: 20px 0 10px; } }
      .single-taikoban .heading h2 span {
        font-size: 14px;
        font-family: "YuMincho";
        color: #24789f;
        line-height: 1.356;
        text-align: center;
        display: block;
        margin: 0 0 20px; }
    .single-taikoban .heading p {
      color: #727272;
      line-height: 2rem;
      margin: 0 auto;
      width: 800px;
      z-index: 150;
      position: relative; }
      @media screen and (max-width: 760px) {
        .single-taikoban .heading p {
          width: 100%;
          font-size: 0.8rem;
          text-align: left; } }
  .single-taikoban .section1 {
    width: 900px;
    margin: 0 auto; }
    @media screen and (max-width: 760px) {
      .single-taikoban .section1 {
        width: 100%; } }
    .single-taikoban .section1 img, .single-taikoban .section1 h3, .single-taikoban .section1 .content {
      float: left; }
      @media screen and (max-width: 760px) {
        .single-taikoban .section1 img, .single-taikoban .section1 h3, .single-taikoban .section1 .content {
          float: none; } }
    .single-taikoban .section1 li {
      border-top: 2px dotted;
      border-color: #cde0e9;
      height: 135px; }
      @media screen and (max-width: 760px) {
        .single-taikoban .section1 li {
          height: auto;
          text-align: center;
          padding: 20px 0; } }
    .single-taikoban .section1 img {
      width: 190px; }
      @media screen and (max-width: 760px) {
        .single-taikoban .section1 img {
          width: 70%;
          margin: 0 auto; } }
    .single-taikoban .section1 h3 {
      font-size: 24px;
      font-family: "YuMincho";
      color: #24789f;
      width: 135px;
      line-height: 135px; }
      @media screen and (max-width: 760px) {
        .single-taikoban .section1 h3 {
          width: 100%;
          line-height: 50px; } }
      .single-taikoban .section1 h3 span {
        font-size: 1.5rem;
        font-family: "YuMincho";
        color: #24789f;
        display: inline; }
    .single-taikoban .section1 .content {
      width: 550px;
      padding: 30px 0;
      color: #727272; }
      @media screen and (max-width: 760px) {
        .single-taikoban .section1 .content {
          width: 100%;
          font-size: 0.8rem;
          text-align: left;
          padding: 10px 0; } }
  .single-taikoban .section2 {
    width: 900px;
    margin: 0 auto; }
    @media screen and (max-width: 760px) {
      .single-taikoban .section2 {
        width: 100%; } }
    .single-taikoban .section2 h3 {
      background-color: #e6f1f6;
      border-radius: 20px;
      padding: 5px 0;
      font-size: 1rem;
      font-family: "YuMincho";
      color: #24789f;
      text-align: center; }
    .single-taikoban .section2 .left, .single-taikoban .section2 .right {
      width: 49%;
      margin: 0 0 20px; }
      @media screen and (max-width: 760px) {
        .single-taikoban .section2 .left, .single-taikoban .section2 .right {
          width: 100%; } }
  .single-taikoban .section3 {
    width: 950px;
    margin: 0 auto; }
    @media screen and (max-width: 760px) {
      .single-taikoban .section3 {
        width: 100%; } }
    @media screen and (max-width: 760px) {
      .single-taikoban .section3 img {
        width: 80%;
        margin: 0 auto; } }
  .single-taikoban .section4 {
    width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 760px) {
      .single-taikoban .section4 {
        width: 100%; } }

#recruit-lp {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  #recruit-lp header nav {
    padding: 0; }
    #recruit-lp header nav p {
      font-size: 0.7rem; }
    #recruit-lp header nav .navleft {
      width: auto;
      padding: 5px 30px; }
    #recruit-lp header nav .entry {
      float: right;
      height: 100%;
      color: #fff;
      width: 100;
      background: #e60113;
      padding: 20px 30px;
      transition: .2s;
      font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      #recruit-lp header nav .entry span {
        display: block; }
      #recruit-lp header nav .entry:hover {
        background: #890204; }
    @media screen and (max-width: 1000px) {
      #recruit-lp header nav .res-none {
        display: none !important; } }
    #recruit-lp header nav.nav-fix {
      position: fixed;
      top: 0; }
  #recruit-lp .keyvisual .main-res .fixed:before {
    content: "";
    display: block;
    padding-top: 63%;
    /* 1:1 */ }
  #recruit-lp .keyvisual .main-res .fixed img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    position: fixed;
    top: 45px;
    vertical-align: bottom;
    z-index: -1; }
    #recruit-lp .keyvisual .main-res .fixed img:before {
      content: "";
      display: block;
      padding-top: 100%;
      /* 1:1 */ }
  #recruit-lp .keyvisual .main-res a {
    padding: 6% 0;
    background: #e60311;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 5px 0; }
  #recruit-lp .keyvisual .main-res h1 {
    transform: rotate(-10deg);
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    margin: 30px 0 40px; }
    #recruit-lp .keyvisual .main-res h1 span {
      font-size: 1.2rem;
      display: block; }
  #recruit-lp .keyvisual .main-res .wrap {
    background: #000;
    padding: 20px; }
  #recruit-lp .keyvisual #main {
    min-height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-image: url(../img/recruit-lp/main-1.png); }
    @media screen and (max-width: 760px) {
      #recruit-lp .keyvisual #main {
        background-size: contain;
        background-repeat: no-repeat;
        display: none; } }
    #recruit-lp .keyvisual #main .text {
      position: absolute;
      left: 0;
      right: -10%;
      bottom: 10%;
      margin: 0 auto;
      width: max-content;
      color: #fff;
      transform: rotate(-10deg);
      max-width: 80%; }
      @media screen and (max-width: 760px) {
        #recruit-lp .keyvisual #main .text {
          top: 15%;
          right: -5%; } }
      #recruit-lp .keyvisual #main .text h1 {
        font-size: 5rem;
        margin: auto;
        width: fit-content; }
        @media screen and (max-width: 760px) {
          #recruit-lp .keyvisual #main .text h1 {
            font-size: 2rem; } }
        #recruit-lp .keyvisual #main .text h1 span {
          font-size: 2.5rem;
          display: block; }
          @media screen and (max-width: 760px) {
            #recruit-lp .keyvisual #main .text h1 span {
              font-size: 1.2rem; } }
  #recruit-lp p {
    font-size: 0.9rem;
    line-height: 1.7rem;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  #recruit-lp h2 {
    font-size: 2.2rem; }
    @media screen and (max-width: 760px) {
      #recruit-lp h2 {
        font-size: 1.4rem; } }
  #recruit-lp .content-1 {
    position: static;
    z-index: 10;
    background: #fff;
    padding: 150px 0; }
    @media screen and (max-width: 760px) {
      #recruit-lp .content-1 {
        padding: 0px 0; } }
    #recruit-lp .content-1 h2 {
      left: -50px;
      position: relative;
      color: #fff;
      padding: 20px 0; }
      @media screen and (max-width: 760px) {
        #recruit-lp .content-1 h2 {
          left: 0;
          padding: 20px 5% 0; } }
    #recruit-lp .content-1 .left_box {
      width: 15%;
      float: left;
      height: 150px; }
      #recruit-lp .content-1 .left_box .top {
        background: #e60012;
        height: 100%; }
    #recruit-lp .content-1 .right_box {
      width: 85%;
      float: right;
      color: #fff; }
      #recruit-lp .content-1 .right_box .top {
        background: #000000; }
      @media screen and (max-width: 760px) {
        #recruit-lp .content-1 .right_box {
          width: 100%; } }
    #recruit-lp .content-1 .flex {
      display: flex;
      justify-content: left; }
      @media screen and (max-width: 760px) {
        #recruit-lp .content-1 .flex {
          display: block; } }
      #recruit-lp .content-1 .flex .left-flex {
        min-width: 500px; }
        @media screen and (max-width: 760px) {
          #recruit-lp .content-1 .flex .left-flex {
            min-width: auto; } }
        #recruit-lp .content-1 .flex .left-flex .bottom {
          padding: 20px 50px 30px;
          background: #000000; }
          @media screen and (max-width: 760px) {
            #recruit-lp .content-1 .flex .left-flex .bottom {
              padding: 20px 5% 30px; } }
      #recruit-lp .content-1 .flex .right-flex img {
        width: 100%;
        max-height: 520px;
        object-fit: cover; }
        @media screen and (max-width: 760px) {
          #recruit-lp .content-1 .flex .right-flex img {
            max-height: auto; } }
  #recruit-lp .content-2 {
    position: static;
    z-index: 10;
    background: #fff;
    padding: 150px 0; }
    #recruit-lp .content-2 .left, #recruit-lp .content-2 .right {
      width: 50%; }
      @media screen and (max-width: 760px) {
        #recruit-lp .content-2 .left, #recruit-lp .content-2 .right {
          width: 100%;
          padding: 0 5%; } }
    #recruit-lp .content-2 h2 span {
      font-size: 3.2rem;
      border-bottom: 3px solid #CC0003;
      font-weight: bold;
      border-bottom: 7px solid #CC0003;
      padding: 0 0 10px; }
      @media screen and (max-width: 760px) {
        #recruit-lp .content-2 h2 span {
          font-size: 1.6rem; } }
    #recruit-lp .content-2 h2 {
      margin: 0 0 30px; }
    #recruit-lp .content-2 .left img {
      width: 100%;
      margin: 50px 0px;
      padding-right: 50px; }
      @media screen and (max-width: 760px) {
        #recruit-lp .content-2 .left img {
          padding-right: 0; } }
  #recruit-lp .content-3 {
    position: static;
    z-index: 10;
    background: #fff;
    padding: 150px 0; }
    #recruit-lp .content-3 h2 {
      margin: 0 0 30px; }
      #recruit-lp .content-3 h2 span {
        font-size: 1.7rem; }
        @media screen and (max-width: 760px) {
          #recruit-lp .content-3 h2 span {
            font-size: 1.6rem; } }
      @media screen and (max-width: 760px) {
        #recruit-lp .content-3 h2 {
          border-left: 10px solid;
          padding-left: 20px; } }
    #recruit-lp .content-3 .left_box {
      width: 15%;
      float: left;
      height: 230px;
      padding-right: 30px; }
      #recruit-lp .content-3 .left_box .top {
        background: #000000;
        height: 50%; }
      @media screen and (max-width: 760px) {
        #recruit-lp .content-3 .left_box {
          display: none; } }
    #recruit-lp .content-3 .right_box {
      width: 85%;
      float: right; }
      @media screen and (max-width: 760px) {
        #recruit-lp .content-3 .right_box {
          width: 100%;
          padding: 0 5%; } }
    #recruit-lp .content-3 .flex {
      display: flex;
      justify-content: left; }
      @media screen and (max-width: 760px) {
        #recruit-lp .content-3 .flex {
          display: block; } }
      #recruit-lp .content-3 .flex .left-flex {
        min-width: 500px; }
        @media screen and (max-width: 760px) {
          #recruit-lp .content-3 .flex .left-flex {
            min-width: 100%; } }
      #recruit-lp .content-3 .flex .right-flex img {
        width: 100%; }
        @media screen and (max-width: 760px) {
          #recruit-lp .content-3 .flex .right-flex img {
            margin: 20px 0 0; } }
  #recruit-lp .content-4 {
    position: static;
    z-index: 10;
    background: #fff;
    width: 100%;
    padding: 30px 0 5px;
    background-image: url(../img/recruit-lp/footer.png);
    background-size: cover;
    background-position: center; }
    #recruit-lp .content-4 h2 {
      font-size: 1.4rem; }
    @media screen and (max-width: 760px) {
      #recruit-lp .content-4 h2 {
        text-align: center; } }
    #recruit-lp .content-4 .container {
      width: 870px; }
    @media screen and (max-width: 760px) {
      #recruit-lp .content-4 {
        background-image: url(../img/recruit-lp/footer-2.png); } }
    #recruit-lp .content-4 a.entry {
      padding: 6% 0;
      background: #e60311;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      margin: 5px 0;
      display: none; }
      @media screen and (max-width: 760px) {
        #recruit-lp .content-4 a.entry {
          display: block; } }
  #recruit-lp table#tablepress-4 {
    text-align: left;
    background: none;
    margin: 15px 0;
    font-size: 0.8rem;
    padding: 5px;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    #recruit-lp table#tablepress-4 td.column-1 {
      width: 20%; }
  #recruit-lp .list-mv05 {
    transition: .5s;
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px); }
    @media screen and (max-width: 760px) {
      #recruit-lp .list-mv05 {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        opacity: 1; } }
  #recruit-lp .mv05 {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

/*=====================================================================
1031改修の設定
=======================================================================*/
div.front_product .banner {
  width: 90%; }
  div.front_product .banner a {
    width: 23.6%;
    height: auto; }
    @media screen and (max-width: 760px) {
      div.front_product .banner a {
        width: 48%;
        min-height: auto; }
        div.front_product .banner a img {
          max-height: auto; } }
    div.front_product .banner a img {
      max-height: 200px;
      width: 100%;
      height: 100%;
      object-fit: contain; }

/*=====================================================================
2022_0114の改修
=======================================================================*/
a.tyuto_btn {
  border-radius: 10px;
  background: #F7F8F8;
  padding: 20px 50px;
  text-align: center;
  display: inline-block !important;
  width: auto;
  color: #26499d;
  margin: 0 5px;
  border: 2px solid #26499d;
  text-decoration: none !important; }
  a.tyuto_btn:hover {
    color: #fff;
    background: #26499d; }
  @media screen and (max-width: 760px) {
    a.tyuto_btn {
      width: 100%;
      margin: 0 0 10px;
      padding: 20px; } }

.tc {
  text-align: center; }

/*================================================
single-KakiHanの設定
=================================================*/
#single-kakiHan {
  background-image: url(../img/back_.jpg);
  background-position: top;
  background-repeat: repeat-y;
  background-size: cover; }
  @media screen and (max-width: 760px) {
    #single-kakiHan {
      font-size: 80%; } }
  #single-kakiHan .container {
    background-color: #fff; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .container {
        padding: 0; } }
    #single-kakiHan .container .container {
      width: 900px;
      background-color: unset; }
      @media screen and (max-width: 760px) {
        #single-kakiHan .container .container {
          width: 100%;
          padding: 0 4%; } }
  #single-kakiHan img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }
  #single-kakiHan ul, #single-kakiHan li, #single-kakiHan p, #single-kakiHan dt, #single-kakiHan dd {
    letter-spacing: .1rem; }
  #single-kakiHan .section1, #single-kakiHan .section8 {
    background-image: url(../img/kakihan/back-orange.png);
    background-position: top;
    background-repeat: repeat-y;
    background-size: cover; }
  #single-kakiHan .section5 {
    background-image: url(../img/kakihan/back-2.png);
    background-size: cover; }
  #single-kakiHan .section7 {
    background: #f2f2f2; }
  #single-kakiHan img.logo-k {
    width: 200px;
    height: auto;
    margin-right: 7px;
    vertical-align: -2px; }
    @media screen and (max-width: 760px) {
      #single-kakiHan img.logo-k {
        width: 150px; } }
  #single-kakiHan .heading-k h2 {
    color: #e98650;
    position: relative;
    padding: 0 65px;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 500;
    letter-spacing: .15rem;
    margin-bottom: 70px; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .heading-k h2 {
        font-size: 1.2rem;
        margin-bottom: 30px;
        position: static;
        padding: 0 4%;
        text-align: left;
        border-left: 10px solid #e98650;
        margin-left: 4%; } }
    #single-kakiHan .heading-k h2:before {
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      width: 100%;
      height: 5px;
      content: '';
      background: #e98650; }
      @media screen and (max-width: 760px) {
        #single-kakiHan .heading-k h2:before {
          content: none; } }
    #single-kakiHan .heading-k h2 span {
      position: relative;
      padding: 0 1em;
      background: #fff; }
      @media screen and (max-width: 760px) {
        #single-kakiHan .heading-k h2 span {
          padding: 0; } }
  #single-kakiHan .heading-k h3 {
    background: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: left;
    padding: 5px 20px;
    letter-spacing: .15rem;
    border-left: #e98650 10px solid;
    margin-bottom: 30px;
    color: #6a3906; }
    #single-kakiHan .heading-k h3.gray {
      background: #f2f2f2; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .heading-k h3 {
        font-size: 1.2rem; } }
  #single-kakiHan .pt_pb {
    padding: 80px 0; }
  #single-kakiHan .center {
    margin: 0 auto;
    text-align: center; }
  #single-kakiHan .list-mv10 {
    transition: 1.1s;
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px); }
    @media screen and (max-width: 760px) {
      #single-kakiHan .list-mv10 {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        opacity: 1; } }
  #single-kakiHan .mv10 {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

#single-kakiHan .keyvisual .wrap1 {
  background: #fff;
  padding: 30px 4%; }
  @media screen and (max-width: 760px) {
    #single-kakiHan .keyvisual .wrap1 {
      padding: 30px 0; } }
  #single-kakiHan .keyvisual .wrap1 h2 {
    font-size: 1.35rem;
    font-weight: 500;
    color: #6a3906;
    text-align: center; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .keyvisual .wrap1 h2 {
        font-size: .9rem; } }
  #single-kakiHan .keyvisual .wrap1 span {
    background: #b18046;
    padding: 5px 15px;
    border-radius: 15px;
    color: #fff;
    margin-right: 10px; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .keyvisual .wrap1 span {
        display: block;
        min-width: 310px;
        width: 70%;
        margin: 0 auto 10px; } }
#single-kakiHan .keyvisual .wrap2 {
  background: #f2f2f2;
  padding: 45px 4% 40px; }
  #single-kakiHan .keyvisual .wrap2 h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .1rem; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .keyvisual .wrap2 h3 {
        font-size: 1rem; } }
    #single-kakiHan .keyvisual .wrap2 h3 span {
      color: #6a3906;
      font-size: 2.4rem;
      line-height: 2; }
      @media screen and (max-width: 760px) {
        #single-kakiHan .keyvisual .wrap2 h3 span {
          font-size: 1.35rem;
          line-height: 1.7;
          margin-top: 10px;
          display: block; } }
#single-kakiHan .section1 {
  padding: 70px 0; }
  @media screen and (max-width: 760px) {
    #single-kakiHan .section1 {
      padding: 50px 0; } }
  #single-kakiHan .section1 h2, #single-kakiHan .section1 p {
    color: #fff;
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 1.7; }
  #single-kakiHan .section1 h2 {
    font-size: 1.8rem;
    margin-top: 65px;
    margin-bottom: 20px; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section1 h2 {
        font-size: 1.2rem;
        margin-top: 25px; } }
  #single-kakiHan .section1 p {
    font-size: 1.4rem; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section1 p {
        font-size: .9rem; } }
  #single-kakiHan .section1 .clearfix .left, #single-kakiHan .section1 .clearfix .right {
    width: 48%; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section1 .clearfix .left, #single-kakiHan .section1 .clearfix .right {
        width: 100%; } }
    #single-kakiHan .section1 .clearfix .left img, #single-kakiHan .section1 .clearfix .right img {
      width: 100%; }
#single-kakiHan .section2 .clearfix {
  width: 800px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 760px) {
    #single-kakiHan .section2 .clearfix {
      width: 100%; } }
  #single-kakiHan .section2 .clearfix .left, #single-kakiHan .section2 .clearfix .right {
    width: 47%; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section2 .clearfix .left, #single-kakiHan .section2 .clearfix .right {
        width: 100%; } }
    #single-kakiHan .section2 .clearfix .left img, #single-kakiHan .section2 .clearfix .right img {
      width: 100%; }
      @media screen and (max-width: 760px) {
        #single-kakiHan .section2 .clearfix .left img, #single-kakiHan .section2 .clearfix .right img {
          margin-bottom: 20px; } }
#single-kakiHan .section4 h4 {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin: 50px 0; }
  @media screen and (max-width: 760px) {
    #single-kakiHan .section4 h4 {
      font-size: 1.2rem; } }
  #single-kakiHan .section4 h4 img {
    width: 160px; }
#single-kakiHan .section4 .wrap {
  background: #f2f2f2;
  border-radius: 50px;
  padding: 50px 70px 70px;
  margin-bottom: 70px; }
  @media screen and (max-width: 760px) {
    #single-kakiHan .section4 .wrap {
      padding: 50px 20px 150px; } }
  #single-kakiHan .section4 .wrap .position {
    position: absolute;
    width: 35px;
    height: auto;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
  #single-kakiHan .section4 .wrap .position2 {
    position: absolute;
    width: 315px;
    bottom: 20px;
    right: 30px;
    z-index: 0; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section4 .wrap .position2 {
        max-width: 80%; } }
  #single-kakiHan .section4 .wrap h4 {
    font-size: 1.5rem;
    text-align: left;
    margin: 10px 0 35px;
    z-index: 10;
    position: relative; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section4 .wrap h4 {
        font-size: 1.2rem; } }
  #single-kakiHan .section4 .wrap .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 570px;
    z-index: 10;
    position: relative; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section4 .wrap .flex {
        flex-wrap: wrap;
        width: 100%; } }
    #single-kakiHan .section4 .wrap .flex div {
      border-right: 1px solid #ddd;
      padding-right: 30px; }
      #single-kakiHan .section4 .wrap .flex div:last-child {
        border-right: none; }
      @media screen and (max-width: 760px) {
        #single-kakiHan .section4 .wrap .flex div {
          padding-right: 0;
          border-right: none;
          width: 100%;
          margin-bottom: 20px; } }
    #single-kakiHan .section4 .wrap .flex h5 {
      text-align: center;
      color: #fff;
      background: #604c3f;
      font-size: .9rem;
      padding: 4px 10px 5px;
      letter-spacing: .05rem;
      border-radius: 5px;
      margin-bottom: 10px; }
    #single-kakiHan .section4 .wrap .flex li {
      font-weight: 500;
      font-size: .8rem; }
#single-kakiHan .section5 ul {
  margin: 30px 0 70px; }
  #single-kakiHan .section5 ul li {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.8; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section5 ul li {
        text-indent: -1.9rem;
        margin-left: 1.9rem;
        font-size: .85rem; } }
    #single-kakiHan .section5 ul li.indent {
      text-indent: -1.9rem;
      margin-left: 1.9rem; }
    #single-kakiHan .section5 ul li img {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      vertical-align: -5px; }
    #single-kakiHan .section5 ul li .red {
      color: #f92828;
      font-size: .85rem; }
#single-kakiHan .section6 h2 {
  margin-bottom: 50px; }
  @media screen and (max-width: 760px) {
    #single-kakiHan .section6 h2 {
      margin-bottom: 30px; } }
#single-kakiHan .section6 h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 1.5; }
  @media screen and (max-width: 760px) {
    #single-kakiHan .section6 h3 {
      font-size: 1.2rem;
      text-align: left; } }
#single-kakiHan .section6 h4 {
  font-size: 1.5rem;
  text-decoration: underline;
  color: #036eb6;
  margin-bottom: 15px; }
  @media screen and (max-width: 760px) {
    #single-kakiHan .section6 h4 {
      font-size: 1rem;
      margin-top: 20px; } }
#single-kakiHan .section6 p {
  font-size: .85rem;
  font-weight: 500;
  margin-bottom: 10px; }
  #single-kakiHan .section6 p .blue {
    color: #036eb6; }
#single-kakiHan .section6 .left, #single-kakiHan .section6 .right {
  width: 48%; }
  @media screen and (max-width: 760px) {
    #single-kakiHan .section6 .left, #single-kakiHan .section6 .right {
      width: 100%; } }
#single-kakiHan .section6 .wrap {
  background: #f2f2f2;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 30px; }
  @media screen and (max-width: 760px) {
    #single-kakiHan .section6 .wrap {
      font-size: 1rem;
      border-radius: 20px;
      text-align: left; } }
  #single-kakiHan .section6 .wrap img {
    width: 38px;
    height: 24px;
    margin-right: 10px; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section6 .wrap img {
        width: 25px; } }
#single-kakiHan .section7 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }
  @media screen and (max-width: 760px) {
    #single-kakiHan .section7 ul {
      flex-wrap: wrap; } }
  #single-kakiHan .section7 ul li {
    width: 200px;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.8; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section7 ul li {
        width: 100%;
        margin-bottom: 20px;
        font-size: .75rem; } }
    #single-kakiHan .section7 ul li h3 {
      border-bottom: 4px solid #a28977;
      margin-bottom: 12px; }
      #single-kakiHan .section7 ul li h3 span {
        padding: 4px 10px;
        background: #a28977;
        color: #fff;
        font-weight: 500; }
#single-kakiHan .section8 .container {
  width: 750px; }
  @media screen and (max-width: 760px) {
    #single-kakiHan .section8 .container {
      width: 100%; } }
#single-kakiHan .section8 dl.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  background: #fff;
  margin-bottom: 50px; }
  #single-kakiHan .section8 dl.flex dt {
    float: none;
    margin-right: 0;
    width: 210px;
    padding: 10px 15px;
    border-bottom: 1px solid;
    align-items: center;
    display: flex;
    border-right: 1px solid;
    font-weight: 500; }
    #single-kakiHan .section8 dl.flex dt.gray {
      background: #f2f2f2; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section8 dl.flex dt {
        width: 20%;
        padding: 5px; } }
  #single-kakiHan .section8 dl.flex dd {
    width: 540px;
    padding: 10px 15px;
    border-bottom: 1px solid;
    align-items: center;
    display: flex; }
    #single-kakiHan .section8 dl.flex dd.gray {
      background: #f2f2f2; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section8 dl.flex dd {
        width: 80%;
        padding: 5px; } }
#single-kakiHan .section8 .wrap {
  background: #fff;
  border-radius: 50px;
  padding: 50px 70px 70px; }
  @media screen and (max-width: 760px) {
    #single-kakiHan .section8 .wrap {
      padding: 30px 20px 50px; } }
  #single-kakiHan .section8 .wrap h3 {
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    border-bottom: 9px solid #e98650;
    margin-bottom: 50px;
    display: inline-block;
    color: #e98650; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section8 .wrap h3 {
        font-size: 1.2rem;
        margin-bottom: 20px; } }
  #single-kakiHan .section8 .wrap h4 {
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 500; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section8 .wrap h4 {
        font-size: 1rem; } }
  #single-kakiHan .section8 .wrap .left, #single-kakiHan .section8 .wrap .right {
    width: 47%; }
    @media screen and (max-width: 760px) {
      #single-kakiHan .section8 .wrap .left, #single-kakiHan .section8 .wrap .right {
        width: 100%; } }

@media screen and (max-width: 760px) {
  #single-kakiHan h2, #single-kakiHan h3, #single-kakiHan h4, #single-kakiHan h5, #single-kakiHan li, #single-kakiHan dd, #single-kakiHan dt, #single-kakiHan p {
    font-size: 80%; } }

/*==================================================
スライダーのためのcss
===================================*/
.front_slider {
  padding: 30px 0;
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  /*ドットナビゲーションの設定*/ }
  .front_slider .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
    margin-top: 90px; }
  .front_slider .slick-slider {
    margin-bottom: 0px !important; }
  .front_slider .slider img {
    width: 60vw;
    /*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto; }
  .front_slider .slider .slick-slide {
    transform: scale(0.8);
    /*左右の画像のサイズを80%に*/
    transition: all .5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;
    /*透過50%*/ }
  .front_slider .slider .slick-slide.slick-center {
    transform: scale(1);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1;
    /*透過なし*/ }
  .front_slider .slick-prev,
  .front_slider .slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;
    /*矢印の色*/
    border-right: 2px solid #666;
    /*矢印の色*/
    height: 15px;
    width: 15px; }
  .front_slider .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg); }
  .front_slider .slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg); }
  .front_slider .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
    bottom: -40px !important; }
  .front_slider .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
  .front_slider .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/ }
  .front_slider .slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/ }
  .front_slider .slick-next:before, .front_slider .slick-prev:before {
    content: unset; }

.swiper {
  padding: 10px 0 40px !important;
  margin-bottom: 10px;
  /* スライド全体 */
  /* 左右のスライド */ }
  .swiper img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  .swiper .swiper-slide {
    transition: transform 0.6s;
    box-shadow: 0 2px 10px 0px #ccc; }
  .swiper .swiper-slide-active:hover {
    transform: scale(1.02);
    transition: transform 0.6s; }
  .swiper .swiper-slide-prev,
  .swiper .swiper-slide-next,
  .swiper .swiper-slide-duplicate-prev,
  .swiper .swiper-slide-duplicate-next {
    transform: scale(0.95);
    opacity: .7; }
  .swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
    color: #26499d; }

/*=====================================================================
header
=======================================================================*/
div.header_pc {
  background: white;
  width: 100%;
  padding: 0px 0 30px;
  z-index: 100;
  top: 0; }
  @media screen and (max-width: 900px) {
    div.header_pc {
      display: none; } }
  div.header_pc .left {
    float: left;
    width: 250px;
    margin-top: 28px; }
    div.header_pc .left p {
      font-size: 0.7rem;
      color: #26499d;
      margin-bottom: 5px; }
    div.header_pc .left h1 img {
      width: 210px; }
    @media screen and (max-width: 900px) {
      div.header_pc .left {
        width: 190px; } }
  div.header_pc .right {
    float: right;
    width: calc(100% - 250px); }
    div.header_pc .right .top a {
      float: right;
      font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 500;
      padding: 10px 50px;
      padding-right: 60px;
      border: 2px solid #000;
      border-top: none;
      font-size: .9rem;
      margin-bottom: 20px;
      transition: .2s;
      /*アニメーションの起点とするためrelativeを指定*/
      position: relative;
      overflow: hidden;
      /*ボタンの形状*/
      text-decoration: none;
      display: inline-block;
      text-align: center;
      outline: none;
      /*アニメーションの指定*/
      transition: ease .2s; }
      div.header_pc .right .top a span {
        position: relative;
        z-index: 3;
        /*z-indexの数値をあげて文字を背景よりも手前に表示*/
        color: #000; }
      div.header_pc .right .top a:before {
        content: '';
        /*絶対配置で位置を指定*/
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        /*色や形状*/
        background: #000;
        width: 100%;
        height: 100%;
        /*アニメーション*/
        transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
        transform: scale(0, 0);
        transform-origin: center; }
      div.header_pc .right .top a:hover {
        color: #fff; }
        div.header_pc .right .top a:hover span {
          color: #fff; }
        div.header_pc .right .top a:hover:before {
          transform: scale(1, 1); }
      div.header_pc .right .top a.black {
        background: #000; }
        div.header_pc .right .top a.black span {
          color: #fff; }
        div.header_pc .right .top a.black:before {
          background: #fff; }
        div.header_pc .right .top a.black:hover {
          background: #fff; }
          div.header_pc .right .top a.black:hover span {
            color: #000; }
      @media screen and (max-width: 900px) {
        div.header_pc .right .top a {
          padding: 10px 50px;
          font-size: .8rem;
          margin-bottom: 15px; } }
    div.header_pc .right ul.flex {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: right; }
      div.header_pc .right ul.flex li a {
        font-size: .95rem;
        margin-left: 35px;
        font-weight: 600;
        transition: .1s;
        font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 500;
        position: relative;
        letter-spacing: .15rem; }
        div.header_pc .right ul.flex li a:hover {
          color: #26499d; }
        div.header_pc .right ul.flex li a:before {
          content: '';
          position: absolute;
          bottom: -10px;
          left: 0;
          width: 0;
          height: 1px;
          background-color: #26499d;
          transition: width 0.3s; }
        div.header_pc .right ul.flex li a:hover::before {
          width: 100%; }
        div.header_pc .right ul.flex li a img {
          width: 30px;
          vertical-align: top; }
        div.header_pc .right ul.flex li a.check::before {
          width: 100%; }
        @media screen and (max-width: 760px) {
          div.header_pc .right ul.flex li a {
            margin-left: 20px;
            font-size: .85rem; } }
        @media screen and (max-width: 900px) {
          div.header_pc .right ul.flex li a {
            font-size: .75rem;
            margin-left: 20px;
            letter-spacing: .05rem; } }
  div.header_pc.scroll_500 {
    transition: .5s; }
    div.header_pc.scroll_500 .left {
      max-width: 215px;
      width: 30%;
      margin-top: 0;
      transition: .5s; }
    div.header_pc.scroll_500 .top {
      display: none;
      transition: .5s; }
    div.header_pc.scroll_500 .right nav {
      height: 30px;
      transition: .5s; }
      div.header_pc.scroll_500 .right nav ul {
        padding: 5px 0;
        transition: .5s; }
        div.header_pc.scroll_500 .right nav ul li a {
          font-size: .8rem;
          transition: .5s; }

/*=====================================================================
ナビゲーション
=======================================================================*/
.nav_sp {
  display: none; }
  @media screen and (max-width: 900px) {
    .nav_sp {
      display: block; } }
  .nav_sp .logo__main {
    top: 20px;
    left: 20px;
    width: 50px;
    position: fixed;
    z-index: 999; }
  .nav_sp .menu-trigger.top_fff span {
    background: #fff;
    transition: .8s;
    transition: 0; }
  .nav_sp.scroll_nav .menu-trigger.top_fff span {
    background: #000;
    transition: .8s; }
  .nav_sp h1 {
    width: 170px;
    margin-left: 15px;
    margin-top: 15px; }
    .nav_sp h1 img {
      vertical-align: bottom; }
  .nav_sp .contact {
    width: 100%;
    background: #26499d;
    color: #fff;
    font-size: 5vw;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
    letter-spacing: .2rem;
    border: 1px solid #26499d;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
    .nav_sp .contact:hover {
      background: #fff;
      transition: .2s;
      color: #26499d; }

.gblnv_box {
  width: 100%;
  position: fixed;
  z-index: 999;
  display: block;
  top: 0;
  cursor: pointer;
  background: #fff;
  padding-bottom: 15px;
  /*menu-triggerの設定-----------------------------------------------------*/ }
  .gblnv_box .onanimation {
    z-index: 998;
    opacity: 1;
    transition: all .4s;
    visibility: visible; }
    .gblnv_box .onanimation .online__sp p {
      color: #fff; }
  .gblnv_box .menu-trigger,
  .gblnv_box .menu-trigger span {
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box; }
  .gblnv_box a.menu-trigger {
    position: fixed;
    right: 30px;
    top: 10px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    z-index: 999;
    display: block;
    /*1. 中央のラインが消え、上下のラインでクローズボタンに*/ }
    @media screen and (max-width: 900px) {
      .gblnv_box a.menu-trigger {
        right: 16px; } }
    .gblnv_box a.menu-trigger span {
      position: absolute;
      width: 28px;
      height: 1px;
      background-color: #000;
      left: 4px;
      top: 50%;
      transition: all 300ms ease-out; }
      .gblnv_box a.menu-trigger span:nth-of-type(1) {
        margin-top: -7px; }
      .gblnv_box a.menu-trigger span:nth-of-type(3) {
        margin-top: 7px; }
      .gblnv_box a.menu-trigger span:nth-of-type(4) {
        margin-top: -7px;
        transform: translateY(7px) rotate(45deg);
        background-color: #000 !important;
        opacity: 0;
        transition-delay: 0;
        transition: 0; }
      .gblnv_box a.menu-trigger span:nth-of-type(5) {
        margin-top: 7px;
        transform: translateY(-7px) rotate(-45deg);
        background-color: #000 !important;
        opacity: 0;
        transition-delay: 0;
        transition: 0; }
    .gblnv_box a.menu-trigger.active span:nth-of-type(1) {
      opacity: 0;
      transform: scale(0, 1);
      transform-origin: center top; }
    .gblnv_box a.menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
      transform: scale(0, 1);
      transform-origin: center top; }
    .gblnv_box a.menu-trigger.active span:nth-of-type(3) {
      opacity: 0;
      transform: scale(0, 1);
      transform-origin: center top; }
    .gblnv_box a.menu-trigger.active span:nth-of-type(4) {
      opacity: 1;
      transition-delay: .2s; }
    .gblnv_box a.menu-trigger.active span:nth-of-type(5) {
      opacity: 1;
      transition-delay: .2s; }
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes menu {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.gblnv_block {
  opacity: 0;
  z-index: -1;
  background-color: #fff;
  color: #fff;
  position: absolute;
  right: 0;
  height: 100vh;
  padding: 30px 0 0;
  width: 100%;
  transition: all .4s;
  visibility: hidden; }
  .gblnv_block ul {
    padding: 0;
    margin: 20px 0;
    width: 100%; }
    .gblnv_block ul li {
      cursor: pointer;
      translate: 10px 0;
      opacity: 0; }
      .gblnv_block ul li:nth-of-type(1) {
        transition-delay: .17s; }
      .gblnv_block ul li:nth-of-type(2) {
        transition-delay: .28s; }
      .gblnv_block ul li:nth-of-type(3) {
        transition-delay: .39s; }
      .gblnv_block ul li:nth-of-type(4) {
        transition-delay: .5s; }
      .gblnv_block ul li:nth-of-type(5) {
        transition-delay: .61s; }
      .gblnv_block ul li:nth-of-type(6) {
        transition-delay: .72s; }
      .gblnv_block ul li i.fa.fa-chevron-down {
        position: absolute;
        right: 15px;
        top: 11px;
        color: #333333; }
      .gblnv_block ul li a {
        font-size: 5vw;
        color: #000;
        padding: 15px 0;
        letter-spacing: .2rem;
        font-weight: 600;
        display: inline-block;
        position: relative;
        font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
        color: #333333 !important; }
      .gblnv_block ul li ul.sub-menu {
        display: none;
        height: auto;
        position: relative;
        top: -10px; }
        .gblnv_block ul li ul.sub-menu li a {
          font-size: 3.5vw;
          padding-top: 7px;
          padding-bottom: 0;
          font-family: "FOT-筑紫Bオールド明朝 Pr6 D"; }
  .gblnv_block .container__540 {
    padding-left: 10%;
    padding-right: 10%; }
  .gblnv_block .online__sp {
    opacity: 0; }

.onanimation .gblnv_block_wrap li {
  translate: 0;
  opacity: 1;
  transition: opacity .85s ease,translate .85s ease; }

/*=====================================================================
2024.05　追加
=======================================================================*/
@media screen and (max-width: 760px) {
  .patent__wrap {
    overflow-x: scroll; }
    .patent__wrap table {
      width: 200%; } }
