@charset "UTF-8";
/*
Common CSS
*/
/*
reset
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/*
base-color
*/
/*
brakepoint
*/
body, input, textarea {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif; }

body {
  color: #333;
  background: #fff; }

* {
  box-sizing: border-box;
  -ms-box-sizing: border-box; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  font-weight: normal;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0; }

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

a {
  color: #333;
  text-decoration: underline; }
  a img {
    backface-visibility: hidden; }
  @media screen and (min-width: 768px) {
    a:hover {
      color: #333;
      text-decoration: none; }
      a:hover img {
        opacity: 0.7; } }

hr {
  display: none; }

p {
  margin-bottom: 15px;
  line-height: 1.3; }

ul li {
  line-height: 1.3;
  margin: 0 0 15px; }

ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em; }
  ol li {
    line-height: 1.3;
    margin: 0 0 15px; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

strong {
  font-weight: bold; }

.attention {
  color: #F00; }

.wspace {
  clear: both;
  padding-bottom: 40px; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

#content ul.komelist {
  margin-bottom: 35px; }
  #content ul.komelist li {
    list-style: none;
    margin-left: 1em; }
    #content ul.komelist li::before {
      content: "※";
      margin-left: -1em;
      color: #F00; }

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

#container {
  position: relative;
  width: 100%;
  margin: 0 auto; }

/*
header
*/
header {
  position: fixed;
  background: url(../img/bg_body.png) center top no-repeat #fff;
  background-size: 100% 6px;
  display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  margin: 0;
  border-bottom: 1px solid #DFE3E6;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 11; }
  @media screen and (max-width: 1060px) {
    header {
      justify-content: flex-start;
      height: 60px; } }
  header h1 {
    width: 100%;
    max-width: 133px;
    margin: 8px 0 0 5%; }
    @media screen and (max-width: 1060px) {
      header h1 {
        max-width: 81px;
        margin: 8px 0 0 18px; } }
  header #bn_be {
    width: 100%;
    max-width: 160px;
    margin: 3px 5% 0 0; }
    @media screen and (max-width: 1060px) {
      header #bn_be {
        max-width: 108px;
        margin: 3px auto 0;
        padding-right: 10%; } }
  header #bn_susv2030 {
    width: 100%;
    max-width: 51px;
    margin: 6px 5% 0 0; }
    @media screen and (max-width: 1060px) {
      header #bn_susv2030 {
        max-width: 37px;
        margin: 5px auto 0;
        padding-right: 10%; } }

/* Navigation Menu */
.main-navigation {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 8px auto 0;
  z-index: 3; }
  @media screen and (max-width: 1060px) {
    .main-navigation {
      display: none; } }
  .main-navigation ul {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 860px; }
    .main-navigation ul li {
      list-style-type: none;
      margin: 0;
      padding: 0 20px; }
      @media screen and (max-width: 1200px) {
        .main-navigation ul li {
          padding: 0 15px; } }
      .main-navigation ul li a {
        display: inline-block;
        font-size: 16px;
        text-decoration: none;
        margin: 25px 0;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 1200px) {
          .main-navigation ul li a {
            font-size: 14px; } }
        @media screen and (max-width: 1060px) {
          .main-navigation ul li a {
            width: 100%;
            margin: 0;
            padding: 25px 0 25px 70px;
            font-size: 14px;
            border-bottom: 1px solid #DFE3E6; } }
        .main-navigation ul li a#m01::after, .main-navigation ul li a#m02::after, .main-navigation ul li a#m03::after, .main-navigation ul li a#m04::after, .main-navigation ul li a#m05::after {
          display: none;
          position: absolute;
          top: 145px;
          left: 50%;
          right: 50%;
          transform: translateX(-350px);
          text-align: center;
          background-position: center top,left 95%;
          background-repeat: no-repeat,no-repeat;
          opacity: 0;
          z-index: 10;
          padding: 70px 0 0 15px;
          /*transition: all .1s ease-in;*/ }
        .main-navigation ul li a#m01::after {
          width: 70px;
          content: "事業紹介";
          background-image: url(../img/mbusiness.svg), url(../img/bg_sm01.png);
          background-size: 58px 57px,6px 10px; }
        .main-navigation ul li a#m02::after {
          width: 82px;
          content: "企業情報";
          background-image: url(../img/mcompany.svg), url(../img/bg_sm02.png);
          background-size: 85px 37px,6px 10px;
          padding: 70px 0 0 10px; }
        .main-navigation ul li a#m03::after {
          width: 120px;
          transform: translateX(-380px);
          content: "理念・ビジョン";
          background-image: url(../img/mvision.svg), url(../img/bg_sm02.png);
          background-size: 53px 60px,6px 10px; }
        .main-navigation ul li a#m04::after {
          width: 81px;
          content: "採用情報";
          background-image: url(../img/mrecruit.svg), url(../img/bg_sm04.png);
          background-size: 51px 51px,6px 10px; }
        .main-navigation ul li a#m05::after {
          width: 96px;
          content: "広報部から";
          background-image: url(../img/mpr.svg), url(../img/bg_sm05.png);
          background-size: 58px 44px,6px 10px; }
      .main-navigation ul li:first-child {
        padding-left: 0; }
      .main-navigation ul li:last-child {
        margin: 0;
        padding-right: 0; }
      .main-navigation ul li:hover .submenu {
        max-height: 9999px;
        opacity: 1; }
      .main-navigation ul li:hover #m01:after,
      .main-navigation ul li:hover #m02:after,
      .main-navigation ul li:hover #m03:after,
      .main-navigation ul li:hover #m04:after,
      .main-navigation ul li:hover #m05:after {
        display: block;
        opacity: 1; }
    .main-navigation ul .submenu {
      position: absolute;
      left: 0;
      top: 75px;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      width: 100%;
      background: #fff;
      /*transition: all .1s ease-in;*/ }
      .main-navigation ul .submenu .mbox {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #DFE3E6; }
        .main-navigation ul .submenu .mbox ul {
          display: flex;
          flex-wrap: wrap;
          align-content: flex-start;
          align-items: flex-start;
          justify-content: flex-start;
          min-height: 143px;
          width: 100%;
          max-width: 320px;
          margin: 45px 0;
          -ms-box-sizing: border-box;
          box-sizing: border-box; }
          .main-navigation ul .submenu .mbox ul:first-child {
            padding-left: 60px;
            border-left: 1px solid #DFE3E6;
            margin-left: 210px; }
          .main-navigation ul .submenu .mbox ul.sm01:first-child {
            max-width: 420px;
            margin-left: 310px; }
          .main-navigation ul .submenu .mbox ul li {
            width: 100%;
            margin: 0 0 15px;
            padding: 0; }
            .main-navigation ul .submenu .mbox ul li a {
              position: relative;
              display: inline-block;
              font-size: 14px;
              margin: 0;
              padding: 0 0 0 25px;
              vertical-align: middle; }
              .main-navigation ul .submenu .mbox ul li a::before, .main-navigation ul .submenu .mbox ul li a::after {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                content: "";
                vertical-align: middle; }
              .main-navigation ul .submenu .mbox ul li a::before {
                top: 2px;
                left: 3px;
                width: 5px;
                height: 5px;
                border-top: 2px solid #004EAB;
                border-right: 2px solid #004EAB;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
          .main-navigation ul .submenu .mbox ul.sm02 li a::before {
            border-top: 2px solid #009CE5;
            border-right: 2px solid #009CE5; }
          .main-navigation ul .submenu .mbox ul.sm03 {
            max-width: 640px; }
          .main-navigation ul .submenu .mbox ul.sm03 li a::before {
            border-top: 2px solid #009CE5;
            border-right: 2px solid #009CE5; }
          .main-navigation ul .submenu .mbox ul.sm04:nth-child(2) {
            max-width: 220px; }
          .main-navigation ul .submenu .mbox ul.sm04:nth-child(3) {
            max-width: 100px; }
          .main-navigation ul .submenu .mbox ul.sm04 li a::before {
            border-top: 2px solid #B6D800;
            border-right: 2px solid #B6D800; }
          .main-navigation ul .submenu .mbox ul.sm05 {
            max-width: 640px; }
            .main-navigation ul .submenu .mbox ul.sm05 li {
              width: 100%; }
              .main-navigation ul .submenu .mbox ul.sm05 li a::before {
                border-top: 2px solid #FEAA00;
                border-right: 2px solid #FEAA00; }

/* Navigation Menu */
#toggle {
  display: none;
  position: absolute;
  top: 21px;
  right: 18px;
  float: right;
  width: auto;
  text-align: center;
  cursor: pointer;
  z-index: 4;
  color: #00009c;
  font-size: 18px; }
  @media screen and (max-width: 1060px) {
    #toggle {
      display: block; } }
  #toggle a {
    text-decoration: none; }
    #toggle a.menu-trigger, #toggle a.menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box; }
    #toggle a.menu-trigger {
      position: relative;
      width: 30px;
      height: 24px;
      margin-bottom: 5px; }
    #toggle a.menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #009CE5; }
    #toggle a.menu-trigger span:nth-of-type(1) {
      top: 0; }
    #toggle a.menu-trigger span:nth-of-type(2) {
      top: 10px; }
    #toggle a.menu-trigger span:nth-of-type(3) {
      bottom: 0; }
    #toggle a.menu-trigger.active {
      transform: rotate(360deg); }
    #toggle a.menu-trigger.active span:nth-of-type(1) {
      transform: translateY(10px) rotate(-45deg); }
    #toggle a.menu-trigger.active span:nth-of-type(2) {
      transform: translateY(0) rotate(45deg); }
    #toggle a.menu-trigger.active span:nth-of-type(3) {
      opacity: 0; }

#spmainmenu {
  display: none;
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 10; }
  @media screen and (max-width: 1060px) {
    #spmainmenu {
      display: block; } }
  #spmainmenu ul {
    display: none;
    width: 100%;
    background: #fff;
    padding-bottom: 400px; }
    #spmainmenu ul li {
      width: 95%;
      list-style-type: none;
      margin: 0 auto;
      padding: 0;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      #spmainmenu ul li#smbusiness {
        background: url(../img/mbusiness.svg) 5px 16px no-repeat;
        background-size: 37px 36px; }
        #spmainmenu ul li#smbusiness ul li a {
          background: url(../img/bg_sm01.png) left 51% no-repeat; }
      #spmainmenu ul li#smcompany {
        background: url(../img/mcompany.svg) left 22px no-repeat;
        background-size: 55px 23px; }
        #spmainmenu ul li#smcompany ul li a {
          background: url(../img/bg_sm02.png) left 51% no-repeat; }
      #spmainmenu ul li#smvision {
        background: url(../img/mvision.svg) 10px 13px no-repeat;
        background-size: 34px 38px; }
        #spmainmenu ul li#smvision ul li a {
          background: url(../img/bg_sm02.png) left 51% no-repeat; }
      #spmainmenu ul li#smcsr {
        background: url(../img/mscr.svg) 8px 18px no-repeat;
        background-size: 34px 33px; }
      #spmainmenu ul li#smrecruit {
        background: url(../img/mrecruit.svg) 8px 18px no-repeat;
        background-size: 32px 32px; }
        #spmainmenu ul li#smrecruit ul li a {
          background: url(../img/bg_sm04.png) left 51% no-repeat; }
      #spmainmenu ul li#smpr {
        background: url(../img/mpr.svg) 10px 21px no-repeat;
        background-size: 36px 27px; }
        #spmainmenu ul li#smpr ul li a {
          background: url(../img/bg_sm05.png) left 51% no-repeat; }
      #spmainmenu ul li ul {
        display: none;
        padding: 15px 0 15px 75px;
        border-bottom: 1px solid #DFE3E6;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        #spmainmenu ul li ul li {
          width: 100%; }
          #spmainmenu ul li ul li a {
            font-size: 13px;
            padding: 8px 0 8px 15px;
            border-bottom: none; }
            #spmainmenu ul li ul li a::after, #spmainmenu ul li ul li a::before {
              display: none; }
      #spmainmenu ul li a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 14px;
        text-align: left;
        text-decoration: none;
        padding: 25px 0 25px 75px;
        border-bottom: 1px solid #DFE3E6;
        -ms-box-sizing: border-box;
        box-sizing: border-box; }
        #spmainmenu ul li a::after, #spmainmenu ul li a::before {
          position: absolute;
          right: 15px;
          top: 50%;
          content: "";
          width: 15px;
          height: 3px;
          background: #707070; }
        #spmainmenu ul li a::before {
          right: 15px;
          transform: rotate(90deg); }
      #spmainmenu ul li a.active2::before {
        display: none; }
      #spmainmenu ul li#smcsr a::before, #spmainmenu ul li#smcsr a::after, #spmainmenu ul li#smcontact a::before, #spmainmenu ul li#smcontact a::after {
        display: none; }
#spmainmenu ul li#smrecruit a::after,
#spmainmenu ul li#smrecruit a::before {
  content: none;
}
.cbox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .cbox {
      max-width: none; } }
  @media screen and (max-width: 1060px) {
    .cbox {
      padding: 0 20px;
      -ms-box-sizing: border-box;
      box-sizing: border-box; } }

.cbox860 {
  max-width: 860px; }

.cbox960 {
  max-width: 960px; }

.cbox1115 {
  max-width: 1115px; }

/*
main
*/
#main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1; }
  #main.common_content {
    padding-top: 95px; }

/*
titlebox
*/
#titlebox {
  position: relative;
  width: 100%;
  height: 285px;
  margin-bottom: 35px;
  background: #009CE5;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    #titlebox {
      padding: 0 3.2%;
      height: 170px; } }
  #titlebox h1 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding-top: 140px; }
    @media screen and (max-width: 768px) {
      #titlebox h1 {
        font-size: 18px;
        padding-top: 105px; } }
  #titlebox #read_title {
    text-align: center;
    margin: 0;
    padding-top: 20px; }

/*
read_page
*/
#read_page {
  position: relative;
  width: 100%;
  max-width: 960px;
  background: #E6F6FF;
  margin: -105px auto 25px;
  padding: 45px 100px;
  z-index: 2;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    #read_page {
      padding: 35px 20px;
      margin: -35px auto 25px; } }
  #read_page p {
    width: 100%;
    margin: 0; }
    #read_page p#cap_page {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      margin: 0 0 15px; }
      @media screen and (max-width: 768px) {
        #read_page p#cap_page {
          font-size: 16px; } }

/*
breadcrumb
*/
#breadcrumb {
  width: 100%;
  padding: 0 6%;
  margin: 0 auto 35px;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1060px) {
    #breadcrumb {
      padding: 0 20px; } }
  @media screen and (max-width: 768px) {
    #breadcrumb {
      display: none; } }
  #breadcrumb p {
    font-size: 11px;
    margin: 0; }
    #breadcrumb p a {
      text-decoration: none; }
      #breadcrumb p a:hover {
        text-decoration: underline; }
    #breadcrumb p span {
      display: inline-block;
      margin: 0 10px; }

/*
content
*/
#content {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 70px; }
  #content table {
    width: 100%;
    text-align: left;
    margin: 0 0 25px;
    border-collapse: collapse;
    border-spacing: 0; }
    #content table th,
    #content table td {
      font-size: 14px;
      padding: 15px 0;
      line-height: 2;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #content table th,
        #content table td {
          display: block;
          width: 100%; } }
    @media screen and (max-width: 768px) {
      #content table td {
        padding-left: 1.2em; } }
    #content table.notwide th,
    #content table.notwide td {
      display: table-cell;
      width: auto; }

p {
  line-height: 2; }
  p.bikou {
    font-size: 13px;
    text-align: center;
    margin: 0 auto; }

h1.entry-title,
h2 {
  color: #333;
  position: relative;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 60px; }
  @media screen and (max-width: 768px) {
    h1.entry-title,
    h2 {
      font-size: 18px;
      margin: 0 auto 60px;
      padding: 0; } }
  h1.entry-title::after,
  h2::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    width: 50px;
    height: 5px;
    background: #009CE5;
    transform: translate(-25px, 30px); }
    @media screen and (max-width: 768px) {
      h1.entry-title::after,
      h2::after {
        height: 3px;
        transform: translate(-25px, 40px); } }

h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 16px; } }

.btn01 {
  margin: 0; }
  .btn01 a {
    display: block;
    width: 100%;
    font-size: 14px;
    background: #FFE900;
    text-align: center;
    text-decoration: none;
    padding: 15px 10px;
    border-radius: 22px;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .btn01 a:hover {
      transition: 0.7s;
      background: #FFD500; }

.bg {
  background: #F2F2F2; }

button,
input,
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 2px; }

button,
input {
  line-height: normal; }

textarea {
  vertical-align: top; }

input,
textarea {
  color: #333;
  font-size: 13px;
  line-height: 24px; }

input[type="text"] {
  width: 40%; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  background: #FFF; }
  @media screen and (max-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="tel"],
    textarea {
      font-size: 16px; } }

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0; }

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
  padding: 6px 20px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1); }
  button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover {
    color: #333;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: linear-gradient(top, #f9f9f9, #ebebeb); }
  button:active,
  input[type="submit"]:active,
  input[type="button"]:active,
  input[type="reset"]:active {
    color: #757575;
    background-color: #e1e1e1;
    background-repeat: repeat-x;
    background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: linear-gradient(top, #ebebeb, #e1e1e1);
    box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    border: none; }

button[disabled],
input[disabled] {
  cursor: default; }

input#your-email,
input#your-zip,
input#your-zip2,
input#your-tel,
input#your-year,
input#your-month {
  ime-mode: disabled; }

input#your-month,
input#your-zip {
  width: 10%; }

input#your-year,
input#your-zip2 {
  width: 12%; }

input#your-tel {
  width: 40%; }

input#your-address,
input#your-email,
textarea {
  width: 95%; }

.wpcf7-radio
.wpcf7-checkbox label {
  display: block;
  margin: 0 5px 5px 0;
  padding: 0;
  line-height: 1; }

.wpcf7-list-item {
  display: block; }

.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item {
  margin: 0 10px 0 0; }

#btn_contact {
  text-align: center; }
  #btn_contact p {
    text-align: center;
    margin: 0;
    padding: 0; }

.youtube {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
newslist
*/
#newslist {
  margin: 0;
  padding: 0; }
  #newslist li {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #newslist li {
        padding: 20px 0;
        font-size: 14px; } }
    #newslist li .entrydate {
      display: inline-block;
      margin-right: 20px;
      color: #009CE5; }
      @media screen and (max-width: 768px) {
        #newslist li .entrydate {
          display: block;
          margin: 0 0 10px; } }
    #newslist li a {
      text-decoration: none; }
      #newslist li a:hover {
        text-decoration: underline; }

.single .entrydate {
  font-size: 13px;
  color: #999; }

/*
indexbox
*/
.indexbox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding: 0 20px;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1060px) {
    .indexbox {
      padding: 0; } }
  .indexbox li {
    position: relative;
    width: 32.1%;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 0 1.66% 20px 0;
    overflow: hidden;
    background: #fff;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .indexbox li {
        font-size: 13px;
        width: 49%;
        margin: 0 2% 20px 0; } }
    .indexbox li:nth-child(3n) {
      margin: 0 0 20px; }
      @media screen and (max-width: 768px) {
        .indexbox li:nth-child(3n) {
          margin: 0 2% 20px 0; } }
    @media screen and (max-width: 768px) {
      .indexbox li:nth-child(2n) {
        margin: 0 0 20px; } }
    .indexbox li a {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
      text-decoration: none;
      padding: 74.5% 0 25px;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 1060px) {
        .indexbox li a {
          padding: 75.8% 0 30px; } }
      @media screen and (max-width: 768px) {
        .indexbox li a {
          padding: 70.8% 0 7%; } }
      .indexbox li a::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 79.2%;
        z-index: 1;
        transition: all .3s ease-out; }
        @media screen and (max-width: 1060px) {
          .indexbox li a::before {
            height: 73.8%; } }
        @media screen and (max-width: 768px) {
          .indexbox li a::before {
            height: 76.8%; } }

footer.entry-meta {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*
wp-pagenavi
*/
div.wp-pagenavi {
  padding: 4% 0 0; }
  div.wp-pagenavi a,
  div.wp-pagenavi span {
    display: inline-block;
    color: #000;
    border: 1px solid #999 !important;
    background: #FFF;
    margin: 0 3px 10px;
    padding: 0.5em 0.75em; }
    div.wp-pagenavi a:hover, div.wp-pagenavi a.current,
    div.wp-pagenavi span:hover,
    div.wp-pagenavi span.current {
      display: inline-block;
      border: 1px solid #999 !important;
      color: #FFF !important;
      background: #009CE5 !important; }

/*
footer_contact
*/
#footer_contact {
  width: 100%;
  background: #fff;
  padding: 70px 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1060px) {
    #footer_contact {
      padding: 70px 20px; } }
  @media screen and (max-width: 768px) {
    #footer_contact {
      padding: 30px 3.2%; } }
  #footer_contact .footer_movie {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 860px;
    border: 4px solid #009CE5;
    background-color: #E6F6FF;
    padding: 25px;
    margin: 0 auto 30px;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #footer_contact .footer_movie {
        display: block;
        padding: 20px; } }
  #footer_contact .l_footer_movie {
    width: 51.8%; }
    @media screen and (max-width: 768px) {
      #footer_contact .l_footer_movie {
        width: 100%;
        margin-bottom: 20px; } }
    #footer_contact .l_footer_movie h2 {
      position: relative;
      font-size: 26px;
      letter-spacing: 0.05em;
      color: #009CE5;
      padding: 0;
      margin: 0 0 25px; }
      @media screen and (max-width: 768px) {
        #footer_contact .l_footer_movie h2 {
          width: 100%;
          max-width: 315px;
          font-size: 20px;
          margin: 0 auto 25px;
          letter-spacing: 0; } }
      #footer_contact .l_footer_movie h2 span {
        position: relative;
        z-index: 1; }
      #footer_contact .l_footer_movie h2::after {
        width: 100%;
        background-color: #FFE900;
        top: auto;
        height: 20px;
        bottom: -5px;
        transform: none;
        transform: translateX(-50%);
        z-index: 0; }
        @media screen and (max-width: 768px) {
          #footer_contact .l_footer_movie h2::after {
            height: 18px; } }
    #footer_contact .l_footer_movie p {
      text-align: center;
      font-size: 12px;
      margin: 0; }
      @media screen and (max-width: 768px) {
        #footer_contact .l_footer_movie p {
          text-align: left; } }
      #footer_contact .l_footer_movie p.read_footer_movie {
        line-height: 2;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          #footer_contact .l_footer_movie p.read_footer_movie {
            margin-bottom: 15px; } }
  #footer_contact .movie_thumbnail {
    width: 42.8%; }
    @media screen and (max-width: 768px) {
      #footer_contact .movie_thumbnail {
        width: 100%; } }
  #footer_contact #footer_recruit #footer_list {
    padding: 20px 0 10px;
    margin-bottom: 25px; }
    #footer_contact #footer_recruit #footer_list ul {
      max-width: 500px; }
  #footer_contact #footer_common #footer_list {
    padding: 20px 0 10px;
    margin-top: 10px; }
    #footer_contact #footer_common #footer_list ul {
      max-width: 650px; }
  #footer_contact #footer_recruit,
  #footer_contact #footer_common {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    border: 4px solid rgba(0, 156, 229, 0.5);
    padding: 25px;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #footer_contact #footer_recruit,
      #footer_contact #footer_common {
        padding: 10px 10px 20px; } }
    #footer_contact #footer_recruit h2,
    #footer_contact #footer_common h2 {
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 15px;
      color: #009CE5;
      background: none; }
      @media screen and (max-width: 768px) {
        #footer_contact #footer_recruit h2,
        #footer_contact #footer_common h2 {
          font-size: 14px;
          padding: 10px 0 0; } }
      #footer_contact #footer_recruit h2::after,
      #footer_contact #footer_common h2::after {
        display: none; }
    #footer_contact #footer_recruit p,
    #footer_contact #footer_common p {
      line-height: 1.5; }
    #footer_contact #footer_recruit #footer_list,
    #footer_contact #footer_common #footer_list {
      width: 100%;
      background: rgba(0, 156, 229, 0.15);
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #footer_contact #footer_recruit #footer_list,
        #footer_contact #footer_common #footer_list {
          padding: 15px 15px 5px;
          margin-bottom: 15px; } }
      #footer_contact #footer_recruit #footer_list ul,
      #footer_contact #footer_common #footer_list ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        align-content: center;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          #footer_contact #footer_recruit #footer_list ul,
          #footer_contact #footer_common #footer_list ul {
            max-width: none;
            justify-content: flex-start; } }
        #footer_contact #footer_recruit #footer_list ul li,
        #footer_contact #footer_common #footer_list ul li {
          position: relative;
          font-size: 12px;
          margin: 0 15px 10px 1.2em; }
          @media screen and (max-width: 768px) {
            #footer_contact #footer_recruit #footer_list ul li,
            #footer_contact #footer_common #footer_list ul li {
              width: auto; } }
          #footer_contact #footer_recruit #footer_list ul li:before,
          #footer_contact #footer_common #footer_list ul li:before {
            position: absolute;
            display: block;
            content: "";
            height: 12px;
            width: 12px;
            top: 2px;
            border-radius: 50%;
            background: #009CE5;
            margin-left: -1.2em; }
  #footer_contact #footer_entry {
    align-items: center;
    justify-content: center; }
    #footer_contact #footer_entry #footer_tel {
      width: 32%; }
      @media screen and (max-width: 768px) {
        #footer_contact #footer_entry #footer_tel {
          width: auto;
          margin: 0 auto;
          text-align: center; } }
    #footer_contact #footer_entry #footer_web {
      width: 42%;
      margin-left: 9.3%; }
  #footer_contact #footer_solution {
    align-items: flex-start;
    justify-content: space-between; }
    #footer_contact #footer_solution #footer_tel {
      width: auto; }
    #footer_contact #footer_solution #footer_web {
      width: 42%;
      margin-left: 8%; }
  #footer_contact #footer_entry,
  #footer_contact #footer_solution {
    display: flex;
    align-content: center; }
    @media screen and (max-width: 768px) {
      #footer_contact #footer_entry,
      #footer_contact #footer_solution {
        flex-wrap: wrap;
        justify-content: center; } }
    #footer_contact #footer_entry h3,
    #footer_contact #footer_solution h3 {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #009CE5;
      color: #FFF;
      font-weight: bold;
      font-size: 12px;
      line-height: 1.2;
      width: 121px;
      height: 46px; }
      @media screen and (max-width: 768px) {
        #footer_contact #footer_entry h3,
        #footer_contact #footer_solution h3 {
          width: auto;
          margin-right: 10px;
          padding: 0 5px; } }
    @media screen and (max-width: 768px) {
      #footer_contact #footer_entry #footer_tel,
      #footer_contact #footer_solution #footer_tel {
        margin-bottom: 10px; } }
    #footer_contact #footer_entry #footer_tel p,
    #footer_contact #footer_solution #footer_tel p {
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #footer_contact #footer_entry #footer_tel p,
        #footer_contact #footer_solution #footer_tel p {
          font-size: 12px;
          text-align: left; } }
      #footer_contact #footer_entry #footer_tel p#f_title,
      #footer_contact #footer_solution #footer_tel p#f_title {
        color: #009CE5;
        font-size: 18px;
        font-weight: bold;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #footer_contact #footer_entry #footer_tel p#f_title,
          #footer_contact #footer_solution #footer_tel p#f_title {
            font-size: 14px; } }
      #footer_contact #footer_entry #footer_tel p#f_tel,
      #footer_contact #footer_solution #footer_tel p#f_tel {
        width: 100%;
        font-family: 'Oswald', sans-serif;
        font-size: 38px;
        font-weight: 500;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #footer_contact #footer_entry #footer_tel p#f_tel,
          #footer_contact #footer_solution #footer_tel p#f_tel {
            font-size: 30px; } }
        #footer_contact #footer_entry #footer_tel p#f_tel span,
        #footer_contact #footer_solution #footer_tel p#f_tel span {
          display: inline-block;
          font-size: 24px;
          margin-right: 5px; }
          @media screen and (max-width: 768px) {
            #footer_contact #footer_entry #footer_tel p#f_tel span,
            #footer_contact #footer_solution #footer_tel p#f_tel span {
              font-size: 24px; } }
    @media screen and (max-width: 768px) {
      #footer_contact #footer_entry #footer_web,
      #footer_contact #footer_solution #footer_web {
        width: 100%;
        margin-left: 0; } }
    #footer_contact #footer_entry #footer_web .btn01,
    #footer_contact #footer_solution #footer_web .btn01 {
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        #footer_contact #footer_entry #footer_web .btn01,
        #footer_contact #footer_solution #footer_web .btn01 {
          width: 90%;
          margin: 0 auto 10px; } }
    #footer_contact #footer_entry #footer_web .bikou,
    #footer_contact #footer_solution #footer_web .bikou {
      font-size: 12px;
      margin: 0; }
      @media screen and (max-width: 768px) {
        #footer_contact #footer_entry #footer_web .bikou,
        #footer_contact #footer_solution #footer_web .bikou {
          text-align: center; } }

/*
bn_footer
*/
#bn_footer {
  background: #F2F2F2;
  padding: 50px 0 135px; }
  @media screen and (max-width: 768px) {
    #bn_footer {
      padding: 30px 3.2% 160px; } }
  #bn_footer ul {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 768px) {
      #bn_footer ul {
        flex-wrap: wrap; } }
    #bn_footer ul li {
      width: 32.4%;
      margin: 0 1.5% 0 0; }
      @media screen and (max-width: 768px) {
        #bn_footer ul li {
          width: 80%;
          margin: 0 auto 10px;
          text-align: center; }
          #bn_footer ul li img {
            width: 100%; } }
      #bn_footer ul li:nth-child(2) {
        margin: 0; }
        @media screen and (max-width: 768px) {
          #bn_footer ul li:nth-child(2) {
            margin: 0 auto 10px; } }
      #bn_footer ul li:last-child {
        display: none;
        margin: 0; }
        @media screen and (max-width: 768px) {
          #bn_footer ul li:last-child {
            margin: 0 auto 10px; } }

/*
topBtn
*/
a#topBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 89px;
  z-index: 10;
  transition: 0s;
  outline: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  a#topBtn img {
    animation: topBtn 3s ease-in-out 0s infinite; }
  @media screen and (max-width: 768px) {
    a#topBtn {
      width: 86px; } }

@keyframes topBtn {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
/*
footer
*/
#footer {
  width: 100%;
  padding: 30px 0 160px;
  background: url(../img/bg_body.png) center top no-repeat #333;
  background-size: 100% 6px;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    #footer {
      padding: 30px 3.2% 20px; } }
  #footer #siteinfo {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      #footer #siteinfo {
        flex-wrap: wrap;
        font-size: 12px; } }
    #footer #siteinfo #l_footer {
      width: 50%;
      margin-left: 5%; }
      @media screen and (max-width: 768px) {
        #footer #siteinfo #l_footer {
          width: 100%;
          margin: 0 0 10px; } }
      #footer #siteinfo #l_footer p {
        margin: 0; }
        #footer #siteinfo #l_footer p#footer_logo {
          width: 100%;
          max-width: 162px;
          margin: 0; }
          @media screen and (max-width: 768px) {
            #footer #siteinfo #l_footer p#footer_logo {
              max-width: 109px;
              margin: 0 0 10px; } }
        #footer #siteinfo #l_footer p #footer_company {
          display: inline-block;
          margin-left: 10px; }
          @media screen and (max-width: 768px) {
            #footer #siteinfo #l_footer p #footer_company {
              display: block;
              margin-left: 0; } }
    #footer #siteinfo #r_footer {
      width: 50%;
      margin: 10px 5% 0 0; }
      @media screen and (max-width: 768px) {
        #footer #siteinfo #r_footer {
          width: 100%;
          margin: 0; } }
      #footer #siteinfo #r_footer p {
        text-align: right; }
        @media screen and (max-width: 768px) {
          #footer #siteinfo #r_footer p {
            text-align: left; } }
        #footer #siteinfo #r_footer p#footer_privacy {
          margin: 0 0 5px; }
          #footer #siteinfo #r_footer p#footer_privacy a {
            color: #fff;
            text-decoration: none; }
            #footer #siteinfo #r_footer p#footer_privacy a:hover {
              text-decoration: underline; }
