@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@700&display=swap");
.clearfix:after, .side_list a:after {
  content: "";
  display: table;
  clear: both; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  background: #FFF;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  vertical-align: baseline; }
  body * {
    box-sizing: border-box;
    word-wrap: break-word; }

select, input, button, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

img {
  max-width: 100%; }

/**************
Common Setting
**************/
#pagetop {
  z-index: 5;
  text-indent: -9999px;
  outline: none;
  position: fixed; }
  @media (min-width: 767px) {
    #pagetop {
      width: 90px;
      height: 90px;
      background: url(../images/common/pagetop.png);
      background-size: contain;
      right: 8px;
      bottom: -100px; } }
  @media (max-width: 767px) {
    #pagetop {
      width: 38px;
      height: 38px;
      background: url(../images/common/pagetop2.png);
      background-size: contain;
      right: 8px;
      bottom: -50px;
      opacity: 0.7;
      -moz-opacity: 0.7;
      filter: alpha(opacity=70); } }

#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px; }

a {
  text-decoration: none;
  color: #575151;
  outline: none;
  font-weight: bold; }

a:hover {
  color: #1d84c6; }

/**************
Header
**************/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0;
  text-align: left;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  margin-top: -100px;
  top: 100px;
  background: transparent;
  top: 0;
  margin-top: 0; }
  @media (min-width: 767px) and (max-width: 1120px) {
    #header {
      height: 60px; } }
  @media (max-width: 767px) {
    #header {
      height: 60px; } }
  #header #header_inner {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto; }
    @media (min-width: 767px) {
      #header #header_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    @media (min-width: 767px) and (max-width: 1120px) {
      #header #header_inner {
        height: 60px; } }
    @media (max-width: 767px) {
      #header #header_inner {
        height: 60px;
        margin: 0 auto; } }
  #header.fixed {
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    margin-top: 0; }
    #header.fixed.opened {
      background: transparent; }

@media (min-width: 767px) {
  .logged-in #header {
    top: 32px; } }

#main {
  height: 100%; }

#logo a {
  display: block;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 5; }
  @media (min-width: 767px) {
    #logo a {
      width: 230px; } }
  @media (min-width: 767px) and (max-width: 1120px) {
    #logo a {
      width: 204px;
      position: absolute;
      left: 10px;
      top: 8px; } }
  @media (max-width: 767px) {
    #logo a {
      width: 160px;
      position: absolute;
      left: 10px;
      top: 14px; } }

@media (min-width: 1120px) {
  #global_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95); } }
@media (max-width: 1120px) {
  #global_navi {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    left: 100%;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95); } }

@media (min-width: 1120px) {
  #navi_ul {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; } }
@media (max-width: 1120px) {
  #navi_ul {
    text-align: left;
    position: absolute;
    top: 65px;
    left: 0;
    border-top: 1px #ccc solid;
    width: 100%; } }

@media (min-width: 1120px) {
  #navi_ul > li {
    float: left;
    font-size: 14px;
    vertical-align: middle; } }
@media (max-width: 1120px) {
  #navi_ul > li.toggle, #navi_ul > li > a {
    display: block;
    padding: 5px 5%;
    color: #333;
    position: relative;
    cursor: pointer;
    font-weight: normal;
    border-bottom: 1px #ccc solid; } }
@media (max-width: 1120px) {
  #navi_ul > li.toggle {
    padding-bottom: 5px; } }
@media (max-width: 1120px) {
  #navi_ul > li.toggle .header-nav-item {
    border-bottom: 0;
    padding: 3px 0; } }
@media (min-width: 1120px) {
  #navi_ul > li.toggle:hover {
    color: #de9a34; } }
@media (min-width: 1120px) {
  #navi_ul > li.toggle:hover .header-nav-item {
    color: #de9a34; } }
@media (min-width: 1120px) {
  #navi_ul > li.toggle:hover .megamenu {
    max-height: 9999px;
    opacity: 1; } }
@media (min-width: 1120px) {
  #navi_ul > li:last-child .header-nav-item::after {
    background-color: transparent; } }

.header-nav-item {
  text-decoration: none; }
  @media (min-width: 1120px) {
    .header-nav-item {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 15px;
      height: 50px;
      color: #4a4a4a;
      font-weight: bold; } }
  @media (min-width: 1120px) {
    .header-nav-item:hover {
      color: #de9a34; } }

@media (min-width: 1120px) {
  .megamenu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 0;
    text-align: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.9); } }
@media (max-width: 1120px) {
  .megamenu {
    max-height: 1000px;
    opacity: 1;
    overflow: hidden;
    width: 100%;
    left: auto;
    top: auto;
    text-align: left;
    position: inherit;
    z-index: 10; } }
@media (max-width: 1120px) {
  .megamenu .menu_inner {
    padding: 0 0 5px; } }
@media (min-width: 1120px) {
  .megamenu .menu_inner li {
    display: inline-block;
    margin: 0 2em;
    line-height: 80px; } }
@media (max-width: 1120px) {
  .megamenu .menu_inner li {
    width: 50%;
    float: left; } }
.megamenu .menu_inner li a {
  text-decoration: none; }
  @media (min-width: 1120px) {
    .megamenu .menu_inner li a {
      color: #fff;
      font-weight: bold; } }
  @media (max-width: 1120px) {
    .megamenu .menu_inner li a {
      display: block;
      border-bottom: 0;
      color: #333;
      padding: 3px 0;
      font-size: 1.2rem; } }
  @media (min-width: 1120px) {
    .megamenu .menu_inner li a:hover {
      text-decoration: underline;
      color: #de9a34; } }

@media (min-width: 767px) {
  .sp_only {
    display: none; } }

@media (min-width: 767px) {
  .p_only {
    display: inherit; } }
@media (max-width: 767px) {
  .p_only {
    display: none; } }

@media (min-width: 1120px) {
  .menuBtn {
    display: none; } }
@media (max-width: 1120px) {
  .menuBtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    width: 60px;
    height: 60px;
    z-index: 3; } }

@media (min-width: 1120px) {
  .telBtn {
    display: none; } }
@media (max-width: 1120px) {
  .telBtn {
    position: absolute;
    right: 60px;
    top: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    display: table; }
    .telBtn a {
      display: table-cell;
      vertical-align: middle;
      background-color: #44b2c1;
      color: #fff;
      text-decoration: none; }
      .telBtn a i {
        font-size: 2rem;
        display: block;
        margin: 0 auto;
        line-height: 1; } }

@media (max-width: 1120px) {
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 15px; } }

@media (max-width: 1120px) {
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    background: #4a4a4a;
    display: block;
    content: '';
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    width: 20px;
    border-radius: 3px; } }

@media (max-width: 1120px) {
  #nav-open span::before {
    bottom: -8px; } }

@media (max-width: 1120px) {
  #nav-open span:after {
    bottom: -16px; } }

@media (max-width: 1120px) {
  .menu-open #nav-open span {
    background-color: transparent; } }

@media (max-width: 1120px) {
  .menu-open #nav-open span::before,
  .menu-open #nav-open span::after {
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
    content: ' '; } }

@media (max-width: 1120px) {
  .opened .menu-open #nav-open span::before,
  .opened .menu-open #nav-open span::after, .fixed .menu-open #nav-open span::before,
  .fixed .menu-open #nav-open span::after {
    background-color: #4b4b4b; } }

.menu-open #nav-open span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-open #nav-open span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (max-width: 1120px) {
  .opened #global_navi {
    left: 0; } }

.header_side {
  padding-top: 12px; }
  @media (min-width: 767px) and (max-width: 1120px) {
    .header_side {
      padding-top: 0; } }

.header_side_top {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.head-nums {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start; }
  @media (min-width: 767px) and (max-width: 1120px) {
    .head-nums {
      margin-right: 24px; } }

.nav_num {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 700; }
  .nav_num img {
    display: block;
    width: 20px;
    margin-right: 5px; }
  @media (max-width: 767px) {
    .nav_num {
      display: none; } }

.header_btn {
  background-color: #88ABDA;
  color: #fff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (min-width: 1120px) {
    .header_btn {
      margin-left: 20px;
      width: 186px; }
      .header_btn:hover {
        background-color: #00479d;
        color: #fff; } }
  @media (max-width: 1120px) {
    .header_btn {
      width: 104px;
      margin-right: 72px;
      font-size: 1.2rem;
      position: relative;
      z-index: 3; } }

/**************
Footer
**************/
#footer {
  bottom: 0;
  background: #e7ebed; }
  @media (min-width: 1120px) {
    #footer {
      width: 100%;
      padding: 30px 0; } }
  @media (max-width: 1120px) {
    #footer {
      padding: 25px 0;
      width: 100%; } }
  @media (min-width: 767px) {
    #footer .wrap, #footer .tab-nav-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

@media (min-width: 1120px) {
  .footLeft {
    width: 500px; } }
@media (min-width: 767px) and (max-width: 1120px) {
  .footLeft {
    width: 320px; } }
@media (max-width: 767px) {
  .footLeft {
    text-align: center; } }

@media (min-width: 1120px) {
  .footRight {
    width: calc(100% - 570px);
    padding-top: 15px; } }
@media (min-width: 767px) and (max-width: 1120px) {
  .footRight {
    width: calc(100% - 360px);
    padding-top: 15px; } }
@media (max-width: 767px) {
  .footRight {
    margin-top: 24px; } }
.footRight iframe {
  height: 240px;
  width: 100%; }

.footlogo {
  width: 240px;
  display: block;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .footlogo {
      width: 200px; } }

.foot_address {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 18px; }

.foot_marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 18px; }
  @media (max-width: 767px) {
    .foot_marks {
      flex-direction: column; } }

.emidas {
  width: 120px; }
  @media (min-width: 767px) {
    .emidas {
      margin: 0 10px; } }
  @media (max-width: 767px) {
    .emidas {
      margin-top: 8px; } }

.minus {
  width: 210px; }
  @media (min-width: 767px) {
    .minus {
      margin: 0 10px; } }
  @media (max-width: 767px) {
    .minus {
      margin-top: 8px; } }

.copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  vertical-align: bottom;
  color: #666;
  margin-top: 18px;
  text-align: center; }

/**************
Buttons
**************/
.btn {
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 15px 25px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  font-weight: bold; }
  @media (min-width: 767px) {
    .btn {
      min-width: 210px; } }
  @media (max-width: 767px) {
    .btn {
      padding: 10px 30px; } }
  .btn i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px; }
    @media (max-width: 767px) {
      .btn i {
        margin-top: -7px; } }
  .btn.btn-block {
    display: block;
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.btn-blue {
  color: #fff;
  background-color: #00479d;
  border: 2px #00479d solid; }
  .btn-blue:hover {
    background-color: #e9ebff;
    color: #00479d; }

.btn-orange {
  color: #fff;
  background-color: #f5802f;
  border: 2px #f5802f solid; }
  .btn-orange:hover {
    background-color: #fff2e7;
    color: #f5802f; }

.note {
  text-align: center;
  color: #565656;
  margin-top: 10px; }

/**************
HOME
**************/
#main_wrap {
  display: block;
  background: url(../images/common/backLine.png);
  background-size: 75%; }

#mainVisual {
  width: 100%;
  position: relative;
  margin: 0 auto; }
  @media (min-width: 767px) {
    #mainVisual {
      height: 560px; } }
  @media (max-width: 767px) {
    #mainVisual {
      height: 320px; } }
  #mainVisual .wrap, #mainVisual .tab-nav-block {
    position: relative;
    height: 100%; }
  #mainVisual .main_text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-top: 30px; }
    #mainVisual .main_text .eng {
      font-family: 'Roboto', sans-serif;
      font-size: 5rem;
      font-weight: 700; }
      @media (max-width: 767px) {
        #mainVisual .main_text .eng {
          font-size: 3rem; } }
  #mainVisual .top_rect {
    display: block;
    height: 100%;
    right: 15%;
    top: 0;
    z-index: 0; }

.top_panels {
  width: 100%; }
  @media (min-width: 767px) {
    .top_panels {
      display: inline-flex;
      flex-wrap: wrap;
      align-items: flex-start;
      align-content: flex-start; } }
  @media (min-width: 767px) {
    .top_panels .item {
      width: calc(100% / 3);
      height: 274px; } }
  @media (max-width: 767px) {
    .top_panels .item {
      height: 240px;
      margin-bottom: 2px; } }
  .top_panels .item:first-child {
    background: url(../images/top/top_img01.jpg) no-repeat center;
    background-size: cover; }
  .top_panels .item:nth-child(2) {
    background: url(../images/top/top_img02.jpg) no-repeat center;
    background-size: cover; }
  .top_panels .item:nth-child(3) {
    background: url(../images/top/top_img03.jpg) no-repeat center;
    background-size: cover; }
  .top_panels .item:nth-child(4) {
    background: url(../images/top/top_img04.jpg) no-repeat center;
    background-size: cover; }
  .top_panels .item:nth-child(5) {
    background: url(../images/top/top_img05.jpg) no-repeat center;
    background-size: cover; }
  .top_panels .item:nth-child(6) {
    background: url(../images/top/top_img06.jpg) no-repeat center;
    background-size: cover; }
  .top_panels .item .inner {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .top_panels .item .inner h2 {
      font-size: 1.8rem;
      color: #fff; }
    .top_panels .item .inner .eng {
      font-family: 'Roboto', sans-serif;
      font-size: 1.2rem;
      font-weight: 700;
      color: #fff; }
    .top_panels .item .inner .buttons {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 20px; }
      .top_panels .item .inner .buttons a {
        display: block;
        width: 60px;
        margin: 0 10px;
        text-align: center; }
        .top_panels .item .inner .buttons a img {
          transition: all .3s ease; }
        .top_panels .item .inner .buttons a p {
          color: #fff;
          font-family: 'Roboto', sans-serif;
          font-size: 1.2rem;
          font-weight: 700; }
        .top_panels .item .inner .buttons a:hover img {
          transform: scale(1.1); }

.top_factory {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media (min-width: 767px) {
    .top_factory {
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .top_factory {
      padding: 0 24px 32px;
      flex-wrap: wrap; } }
  .top_factory .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 767px) {
      .top_factory .item {
        width: 18.5%; } }
    @media (max-width: 767px) {
      .top_factory .item {
        width: 48%;
        margin-bottom: 16px; } }
    .top_factory .item .img {
      overflow: hidden; }
      .top_factory .item .img img {
        transition: all .3s ease; }
    .top_factory .item p {
      margin-top: 8px;
      text-align: center;
      font-weight: bold; }
      @media (max-width: 767px) {
        .top_factory .item p {
          margin-top: 4px; } }
    .top_factory .item:hover .img img {
      transform: scale(1.1); }

/**************
Layouts
**************/
.wrap, .tab-nav-block {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1120px) {
    .wrap, .tab-nav-block {
      width: 1080px; } }
  @media (max-width: 1120px) {
    .wrap, .tab-nav-block {
      width: 92%; } }

.bg-gray {
  background-color: #f3f3f3;
  width: 100%;
  border-radius: 5px; }
  @media (min-width: 767px) {
    .bg-gray {
      padding: 30px; } }
  @media (max-width: 767px) {
    .bg-gray {
      padding: 15px; } }

.arrow_right {
  background: url(../images/common/arrow_right.png) no-repeat;
  width: 7px;
  height: 12px; }

.shortwrap {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .shortwrap {
      width: 90%; } }

.middlewrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .middlewrap {
      width: 90%; } }

.page_section {
  padding: 50px 0 80px; }
  @media (max-width: 767px) {
    .page_section {
      padding: 25px 0 40px; } }
  .page_section__gray {
    background-color: #f3f3f3; }

/**************
Titles
**************/
.big-title {
  text-align: center;
  margin-bottom: 50px; }
  .big-title .eng {
    font-family: 'Roboto', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1; }

.title_h2 {
  position: relative;
  line-height: 1.5;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ddd;
  font-size: 2.4rem; }
  @media (max-width: 767px) {
    .title_h2 {
      font-size: 2rem;
      padding-bottom: 16px; } }
  .title_h2::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 120px;
    height: 3px;
    background-color: #00479d; }

.title_h3 {
  font-size: 2.2rem;
  color: #444;
  margin-bottom: 30px;
  font-weight: 900;
  padding: 13px 10px 16px 12px;
  line-height: 1.4;
  background-color: #efefef;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .title_h3 {
      font-size: 2rem;
      margin: 20px 0 10px; } }

.title_h4 {
  font-size: 2.2rem;
  color: #00479d;
  font-weight: 900 !important;
  margin-bottom: 24px;
  border-bottom: 2px solid #00479d;
  line-height: 1.5;
  padding-bottom: 1rem; }
  @media (max-width: 767px) {
    .title_h4 {
      font-size: 2.1rem;
      margin: 30px 0 12px; } }

.title_h5 {
  border-bottom: solid 1px #555;
  border-top: solid 1px #555;
  padding: 13px;
  margin: 15px 0; }
  @media (max-width: 767px) {
    .title_h5 {
      padding: 10px; } }

.title_h6 {
  font-size: 1.8rem;
  color: #666;
  position: relative;
  padding-left: 16px;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .title_h6 {
      font-size: 1.7rem;
      margin-bottom: 10px; } }
  .title_h6::before {
    background: #3875a1;
    width: 5px;
    height: 24px;
    display: block;
    content: '';
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 5px; }

.title_h7 {
  font-size: 1.7rem;
  background-color: #eee;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .title_h7 {
      font-size: 1.6rem;
      margin-bottom: 10px; } }
  .title_h7::before {
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #07afbf;
    content: '';
    display: block; }

.title_h8 {
  text-align: center;
  margin: 0 auto 30px; }
  .title_h8 strong {
    font-size: 2.4rem;
    border-bottom: 3px solid #333;
    padding-bottom: 8px; }
    @media (max-width: 767px) {
      .title_h8 strong {
        font-size: 1.8rem;
        padding-bottom: 4px;
        line-height: 2; } }

/**************
下層ページ 共通
**************/
.page_title {
  width: 100%;
  position: relative; }
  @media (min-width: 767px) {
    .page_title {
      height: 400px; } }
  @media (max-width: 767px) {
    .page_title {
      height: 240px; } }
  .page_title .wrap, .page_title .tab-nav-block {
    position: relative;
    height: 100%; }
  .page_title .page_title_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column-reverse;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding-top: 120px; }
    @media (max-width: 767px) {
      .page_title .page_title_inner {
        padding-top: 64px; } }
    .page_title .page_title_inner h1 {
      font-size: 1.8rem;
      font-weight: bold; }
      .page_title .page_title_inner h1:before {
        content: "-";
        margin-right: 8px; }
      @media (max-width: 767px) {
        .page_title .page_title_inner h1 {
          font-size: 1.6rem; } }
    .page_title .page_title_inner .eng {
      font-family: 'Roboto', sans-serif;
      font-size: 4rem;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .page_title .page_title_inner .eng {
          font-size: 2.4rem; } }
  .page_title .page_tit_rect {
    display: block;
    position: absolute;
    height: 100%;
    right: 15%;
    top: 0;
    z-index: 0; }

.breadcrumbs {
  width: 100%;
  font-size: 1.2rem;
  margin: 8px 0; }
  .breadcrumbs a {
    display: inline-block;
    font-weight: normal; }
    .breadcrumbs a::after {
      content: ">";
      display: inline-block;
      padding: 0 0 0 5px; }

.flex_content {
  width: 100%; }
  @media (min-width: 767px) {
    .flex_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media (min-width: 767px) {
    .flex_content .box {
      width: 48%; } }
  @media (max-width: 767px) {
    .flex_content .box:not(:first-child) {
      margin-top: 24px; } }
  @media (min-width: 767px) {
    .flex_content .box_l {
      width: 64%; } }
  @media (min-width: 767px) {
    .flex_content .box_s {
      width: 32%; } }
  .flex_content.flex_equip {
    margin-top: 40px; }
    @media (min-width: 767px) {
      .flex_content.flex_equip {
        align-items: flex-start; } }
  @media (min-width: 767px) {
    .flex_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      flex-wrap: wrap; }
      .flex_content.start {
        align-items: flex-start; } }
  @media (min-width: 767px) {
    .flex_content_r {
      flex-direction: row-reverse; } }
  @media (max-width: 767px) {
    .flex_content .item {
      width: 100%; }
      .flex_content .item:not(:last-child) {
        margin-bottom: 24px; } }
  @media (min-width: 767px) {
    .flex_content .item_1 {
      width: 12%; } }
  @media (min-width: 767px) {
    .flex_content .item_2 {
      width: 21%; } }
  @media (min-width: 767px) {
    .flex_content .item_3 {
      width: 33%; } }
  @media (min-width: 767px) {
    .flex_content .item_4 {
      width: 47%; } }
  @media (min-width: 767px) {
    .flex_content .item_5 {
      width: 61%; } }
  @media (min-width: 767px) {
    .flex_content .item_6 {
      width: 73%; } }
  @media (min-width: 767px) {
    .flex_content .item_7 {
      width: 84%; } }

.divider-full {
  margin: 50px 0; }
  @media (max-width: 767px) {
    .divider-full {
      margin: 25px 0; } }

.borderBox {
  padding: 20px;
  border: 1px #ddd solid;
  background-color: #fff;
  box-shadow: 0 2px 0 #ccc; }
  @media (min-width: 767px) {
    .borderBox {
      padding: 40px 50px; } }

@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.sq1 {
  padding-left: 20px;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  color: #565656; }
  .sq1::before {
    width: 12px;
    height: 12px;
    background-color: #d2db1d;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 11px; }

.bg-paper {
  background: url(../images/common/bg_01.png);
  padding: 30px 50px 50px;
  border: 1px #ccc solid; }
  @media (max-width: 767px) {
    .bg-paper {
      padding: 20px 5%; } }

.bg-blue {
  background-color: #f4f7ff;
  width: 100%; }
  @media (min-width: 767px) {
    .bg-blue {
      padding: 60px 0;
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .bg-blue {
      padding: 30px 5%; } }

.check_list li {
  background: url(../images/common/icon_check.png) no-repeat left 6px;
  background-size: 14px 15px;
  padding-left: 16px; }

.list-disc {
  margin-left: 15px; }
  .list-disc li {
    list-style: disc; }
    .list-disc li b {
      display: inline-block;
      margin-right: 10px; }

.list-decimal {
  margin-left: 15px; }
  .list-decimal li {
    list-style: decimal; }
    .list-decimal li b {
      display: inline-block;
      margin-right: 10px; }

.table-s1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .table-s1 th {
    padding: 12px 20px;
    border: 5px #fff solid;
    background: #f3f3f3;
    vertical-align: middle;
    text-align: left; }
    @media (min-width: 767px) {
      .table-s1 th {
        width: 200px; } }
    @media (max-width: 767px) {
      .table-s1 th {
        padding: 5px;
        border: 0;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left; } }
  .table-s1 td {
    padding: 12px 20px;
    border: 5px #fff solid;
    background: #FFF; }
    @media (max-width: 767px) {
      .table-s1 td {
        padding: 5px 0;
        display: block;
        border: 0;
        width: 100%; } }

.table-s2 {
  width: 100%;
  line-height: 2;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  box-sizing: border-box; }
  .table-s2 th {
    width: 130px;
    padding: 16px;
    border-top: 1px solid #EAEDF2;
    border-bottom: 1px solid #EAEDF2;
    vertical-align: top;
    color: #1D2087;
    text-align: left;
    font-weight: bold;
    word-break: break-all;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .table-s2 th {
        display: block;
        width: 100%;
        padding: 8px;
        border-bottom: none; } }
  .table-s2 td {
    padding: 16px;
    border-top: 1px solid #EAEDF2;
    border-bottom: 1px solid #EAEDF2;
    word-break: break-all;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .table-s2 td {
        display: block;
        width: 100%;
        padding: 8px;
        border-bottom: none; } }

/**************
会社概要
**************/
.guide_wrap {
  width: 100%; }
  @media (min-width: 767px) {
    .guide_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media (min-width: 767px) {
    .guide_wrap .overview {
      width: calc(100% - 540px); } }
  @media (min-width: 767px) {
    .guide_wrap .gmap {
      width: 480px; } }
  @media (max-width: 767px) {
    .guide_wrap .gmap {
      width: 100%; } }
  .guide_wrap .gmap iframe {
    width: 100%; }
    @media (max-width: 767px) {
      .guide_wrap .gmap iframe {
        height: 240px; } }

.policies .list-decimal {
  max-width: 800px;
  margin: 0 auto; }
  .policies .list-decimal li {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 2.4rem;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .policies .list-decimal li {
        font-size: 1.6rem; } }

.greeting {
  width: 100%; }
  @media (min-width: 767px) {
    .greeting {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

@media (min-width: 767px) {
  .greet_text {
    width: calc(100% - 266px); } }
.greet_text .greet_text_top {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px; }

.greet_img {
  width: 226px; }
  @media (max-width: 767px) {
    .greet_img {
      margin: 24px auto 0; } }
  .greet_img .p_name {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 1.6rem;
    margin-top: 10px;
    text-align: center; }

.history {
  width: 100%; }
  .history th {
    padding: 10px;
    border-bottom: 1px #333 solid;
    vertical-align: top;
    text-align: left; }
    @media (min-width: 767px) {
      .history th {
        width: 130px; } }
    @media (max-width: 767px) {
      .history th {
        padding: 5px;
        border: 0;
        display: block;
        width: 100%;
        box-sizing: border-box; } }
  .history td {
    padding: 10px;
    border-bottom: 1px #ddd solid; }
    @media (max-width: 767px) {
      .history td {
        padding: 5px 0;
        display: block;
        border: 0;
        width: 100%; } }

/**************
事業内容
**************/
.biz_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap; }
  .biz_images img {
    display: block; }
    @media (min-width: 767px) {
      .biz_images img {
        width: 24%; } }
    @media (max-width: 767px) {
      .biz_images img {
        width: 48.8%;
        margin-bottom: 8px; } }
    .biz_images img:nth-child(n+5) {
      margin-top: 16px; }

/**************
製品紹介
**************/
.imgList {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .imgList li {
    margin-bottom: 20px; }
    @media (min-width: 1120px) {
      .imgList li {
        width: 32%;
        margin-right: 2%; }
        .imgList li:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 767px) and (max-width: 1120px) {
      .imgList li {
        width: 49%; }
        .imgList li:nth-child(odd) {
          margin-right: 2%; } }
    @media (max-width: 767px) {
      .imgList li {
        width: 100%; } }
    .imgList li .caption {
      text-align: center;
      margin-top: 3px;
      font-size: 1.3rem; }
    .imgList li .product_img {
      width: 100%;
      height: 260px;
      position: relative;
      background-color: #f3f3f3;
      overflow: hidden;
      border: 1px #ddd solid; }
      .imgList li .product_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: all .3s ease; }
      .imgList li .product_img:hover img {
        transform: scale(1.1); }

.p_table {
  width: 100%;
  margin-top: 10px;
  font-size: 13px; }
  @media (max-width: 767px) {
    .p_table {
      font-size: 1.2rem; } }
  .p_table th {
    width: 90px;
    padding: 5px 0;
    border: 1px #ddd solid;
    text-align: center;
    background-color: #f3f3f3; }
    @media (max-width: 1120px) {
      .p_table th {
        padding: 3px 0;
        width: 70px; } }
  .p_table td {
    padding: 5px;
    border: 1px #ddd solid; }
    @media (max-width: 1120px) {
      .p_table td {
        padding: 3px 5px; } }

/**************
工場見学
**************/
.office {
  margin-bottom: 40px; }

.office_detail {
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 767px) {
    .office_detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media (min-width: 767px) {
    .office_detail .office_detail_left {
      width: 48%; } }
  @media (max-width: 767px) {
    .office_detail .office_detail_left {
      width: auto;
      margin: 0 0 24px; } }
  .office_detail .office_detail_left .ttl {
    margin-bottom: 24px;
    padding-top: 24px;
    color: #00479d;
    font-size: 2rem;
    font-weight: bold;
    border-top: 2px solid #00479d; }
    @media (max-width: 767px) {
      .office_detail .office_detail_left .ttl {
        margin: 0 0 16px;
        padding: 16px 0 0;
        font-size: 18px; } }
  @media (min-width: 767px) {
    .office_detail .office_detail_right {
      width: 48%; } }

.google-map iframe {
  width: 100%;
  vertical-align: top; }

/**************
archive,single
**************/
@media (min-width: 767px) {
  .leftColumn {
    width: 236px;
    float: left; } }
@media (max-width: 767px) {
  .leftColumn {
    margin-top: 45px; } }

@media (min-width: 767px) {
  .rightColumn {
    width: calc(100% - 296px);
    float: right; } }

.side_title {
  background-color: #00479d;
  padding: 10px;
  color: #fff; }

.side_list {
  box-sizing: border-box;
  border: 1px #ddd solid; }
  .side_list li {
    position: relative; }
    .side_list li::before {
      position: absolute;
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      left: 10px;
      top: calc(50% - 6px);
      background: #31aae2;
      border: solid 3px #bee5fd; }
    .side_list li:not(:last-child) {
      border-bottom: 1px #ddd dotted; }
    .side_list li a {
      padding: 10px 10px 10px 35px;
      border-bottom: 0; }
  .side_list a {
    display: block;
    padding: 10px;
    color: #555; }
    .side_list a:not(:last-child) {
      border-bottom: 1px #ddd dotted; }
    @media (min-width: 767px) {
      .side_list a {
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .side_list a:hover {
          background-color: #72c4d6;
          color: #fff; } }
    .side_list a img {
      max-width: 90px;
      float: left; }
    .side_list a .side_list_box {
      padding-left: 105px;
      min-height: 60px;
      line-height: 1.5;
      font-weight: bold;
      font-size: 1.3rem; }

.sideNav li a {
  display: block;
  background: url(../images/common/arrow5.png) no-repeat left 19px;
  border-bottom: 1px #dfded6 solid;
  padding: 10px 0 10px 18px; }
.sideNav li.active a {
  background: #eee;
  padding-left: 10px;
  cursor: default;
  color: #555; }
  .sideNav li.active a:hover {
    color: #555; }

.news_list {
  border-bottom: 1px #ddd solid; }

.news_box {
  display: block;
  border-top: 1px #ddd solid;
  padding: 20px;
  text-decoration: none; }
  @media (max-width: 767px) {
    .news_box {
      padding: 20px 0; } }
  @media (min-width: 767px) {
    .news_box .news_box_image {
      width: 240px;
      float: left; } }
  @media (max-width: 767px) {
    .news_box .news_box_image {
      margin-bottom: 10px; } }
  .news_box .news_box_image img {
    max-width: 100%; }
  .news_box .news_box_right {
    position: relative;
    line-height: 1.5; }
    @media (min-width: 767px) {
      .news_box .news_box_right {
        padding-left: 280px;
        min-height: 160px; } }
    .news_box .news_box_right .news_box_date {
      font-family: 'Roboto', sans-serif;
      font-size: 1.5rem;
      font-weight: 700; }
    .news_box .news_box_right h3 {
      font-size: 2rem;
      color: #00479d;
      margin: 5px 0 10px; }
      @media (max-width: 767px) {
        .news_box .news_box_right h3 {
          font-size: 1.8rem;
          margin: 10px 0; } }
    .news_box .news_box_right .news_excerpt {
      color: #666;
      line-height: 1.5;
      font-size: 1.3rem; }
    .news_box .news_box_right .cat_tag {
      position: absolute;
      right: 0;
      top: 0; }

.single_date {
  color: #777;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 700; }

.single_title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4; }

.single_content {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .single_content {
      margin-top: 25px; } }
  @media (min-width: 767px) {
    .single_content {
      font-size: 112%;
      line-height: 2;
      min-height: 300px; } }

.single_bottom {
  margin-top: 50px;
  border-top: 1px #ddd solid;
  padding-top: 20px; }
  @media (max-width: 767px) {
    .single_bottom {
      margin-top: 25px;
      padding-top: 15px; } }

.cat_tag span {
  background-color: #bbb;
  display: inline-block;
  margin-right: 2px;
  font-size: 1.2rem;
  color: #fff;
  padding: 1px 10px; }
  .cat_tag span.tag-tenji {
    background-color: #9ee013; }
  .cat_tag span.tag-saiyo {
    background-color: #02b0f0; }
  .cat_tag span.tag-news {
    background-color: #f6349d; }

.search-list li {
  padding: 20px 0;
  border-bottom: 1px #ddd solid; }
  .search-list li dl dd {
    font-size: 1.3rem;
    color: #777; }

.wp-pagenavi {
  padding: 12px 5px;
  background: #F3F3F3;
  border-radius: 4px;
  font-size: 100%;
  text-align: center;
  border: 1px #DDD solid;
  margin-top: 30px; }

.all_seminar .wp-pagenavi {
  margin: 0 auto; }

.wp-pagenavi span,
.wp-pagenavi a {
  padding: 5px 7px !important;
  border-radius: 3px; }

.wp-pagenavi .page,
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
  background: #FFF; }

.wp-pagenavi .current {
  background: #00479d;
  color: #FFF; }

/**************
お問い合わせ
**************/
.contact_table {
  width: 100%; }
  .contact_table tr th {
    border-top: 1px solid #d3d3d3;
    padding: 18px 40px 18px 0;
    width: 32%;
    vertical-align: middle;
    text-align: left; }
    @media (max-width: 767px) {
      .contact_table tr th {
        display: block;
        padding: 10px 0 0;
        width: 100%;
        text-align: left; } }
    .contact_table tr th .hissu_cell {
      position: relative; }
      .contact_table tr th .hissu_cell .hissu {
        background: #e64949;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        padding: 4px 11px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -13px; }
        @media (max-width: 767px) {
          .contact_table tr th .hissu_cell .hissu {
            padding: 0 7px 1px; } }
  .contact_table tr td {
    padding: 18px 0;
    border-top: 1px solid #d3d3d3; }
    @media (max-width: 767px) {
      .contact_table tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0 15px;
        border-top: 0; } }
  .contact_table tr:last-child th, .contact_table tr:last-child td {
    border-bottom: 1px solid #d3d3d3; }

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.c-input, .c-select, .c-textarea {
  background: #fff;
  border: 1px solid #d3d3d3;
  -webkit-transition: background-color 100ms, border-color 100ms;
  transition: background-color 100ms, border-color 100ms;
  width: 100%;
  box-sizing: border-box; }

.c-input {
  height: 40px;
  padding: 2px 10px; }
  @media (max-width: 767px) {
    .c-input {
      height: auto;
      padding: 8px 4%;
      box-sizing: border-box; } }

.c-radio-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -5px 0;
  width: 100%; }
  .c-radio-list__item {
    margin: 0 0 5px 0; }
    @media (max-width: 767px) {
      .c-radio-list__item {
        text-align: left; } }
    .c-radio-list__item label {
      cursor: pointer;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .c-radio-list__item label {
          margin-right: 10px; } }

.c-radio {
  position: relative;
  top: -3px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

.c-textarea {
  height: 200px;
  width: 100%;
  padding: 8px 10px; }
  @media (min-width: 767px) and (max-width: 1120px) {
    .c-textarea {
      width: auto;
      max-width: 95%; } }
  @media (max-width: 767px) {
    .c-textarea {
      box-sizing: border-box;
      width: 100%;
      height: 120px; } }

.form-btn {
  margin-top: 30px;
  text-align: center; }

.c-submit, .c-confirm, .c-back {
  padding: 18px 0;
  text-align: center;
  width: 280px;
  cursor: pointer; }
  @media (min-width: 1120px) {
    .c-submit, .c-confirm, .c-back {
      transition: all 0.3s ease 0s; } }
  @media (max-width: 767px) {
    .c-submit, .c-confirm, .c-back {
      width: 48%;
      padding: 15px 0; } }

.c-submit {
  border: 2px #f5802f solid;
  color: #fff;
  background-color: #f5802f;
  font-weight: bold;
  font-size: 1.8rem; }

.c-submit:hover {
  background-color: #de124f;
  border-color: #de124f; }

.c-confirm, .c-back {
  border: 2px #777 solid;
  color: #777;
  background-color: #fff; }

.c-confirm:hover, .c-back:hover {
  background-color: #eee; }

.privacy {
  margin-top: 80px; }

.privacyCheck {
  text-align: center;
  margin: 60px 0 40px; }
  .privacyCheck p {
    font-size: 12px;
    margin: 10px 0 20px; }

.btn-confirm {
  display: block;
  border: 1px #999 solid;
  border-radius: 5px;
  max-width: 400px;
  width: 90%;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  background-color: #ddd;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn-confirm.hoverOn {
    border: 1px solid #5d3fff;
    background-color: #fff;
    color: #5d3fff;
    cursor: pointer; }

.btns .btn {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px; }
  @media (max-width: 1120px) {
    .btns .btn {
      font-size: 18px;
      width: 90%;
      margin: 0 auto 20px; } }

a.btn-conta {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: 51px;
  width: 80%;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto 20px;
  background-color: #333;
  border-bottom: 3px solid #888; }
  a.btn-conta:hover {
    background-color: #555;
    border-bottom: 3px solid #999; }

.btns .btn-primary {
  background-color: #81c320;
  border-bottom: 3px solid #679b1b; }
  .btns .btn-primary:hover {
    background-color: #a2d400;
    border-color: #a2d400; }

.btn-info {
  background-color: #21b2c1;
  border-bottom: 3px solid #1d8691;
  border-color: #21b2c1 #21b2c1 #1d8691; }
  .btn-info:hover {
    background-color: #2fccdc;
    border-bottom: 3px solid #1d8691;
    border-color: #2fccdc #2fccdc #2fccdc; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  border-radius: 50%; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border-radius: 50%; }

.c-radio, .c-checkbox {
  margin-right: 5px;
  position: relative;
  top: -.1em; }

.help-block {
  display: block;
  color: tomato;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px; }

.underconst {
  margin: 100px auto;
  max-width: 600px;
  width: 90%;
  background-color: #f3f3f3;
  padding: 50px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .underconst {
      margin: 30px auto; } }

.emidas-tag {
  position: absolute;
  top: 0;
  left: 0; }

/**************
設備紹介
**************/
.equip {
  width: 100%; }
  @media (max-width: 767px) {
    .equip {
      width: 700px; } }
  .equip thead tr th {
    padding: 8px;
    border: 1px #ddd solid;
    background: #F3F3F3;
    vertical-align: middle;
    text-align: center; }
  .equip tbody tr td {
    padding: 13px;
    border: 1px #ddd solid;
    background: #FFF;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center; }
    .equip tbody tr td.caption {
      background-color: #fffee8;
      text-align: left;
      font-weight: bold !important;
      padding: 10px 13px; }
  .equip.three tbody tr td {
    width: 45%; }

.scrollBox {
  width: 100%;
  overflow-x: auto; }

.center-title {
  text-align: center;
  font-size: 2.4rem; }
  @media (max-width: 767px) {
    .center-title {
      padding: 0 5%;
      font-size: 1.8rem; } }
  .center-title::after {
    display: block;
    content: '';
    width: 80px;
    height: 3px;
    background-color: #333;
    margin: 20px auto 50px; }

.page_top_title_under {
  text-align: center;
  margin: 30px 0; }

.tab-nav {
  width: 100%;
  border-bottom: 2px #ccc solid;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .tab-nav {
      margin-bottom: 25px; } }
  .tab-nav-block li {
    float: left;
    vertical-align: bottom; }
    @media (max-width: 767px) {
      .tab-nav-block li {
        margin-right: 5px;
        margin-bottom: 5px; } }
    .tab-nav-block li a {
      display: block;
      padding: 10px 15px;
      border-top: 1px #ccc solid;
      border-left: 1px #ccc solid;
      border-right: 1px #ccc solid;
      background-color: #eee; }
      @media (min-width: 767px) {
        .tab-nav-block li a {
          position: relative;
          top: 10px; } }
      @media (max-width: 767px) {
        .tab-nav-block li a {
          border: 1px #ccc solid;
          padding: 7px 12px;
          font-size: 1.1rem; } }
      .tab-nav-block li a.active {
        background-color: #fff; }
        @media (min-width: 767px) {
          .tab-nav-block li a.active {
            padding: 15px;
            top: 0; } }

/**************
ユウキの強み
**************/
.num_title {
  border-bottom: 1px #ddd solid;
  padding-bottom: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px; }
  .num_title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    content: "";
    display: block;
    background-color: #00479d; }
  .num_title .num {
    color: #00479d;
    font-family: 'Roboto', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    width: 100px;
    text-align: center; }
  .num_title .tit {
    width: calc(100% - 100px);
    padding: 0 16px;
    font-size: 2.4rem; }

.str_flow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .str_flow {
      flex-wrap: wrap; } }
  .str_flow .item {
    display: block;
    width: 19%; }
    @media (max-width: 767px) {
      .str_flow .item {
        width: 49%;
        margin-bottom: 16px; } }
    .str_flow .item .caption {
      width: 100%;
      height: 64px;
      margin-top: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center;
      background-color: #00479d;
      color: #fff;
      line-height: 1.5; }
    .str_flow .item img {
      display: block;
      width: 100%; }

/**************
採用情報
**************/
.rec_top {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 32px; }

.rec_flex {
  width: 100%; }
  @media (min-width: 767px) {
    .rec_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  .rec_flex .item {
    border: 6px #00479d solid;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 767px) {
      .rec_flex .item {
        width: 18%; }
        .rec_flex .item::before {
          content: "";
          display: block;
          padding-top: 100%; } }
    @media (max-width: 767px) {
      .rec_flex .item {
        height: 100px;
        margin-bottom: 16px; } }
    .rec_flex .item .num {
      font-family: 'Roboto', sans-serif;
      font-size: 12rem;
      font-weight: 700;
      color: #00479d;
      opacity: .1;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 767px) {
        .rec_flex .item .num {
          font-size: 6rem;
          top: -10px; } }
    .rec_flex .item .text {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      height: 100%;
      padding: 0 16px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center; }
      @media (max-width: 767px) {
        .rec_flex .item .text {
          font-size: 1.8rem; } }

/**************
環境方針
**************/
.policy_box {
  border: 1px #ccc solid;
  padding: 64px;
  background-color: #fff;
  flex-direction: column;
  max-width: 880px;
  margin: 80px auto; }
  .policy_box h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 32px; }
  .policy_box .policy_list {
    margin-left: 20px; }
    .policy_box .policy_list li {
      list-style-type: decimal; }
      .policy_box .policy_list li:not(:last-child) {
        margin-bottom: 8px; }
  .policy_box .p_sign {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }

/*# sourceMappingURL=cmn.css.map */
