@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@font-face {
  font-family: "akrobat";
  src: url("../fonts/akrobat-regular-webfont.woff2") format("woff2"), url("../fonts/akrobat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "akrobat";
  src: url("../fonts/akrobat-black-webfont.woff2") format("woff2"), url("../fonts/akrobat-black-webfont.woff") format("woff");
  font-weight: bold;
  font-style: bold; }
.clearfix, .wrap, .imgList, .section_box {
  *zoom: 1; }
  .clearfix:after, .wrap:after, .imgList:after, .section_box:after {
    content: "";
    display: table;
    clear: both; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  background: #FFF;
  font-family: -apple-system-body, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  vertical-align: baseline; }

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 style   :::::::
*/
/*コンテンツ部分*/
.box{
  width:100%;
}
/*追従ボタン*/
.fix-btn{
  position:fixed;
  z-index:9999;
  width:180px;
  border-radius:15px;
  text-decoration:none;
  font-size:14px;
  text-align:center;
  right:-130px;
  top:150px;
  box-shadow:1px 1px 8px #fff;
@media (max-width: 768px) {top:70px;}
}

.fix-btn :hover{
  position:fixed;
  z-index:9999;
  width:180px;
  border-radius:15px;
  text-decoration:none;
  font-size:14px;
  text-align:center;
  right:-10px;
  top:150px;
  box-shadow:1px 1px 8px #fff;
@media (max-width: 768px) {top:70px;}
}

.site-top .fix-btn{
  position:fixed;
  z-index:9999;
  width:180px;
  border-radius:15px;
  text-decoration:none;
  font-size:14px;
  text-align:center;
  right:-130px;
  top:150px;
@media (max-width: 768px) {top:115px;}
}

.site-top .fix-btn :hover{
  position:fixed;
  z-index:9999;
  width:180px;
  border-radius:15px;
  text-decoration:none;
  font-size:14px;
  text-align:center;
  right:-10px;
  top:150px;
@media (max-width: 768px) {top:115px;}
}

@media (min-width: 768px) {
  #pagetop {
    position: fixed;
    right: 8px;
    bottom: -50px;
    width: 41px;
    height: 38px;
    background: url(../images/common/img_pagetop.png) 0 0 no-repeat; }

  #pagetop a {
    background: url(../images/common/img_pagetop_arrow.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 35px;
    margin-top: 3px;
    text-indent: -9999px;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 41px;
    outline: none; }

  #pagetop a:hover {
    background-position: 0 100%; }

  #pagetop a img {
    display: block; } }
@media (max-width: 768px) {
  #pagetop {
    width: 38px;
    height: 38px;
    background: url(../images/common/pagetop2.png);
    background-size: contain;
    position: fixed;
    right: 8px;
    bottom: -50px;
    text-indent: -9999px;
    outline: none;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 3; }

  #pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px; } }
a {
  text-decoration: none;
  color: #1d84c6;
  outline: none;
  text-decoration: none;
  font-weight: bold; }

a:hover {
  color: #c6911d; }

.wrap {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .wrap {
      width: 1080px; } }
  @media (max-width: 1200px) {
    .wrap {
      width: 92%; } }

#header {
  background-color: #fff;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 100;
  width: 100%;
  position: fixed; }
  @media (min-width: 768px) {
    #header {
      height: auto; } }
  @media (max-width: 768px) {
    #header {
      height: 60px; } }
  #header #header_inner {
    max-width: 1080px;
    width: 96%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      #header #header_inner {
        height: 77px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 768px) {
      #header #header_inner {
        width: 100%;
        height: 60px; } }
  #header.fixed {
    position: fixed; }

@media (max-width: 768px) {
  #logo {
    position: absolute;
    width: 170px;
    height: 31px;
    top: 14px;
    left: 13px; } }
#logo a {
  display: block;
  text-indent: -9999px;
  width: 325px;
  height: 50px;
  background: url(../images/common/logo.svg) no-repeat;
  background-size: contain;
  outline: none; }
  @media (max-width: 768px) {
    #logo a {
      width: 188px;
      height: 31px; } }

.headInfos {
  margin-left: auto;
  margin-right: 50px; }
  @media (max-width: 768px) {
    .headInfos {
      display: none; } }
  .headInfos .buyline {
    font-size: 1.3rem;
    text-align: center; }

.telNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .telNav li {
    vertical-align: middle;
    font-family: 'akrobat', serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.04em; }
    .telNav li:first-child {
      margin-right: 20px; }
  .telNav i {
    width: 36px;
    height: 36px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    position: relative;
    top: 3px; }
    .telNav i.icon-tel {
      background: url(../images/common/icon_tel.svg) no-repeat center; }
    .telNav i.icon-fax {
      background: url(../images/common/icon_fax.svg) no-repeat center; }

.headNav {
  width: 220px; }
  @media (max-width: 768px) {
    .headNav {
      display: none; } }
  .headNav a {
    display: block;
    float: left;
    width: 109px;
    line-height: 50px;
    color: #fff;
    background-color: #094;
    text-align: center; }
    .headNav a:first-child {
      border-right: 1px solid #fff; }

#global_navi {
  width: 100%; }
  @media (min-width: 768px) {
    #global_navi {
      height: 62px;
      background-color: #778a93; } }

@media (min-width: 768px) {
  #navi_ul {
    position: relative;
    max-width: 1080px;
    height: 62px;
    line-height: 62px;
    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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto; }
    #navi_ul::after {
      content: '';
      display: block;
      width: 1px;
      height: 16px;
      background-color: #666;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -8px; } }
@media (max-width: 768px) {
  #navi_ul {
    text-align: left;
    position: fixed;
    top: 60px;
    left: 100%;
    overflow-y: auto;
    width: 100%;
    height: auto;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    transition: all .5s ease; }
    #navi_ul.active {
      left: 0;
      right: 0;
      bottom: 0; } }
@media (min-width: 768px) {
  #navi_ul > li {
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 16.66%;
    text-align: center; }
    #navi_ul > li::after {
      content: '';
      display: block;
      width: 1px;
      height: 16px;
      background-color: #666;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -8px; } }
#navi_ul > li.toggle {
  position: relative; }
  @media (max-width: 768px) {
    #navi_ul > li.toggle {
      color: #fff;
      font-weight: normal; } }
  @media (min-width: 768px) {
    #navi_ul > li.toggle:hover {
      color: #fff; } }
  @media (min-width: 768px) {
    #navi_ul > li.toggle:hover .header-nav-item {
      color: #fff; } }
  @media (min-width: 768px) {
    #navi_ul > li.toggle:hover .megamenu {
      max-height: 9999px;
      opacity: 1; } }
@media (min-width: 768px) {
  #navi_ul > li .header-nav-item {
    position: relative;
    display: block;
    height: 62px;
    line-height: 62px;
    padding: 0;
    width: 100%;
    color: #fff;
    font-weight: bold; } }
@media (max-width: 768px) {
  #navi_ul > li .header-nav-item {
    display: block;
    padding: 5px 5%;
    color: #fff;
    position: relative;
    font-weight: normal;
    border-bottom: 1px #74c398 solid;
    font-size: 1.5rem;
    background-color: #094; }
    #navi_ul > li .header-nav-item i {
      position: absolute;
      right: 10px;
      top: 10px; } }
@media (min-width: 768px) {
  #navi_ul > li .header-nav-item:hover {
    color: #fff !important;
    background-color: #094; } }

.megamenu {
  overflow: hidden;
  z-index: 10; }
  @media (min-width: 768px) {
    .megamenu {
      transition: all .2s ease-in;
      max-height: 0;
      opacity: 0;
      width: auto;
      top: 62px;
      left: 50%;
      text-align: center;
      position: absolute;
      width: 250px;
      margin-left: -125px; } }
  @media (max-width: 768px) {
    .megamenu {
      max-height: 1000px;
      opacity: 1;
      width: 100%;
      left: auto;
      top: auto;
      text-align: left;
      background-color: #fff; } }
  @media (max-width: 768px) {
    .megamenu .menu_inner {
      border-bottom: 1px #ddd solid;
      background-color: #d4ffe1; }
      .megamenu .menu_inner:after {
        content: "";
        display: table;
        clear: both; } }
  @media (min-width: 768px) {
    .megamenu .menu_inner li {
      display: block; }
      .megamenu .menu_inner li:not(:last-child) {
        border-bottom: 1px #555 solid; } }
  @media (max-width: 768px) {
    .megamenu .menu_inner li {
      width: 49.8%;
      float: left;
      border-bottom: 1px #ddd solid; }
      .megamenu .menu_inner li:nth-child(odd) {
        border-right: 1px #ddd solid; }
      .megamenu .menu_inner li.no-border {
        border-bottom: none; } }
  .megamenu .menu_inner li a {
    display: block; }
    @media (min-width: 768px) {
      .megamenu .menu_inner li a {
        color: #fff;
        padding: 0 30px;
        background-color: #778a93; }
        .megamenu .menu_inner li a:hover {
          text-decoration: underline;
          background-color: #094; } }
    @media (max-width: 768px) {
      .megamenu .menu_inner li a {
        padding: 4px 10%;
        color: #333;
        font-size: 1.4rem;
        font-weight: normal;
        color: #094; } }

@media (min-width: 768px) {
  .p_none {
    display: none !important; } }

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

@media (min-width: 768px) {
  .menuBtn {
    display: none; } }
@media (max-width: 768px) {
  .menuBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    background-color: #094; } }

@media (min-width: 768px) {
  .telBtn {
    display: none; } }
@media (max-width: 768px) {
  .telBtn {
    display: block;
    position: absolute;
    right: 60px;
    top: 0;
    font-size: 1rem;
    text-align: center;
    background-color: #89c997;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding-top: 12px; }
    .telBtn a {
      color: #fff; }
      .telBtn a i {
        font-size: 2.2rem;
        display: block;
        margin: 0 auto;
        line-height: 1; } }

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

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

  #nav-open span:before {
    bottom: -8px; }

  #nav-open span:after {
    bottom: -16px; }

  .menu-open #nav-open span {
    background-color: transparent; }

  .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: ' '; }

  .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); } }
#upbanner{
width:100%;
 background-image: linear-gradient(90deg, rgba(255, 255, 255, 1)40%, rgba(250, 210, 89, 1)56%);
}
#banner {max-width:980px;
  margin:auto;
color:#000;}
  @media (min-width: 768px){ #banner {
  display: flex
  }}

.banl{
  background-color: #fff;
 background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(250, 210, 89, 1));
 padding:4px;
}
@media (min-width: 768px){ .banl{width:70%;}}

.banr{
  background-color: rgba(250, 210, 89, 1);

}
@media (min-width: 768px){ .banr{width:30%;  padding-top:25px;}}
.banr p{color:#fff;
  text-align: center;
line-height :60px;
}
.bandl{color:#fff;
  text-align: center;
  font-weight: bold
}

#footer_upper {
  padding: 50px 0;
  background-color: #1b1b1b; }
  #footer_upper .wrap {
    max-width: 1000px; }
  @media (max-width: 768px) {
    #footer_upper {
      padding: 30px 0; } }

.foot_wrap {
  float: left; }

{
    .foot_wrap {
      width: 29%;
      text-align: left; }
      .foot_wrap:last-child {
        width: 13%; } }
  @media (max-width: 768px) {
    .foot_wrap {
      width: 50%;
      margin-bottom: 20px; } }
  .foot_wrap h4 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #aaa; }
    @media (max-width: 768px) {
      .foot_wrap h4 {
        font-size: 1.5rem;
        font-weight: normal;
        margin-bottom: 5px; } }
  .foot_wrap ul li a {
    color: #fff;
    font-size: 1.3rem;
    background: url(../images/common/arrow_g.svg) no-repeat left;
    background-size: 10px 10px;
    padding-left: 15px; }
    .foot_wrap ul li a:hover {
      text-decoration: underline; }
    @media (max-width: 768px) {
      .foot_wrap ul li a {
        font-weight: normal; } }

.footer_under {
  padding: 40px 0;
  background-color: #f0f6fa; }
  @media (max-width: 1200px) {
    .footer_under {
      padding: 20px 0;
      width: 100%; } }
  .footer_under .footInfo {
    text-align: center;
    color: #666; }
    @media (max-width: 768px) {
      .footer_under .footInfo {
        padding: 0 4%;
        font-size: 1.3rem; } }

.footLogo {
  display: block;
  text-indent: -9999px;
  width: 262px;
  height: 48px;
  background: url(../images/common/logo.svg) no-repeat;
  background-size: contain;
  outline: none;
  margin: 0 auto 20px; }
  @media (max-width: 768px) {
    .footLogo {
      width: 170px;
      height: 31px; } }

@media (min-width: 768px) {
  .footInfos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: flex-start; } }
.footInfos .block {
  text-align: center; }
  @media (max-width: 768px) {
    .footInfos .block {
      width: 100%; } }

.copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  display: block;
  vertical-align: bottom;
  color: #666;
  text-align: center;
  padding: 30px 0 0; }
  @media (max-width: 768px) {
    .copyright {
      font-size: 1.3rem; } }

.title1 {
  font-size: 2.8rem; }
  @media (max-width: 768px) {
    .title1 {
      font-size: 2rem; } }
  .title1 .en_title {
    display: inline-block;
    margin-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #89c997; }

.title1::after {
  content: '';
  height: 1px;
  background-color: #aaa;
  margin: 15px auto 50px;
  width: 100%;
  display: block; }
  @media (max-width: 768px) {
    .title1::after {
      margin: 10px auto 30px; } }

.title2 {
  background-color: #eee;
  padding: 8px 15px;
  border-radius: 5px;
  margin-bottom: 25px;
  font-size: 1.8rem; }
  @media (max-width: 768px) {
    .title2 {
      font-size: 1.6rem;
      padding: 8px 4%; } }

.title3 {
  font-size: 3rem;
  position: relative;
  padding-bottom: 10px;
  box-sizing: border-box;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .title3 {
      font-size: 1.9rem;
      margin-bottom: 18px; } }
  .title3::before, .title3::after {
    content: '';
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0; }
  .title3::before {
    background-color: #ddd;
    width: 100%;
    z-index: 0; }
  .title3::after {
    background-color: #094;
    width: 20%;
    z-index: 1; }

.title4 {
  font-size: 18px;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .title4 {
      font-size: 1.6rem; } }
  .title4::after {
    content: '';
    height: 1px;
    width: 80px;
    display: block;
    margin: 10px 0;
    background-color: #313131; }

.btn {
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.btn-block {
  display: block;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.btn-mouse {
  color: #fff;
  padding: 1.2rem;
  font-weight: bold;
  background-color: #778a93;
  text-align: center;
  min-width: 264px;
  box-sizing: border-box;
  position: relative; }
  .btn-mouse .arrow_white {
    background: url(../images/common/arrow_white.png) no-repeat;
    background-size: cover;
    width: 10px;
    height: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px; }
  .btn-mouse:hover {
    background-color: #0078c2;
    color: #fff; }

.btn-green {
  color: #fff;
  padding: 2rem;
  font-weight: bold;
  background-color: #094;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px; }
  .btn-green.btn-red {
    background-color: #d75f24; }
  @media (min-width: 768px) {
    .btn-green {
      min-width: 360px; } }
  @media (max-width: 768px) {
    .btn-green {
      padding: 1.5rem; } }
  .btn-green .arrow_white {
    background: url(../images/page/arrow_white.png) no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -18px; }
  .btn-green .fa-external-link-alt {
    position: absolute;
    right: 10px;
    top: 10px; }
  .btn-green i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px; }
  .btn-green:hover {
    background-color: #0078c2;
    color: #fff; }

@media (min-width: 768px) {
  #main_wrap {
    padding: 139px 0 0; } }
@media (max-width: 768px) {
  #main_wrap {
    padding: 60px 0 0; } }
@media (min-width: 768px) {
  .worptop {
    padding: 180px 0 0!important; } }
@media (max-width: 768px) {
  .worptop {
    padding: 178px 0 0!important; } }

/**************
HOME
**************/
#mainVisual {
  width: 100%;
  box-sizing: border-box;
  background: url(../images/top/main01.jpg) no-repeat center;
  background-size: cover; }
  @media (min-width: 768px) {
    #mainVisual {
      height: 750px;
      margin: 0 auto; } }
  @media (max-width: 768px) {
    #mainVisual {
      height: auto; } }
  #mainVisual .main_textarea {
    display: table;
    position: relative;
    width: 100%;
    height: 100%; }
    #mainVisual .main_textarea .inner {
      display: table-cell;
      vertical-align: middle;
      padding: 0 24% 100px; }
      @media (max-width: 768px) {
        #mainVisual .main_textarea .inner {
          padding: 48px 12% 85px; } }
      #mainVisual .main_textarea .inner svg {
        display: block;
        max-width: 668px;
        margin: 0 auto 45px; }
      #mainVisual .main_textarea .inner img.main_bolt {
        position: absolute;
        bottom: -50px;
        left: 50%;
        margin-left: -96px;
        opacity: 0;
        animation: fadeIn 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.5s forwards;
        z-index: 1; }
        @media (max-width: 768px) {
          #mainVisual .main_textarea .inner img.main_bolt {
            width: 86px;
            margin-left: -43px; } }

.cls-1 {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: hello 3s ease-in forwards;
  animation: hello 3s ease-in forwards;
  margin-top: -80px; }

.cls-2 {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  stroke-width: 2;
  margin-top: -80px;
  -webkit-animation: helloMain 3s ease-in forwards;
  animation: helloMain 3s ease-in forwards; }

@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent; }
  50% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0;
    fill: #fff; } }
@keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent; }
  50% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0;
    fill: #fff; } }
@-webkit-keyframes helloMain {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent; }
  50% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes helloMain {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent; }
  50% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0; } }
.section1 {
  position: relative;
  padding: 90px 0 70px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .section1 {
      padding: 60px 0 35px; } }

.top-titlearea {
  text-align: center;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .top-titlearea {
      margin-bottom: 30px; } }
  .top-titlearea h2 {
    letter-spacing: 0.05em; }

.en_big_title {
  font-family: 'akrobat', serif;
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #094;
  line-height: 1; }
  @media (max-width: 768px) {
    .en_big_title {
      font-size: 4.5rem; } }

.top-products {
  width: 1050px; }
  @media (max-width: 768px) {
    .top-products {
      width: 92%;
      margin: 0 auto; } }

.top-prod-box {
  display: block;
  position: relative;
  margin-bottom: 45px;
  float: left; }
  @media (min-width: 768px) {
    .top-prod-box {
      width: 340px;
      margin-right: 15px; }
      .top-prod-box:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .top-prod-box {
      width: 49%;
      margin-bottom: 6px; }
      .top-prod-box:nth-child(odd) {
        margin-right: 2%; } }
  .top-prod-box-link {
    width: 100%;
    display: block; }
    @media (min-width: 768px) {
      .top-prod-box-link {
        height: 225px; } }
    @media (max-width: 768px) {
      .top-prod-box-link {
        height: 100px; } }
    .top-prod-box-link .top_prod_img {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden; }
      .top-prod-box-link .top_prod_img img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        max-width: 110%;
        max-height: 110%;
        max-width: 100%;
        z-index: 2;
        -moz-transition: -moz-transform 0.2s linear;
        -webkit-transition: -webkit-transform 0.2s linear;
        transition: transform 0.2s linear; }
    .top-prod-box-link h3 {
      line-height: 45px;
      padding: 0 20px;
      display: inline-block;
      background: rgba(7, 111, 4, 0.8);
      color: #fff;
      position: absolute;
      left: 0;
      top: 20%;
      font-size: 1.8rem;
      z-index: 3;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      letter-spacing: 0.03em; }
      @media (max-width: 768px) {
        .top-prod-box-link h3 {
          font-size: 1rem;
          letter-spacing: 0em;
          letter-spacing: 0;
          line-height: 30px;
          padding: 0 5px;
          font-weight: normal; } }
    @media (min-width: 768px) {
      .top-prod-box-link:hover .top_prod_img img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05); }
      .top-prod-box-link:hover h3 {
        background: rgba(7, 55, 138, 0.8);
        padding: 0 30px; } }
  .top-prod-box-pdf {
    display: block;
    width: 90%;
    margin: 22px auto 0;
    background-color: #fff;
    color: #094;
    box-sizing: border-box;
    padding: 13px 0;
    text-align: center;
    border: 2px #094 solid;
    transition: all .3s ease;
    position: relative;
    font-size: 1.8rem; }
    .top-prod-box-pdf:hover {
      background-color: #094;
      color: #fff; }
    .top-prod-box-pdf i {
      position: absolute;
      left: 20px;
      top: 50%;
      margin-top: -12px;
      font-size: 2.4rem; }

.top_obj01 {
  position: absolute;
  left: -280px;
  top: -200px;
  z-index: 0; }
  @media (max-width: 768px) {
    .top_obj01 {
      left: -135px;
      top: -80px; } }

.top_obj02 {
  position: absolute;
  right: -100px;
  bottom: -160px;
  z-index: 0; }
  @media (max-width: 768px) {
    .top_obj02 {
      bottom: -100px; } }

.top_biz {
  width: 50%;
  height: auto;
  display: block;
  float: left;
  position: relative; }
  @media (max-width: 768px) {
    .top_biz {
      height: 120px; } }
  .top_biz:first-of-type .top_biz_box {
    background: rgba(0, 149, 66, 0.5); }
  .top_biz:nth-of-type(2) .top_biz_box {
    background: rgba(27, 27, 27, 0.5); }
  .top_biz:nth-of-type(3) .top_biz_box {
    background: rgba(29, 32, 136, 0.5); }
  .top_biz:nth-of-type(4) .top_biz_box {
    background: rgba(168, 159, 1, 0.5); }
  @media (min-width: 768px) {
    .top_biz:hover .top_biz_img img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      transform: scale(1.05); }
    .top_biz:hover .top_biz_box {
      display: table;
      width: 300px;
      height: 200px;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 3;
      margin-left: -150px;
      margin-top: -100px; } }

.section2 {
  width: 100%;
  margin: 0 auto; }

.top_biz_img {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: auto; }
  .top_biz_img img {
    width: 100%;
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear; }
    @media (max-width: 768px) {
      .top_biz_img img {
        height: 120px;
        width: auto; } }

.top_biz_box {
  display: table;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3; }
  @media (min-width: 768px) {
    .top_biz_box {
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      width: 280px;
      height: 180px;
      margin-left: -140px;
      margin-top: -90px; } }
  @media (max-width: 768px) {
    .top_biz_box {
      width: 80%;
      height: 60px;
      margin-left: -40%;
      margin-top: -30px; } }
  .top_biz_box h2 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-size: 2rem; }
    @media (max-width: 768px) {
      .top_biz_box h2 {
        font-size: 1.2rem;
        line-height: 1.45;
        font-weight: normal; } }
    .top_biz_box h2 span {
      font-size: 2.8rem;
      display: block; }
      @media (max-width: 768px) {
        .top_biz_box h2 span {
          font-size: 1.6rem; } }

.biz-sq {
  color: #fff;
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
  padding-left: 17px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em; }
  @media (max-width: 768px) {
    .biz-sq {
      top: 3px;
      left: 3px;
      font-size: 1.1rem; } }
  .biz-sq::before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 0; }
    @media (max-width: 768px) {
      .biz-sq::before {
        width: 8px;
        height: 8px;
        top: 7px;
        left: 5px; } }

.section3 {
  padding: 80px 0; }
  @media (max-width: 768px) {
    .section3 {
      padding: 40px 0; } }

.top_recruit {
  display: block;
  max-width: 1050px;
  width: 90%;
  border: 1px #ddd solid;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .top_recruit {
    float: left;
    width:50%;
      padding: 50px;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .top_recruit:hover {
        box-shadow: 0 0 0 10px #094 inset; } }
  @media (max-width: 768px) {
    .top_recruit {
      padding: 20px; 
  } }

.top_recruit_box {
width:100%;
box-sizing: border-box; }
  @media (min-width: 768px) {
    .top_recruit_box {
      height: 297px;
     padding-right: 10px;
      display: table; } }
  @media (min-width: 768px) {
    .top_recruit_box .inner {
      display: table-cell;
      vertical-align: middle; 
  } }
  @media (max-width: 768px) {
    .top_recruit_box .inner {
      margin-bottom: 15px; } }
  .top_recruit_box h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px; }
  .top_recruit_box .top_rec_text {
    color: #666;
    font-weight: normal; }
    @media (max-width: 768px) {
      .top_recruit_box .top_rec_text {
        font-size: 1.4rem; } }
  .top_recruit_box .bottom_link_text {
    border-bottom: 1px #ccc solid;
    margin-top: 40px;
    text-align: right;
    color: #094; }
    @media (max-width: 768px) {
      .top_recruit_box .bottom_link_text {
        margin-top: 20px; } }

.logodiv{
   width:20%;
  display: block;
float: left;
padding:20px;
}
@media (max-width: 768px) {
.logodiv{
  display: none;
}}
.section4 {
  padding: 20px 0 100px; }
  @media (max-width: 768px) {
    .section4 {
      padding: 10px 0 50px; } }

.news_table {
  border-top: 1px #ddd solid; }

.news-item {
  border-bottom: 1px #ddd solid;
  padding: 20px 0; }
  @media (max-width: 768px) {
    .news-item {
      padding: 15px 3%; } }
  .news-item .news_date {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #777; }
    @media (min-width: 768px) {
      .news-item .news_date {
        float: left; } }
  @media (min-width: 768px) {
    .news-item .news_excerpt {
      padding-left: 150px; } }

.sq1 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px; }
  .sq1::before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #dfd200;
    display: block;
    content: ''; }

/**************
下層ページ
**************/
#pageTitle {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  background-color: #094;
  display: table; }
  @media (min-width: 768px) {
    #pageTitle {
      height: 240px; } }
  @media (max-width: 768px) {
    #pageTitle {
      height: 150px; } }
  #pageTitle.tit_company01 {
    background: url(../images/title/title_company01.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_company02 {
    background: url(../images/title/title_company02.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_company03 {
    background: url(../images/title/title_company03.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_company04 {
    background: url(../images/title/title_company04.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_product01 {
    background: url(../images/title/title_product01.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_product02 {
    background: url(../images/title/title_product02.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_product03 {
    background: url(../images/title/title_product03.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_product04 {
    background: url(../images/title/title_product04.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_product05 {
    background: url(../images/title/title_product05.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_product06 {
    background: url(../images/title/title_product06.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_strength {
    background: url(../images/title/title_strength.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_nankou {
    background: url(../images/title/title_nankou.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_ajigawa {
    background: url(../images/title/title_ajigawa.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_quality {
    background: url(../images/title/title_quality.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_faq {
    background: url(../images/title/title_faq.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle.tit_other {
    background: url(../images/title/title_other.jpg) no-repeat center;
    background-size: cover; }
  #pageTitle .inner {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center; }
    #pageTitle .inner h1 {
      font-size: 3.2rem;
      color: #fff;
      animation: fadeIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      position: relative;
      z-index: 2; }
      @media (max-width: 768px) {
        #pageTitle .inner h1 {
          font-size: 2rem; } }
    #pageTitle .inner .page_en_title {
      font-family: 'Roboto', sans-serif;
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff;
      opacity: 0;
      animation: fadeIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s forwards;
      position: relative;
      z-index: 2; }
      @media (max-width: 768px) {
        #pageTitle .inner .page_en_title {
          font-size: 1.2rem;
          line-height: 1; } }
  #pageTitle .green-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(12, 116, 10, 0.8); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.breadcrumbs {
  padding: 10px 0;
  font-size: 1.2rem; }

.page_sections {
  padding: 60px 0 80px; }
  @media (max-width: 768px) {
    .page_sections {
      padding: 25px 0 40px; } }
  .page_sections:last-of-type {
    padding-bottom: 130px; }
    @media (max-width: 768px) {
      .page_sections:last-of-type {
        padding-bottom: 40px; } }
  .page_sections__gray {
    background-color: #f3f3f3; }
  .page_sections__black {
    background-color: #1b1b1b; }
    .page_sections__black .heading1 h2 {
      color: #fff; }
  .page_sections__white {
    background-color: #fff; }

.shortwrap {
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .shortwrap {
      width: 92%; } }

.pagetop-p1 {
  display: table;
  width: 100%;
  min-height: 310px; }
  .pagetop-p1 .pagetop-img {
    float: left; }
  .pagetop-p1 .inner {
    display: table-cell;
    vertical-align: middle; }
    .pagetop-p1 .inner .min-head {
      font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
      font-size: 2.4rem;
      font-weight: normal;
      margin-bottom: 20px; }

@media (min-width: 768px) {
  .left-heading {
    width: 15%;
    float: left; } }
.left-heading::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #1b1b1b;
  margin-top: 20px; }
.left-heading h2 {
  font-size: 2.8rem; }
.left-heading .en_title {
  font-family: 'akrobat', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1; }

@media (min-width: 768px) {
  .right-content {
    padding-left: 20%; } }

.foot_contact {
  background-color: #89c997;
  padding: 30px;
  color: #fff; }
  @media (max-width: 768px) {
    .foot_contact {
      padding: 20px 5% 40px; } }
  @media (min-width: 768px) {
    .foot_contact .foot_contact_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 1040px;
      margin: 0 auto; } }

.foot_numbers {
  letter-spacing: 0.05em;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .foot_numbers .p_only {
      display: inline-block;
      width: 10px; } }

.foot_num {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  margin-left: 5px; }

@media (min-width: 768px) {
  .foot_contact_left {
    float: left; } }
@media (max-width: 768px) {
  .foot_contact_left {
    display: block;
    width: 100%;
    text-align: center; } }

.foot-contact-btn {
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background-color: #094;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  border-radius: 5px; }
  @media (min-width: 768px) {
    .foot-contact-btn {
      width: 400px;
      margin-left: auto;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .foot-contact-btn:hover {
        background-color: #bfc7e5;
        color: #fff; } }
  @media (max-width: 768px) {
    .foot-contact-btn {
      width: 100%;
      margin-top: 15px;
      padding: 15px 0; } }

.facebook {
  width: 70px;
  margin-left: 15px;
  display: block; }
  @media (min-width: 768px) {
    .facebook {
      float: right; } }
  @media (max-width: 768px) {
    .facebook {
      display: block;
      margin: 15px auto 0; } }

/**************
会社概要
**************/
.co_top_message_up {
  text-align: center;
  font-size: 2rem;
  color: #778a93;
  margin-bottom: 15px; }

.co_top_message {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .co_top_message {
      margin-bottom: 25px; } }

.company_index {
  width: 100%; }
  @media (min-width: 768px) {
    .company_index {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .company_index .company_index_box {
    display: block;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .company_index .company_index_box:hover {
      opacity: 0.8; }
    @media (min-width: 768px) {
      .company_index .company_index_box {
        width: 30.5%; }
        .company_index .company_index_box img {
          max-width: 100%; } }
    @media (max-width: 768px) {
      .company_index .company_index_box {
        margin-bottom: 25px; } }
    .company_index .company_index_box .index_img {
      width: 100%; }
      @media (min-width: 768px) {
        .company_index .company_index_box .index_img {
          height: 214px;
          margin-bottom: 10px; } }
  .company_index .factory_index_box {
    display: block;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .company_index .factory_index_box:hover {
      opacity: 0.8; }
    @media (min-width: 768px) {
      .company_index .factory_index_box {
        width: 48%; }
        .company_index .factory_index_box img {
          max-width: 100%; } }
    @media (max-width: 768px) {
      .company_index .factory_index_box {
        margin-bottom: 25px; } }
    .company_index .factory_index_box .index_img {
      width: 100%; }
      @media (min-width: 768px) {
        .company_index .factory_index_box .index_img {
          height: 214px;
          margin-bottom: 10px; } }

.index_link_text {
  margin-top: 3px;
  background: url(../images/common/arrow_g.svg) no-repeat left 4px;
  background-size: 15px 15px;
  padding-left: 22px;
  color: #1b1b1b;
  font-weight: bold;
  font-size: 1.5rem; }
  @media (max-width: 768px) {
    .index_link_text {
      color: #666;
      text-decoration: underline; } }

.index_img {
  width: 100%; }
  @media (min-width: 768px) {
    .index_img {
      height: 306px;
      overflow: hidden; } }
  .index_img img {
    max-width: 100%; }

@media (min-width: 768px) {
  .co_img {
    float: right;
    width: 320px; } }
@media (max-width: 768px) {
  .co_img {
    margin-top: 15px; } }

.overview {
  width: 100%; }
  @media (min-width: 768px) {
    .overview {
      width: calc(100% - 380px);
      float: left; } }
  .overview th {
    padding: 2rem;
    border-bottom: 2px #bfc7e5 solid;
    width: 20%;
    min-width: 100px;
    text-align: left; }
    @media (max-width: 768px) {
      .overview th {
        display: block;
        width: 100%;
        padding: 5px 0 0;
        border-bottom: none; } }
  .overview td {
    padding: 2rem;
    border-bottom: 1px #ddd solid; }
    @media (max-width: 768px) {
      .overview td {
        display: block;
        width: 100%;
        padding: 0 0 5px; } }

.co_policy {
  padding: 0 50px; }
  @media (max-width: 768px) {
    .co_policy {
      padding: 0 5%; } }

.policy_lineup {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 3rem; }
  @media (max-width: 768px) {
    .policy_lineup {
      font-size: 2.3rem; } }

.policy_lineup_under {
  margin-top: 30px;
  font-size: 1.8rem;
  color: #666; }

@media (min-width: 768px) {
  .greet_bg {
    background: url(../images/page/greet_bg.jpg) no-repeat center;
    background-size: contain;
    height: 520px;
    padding: 60px 60px 0 520px; } }
.greet_bg h3 {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: normal; }
  @media (max-width: 768px) {
    .greet_bg h3 {
      font-size: 2.3rem; } }
.greet_bg p {
  font-size: 1.3rem;
  line-height: 1.8; }

.p_name {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 20px; }
  .p_name img {
    width: 300px; }
    @media (max-width: 768px) {
      .p_name img {
        width: 240px; } }

/**************
強み
**************/
.str_box {
  width: 100%;
  position: relative;
  box-sizing: border-box; }
  .str_box:not(:last-of-type) {
    margin-bottom: 120px; }
    @media (max-width: 768px) {
      .str_box:not(:last-of-type) {
        margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .str_box {
      padding-bottom: 80px;
      padding-right: 270px; } }
  .str_box .inner {
    background-color: #fff; }
    @media (min-width: 768px) {
      .str_box .inner {
        padding: 60px 0 0 60px;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 660px;
        min-height: 187px;
        box-sizing: border-box; } }
    .str_box .inner h2 {
      font-size: 2rem;
      margin-bottom: 10px; }

.str_img img {
  max-width: 100%; }

.str_num {
  font-family: 'Roboto', sans-serif;
  font-size: 14rem;
  font-weight: 700;
  color: #89c997; }
  @media (min-width: 768px) {
    .str_num {
      position: absolute;
      right: 140px;
      top: 150px;
      z-index: 1; } }
  @media (max-width: 768px) {
    .str_num {
      font-size: 5rem;
      line-height: 1;
      text-align: center;
      margin: 10px 0; } }

/**************
製品紹介
**************/
.prodoct_index {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start; }
  .prodoct_index .product_index_box {
    display: block; }
    @media (min-width: 768px) {
      .prodoct_index .product_index_box {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .prodoct_index .product_index_box:nth-child(3n) {
          margin-right: 0; }
        .prodoct_index .product_index_box:hover {
          opacity: 0.8; } }
    @media (max-width: 768px) {
      .prodoct_index .product_index_box {
        margin-bottom: 25px; } }
    .prodoct_index .product_index_box .index_img {
      width: 100%; }
      @media (min-width: 768px) {
        .prodoct_index .product_index_box .index_img {
          height: 214px;
          margin-bottom: 10px; } }
      .prodoct_index .product_index_box .index_img img {
        max-width: 100%; }

.imgList {
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .imgList li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  .imgList li {
    width: 100%;
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .prodList li {
    height: auto;
    margin-bottom: 30px; } }

.imgList li:nth-child(3n) {
  margin-right: 0; }

.imgList li h3 {
  margin: 9px 0; }
  @media (max-width: 1200px) {
    .imgList li h3 {
      margin: 8px 0;
      font-size: 15px; } }

.imgList li img {
  max-width: 100%; }

.imgList li a {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.imgList li a:hover {
  opacity: 0.8; }

.p_table {
  width: 100%;
  margin-top: 10px;
  font-size: 13px; }
  .p_table th {
    padding: 5px 0;
    border: 1px #ddd solid;
    text-align: center;
    background-color: #f3f3f3; }
    @media (max-width: 1200px) {
      .p_table th {
        padding: 3px 5px;
        width: 15%; } }
  .p_table td {
    padding: 5px;
    border: 1px #ddd solid;
    text-align: center; }
    @media (max-width: 1200px) {
      .p_table td {
        padding: 3px 5px;
        width: 15%; } }
  .p_table-color th {
    background-color: #094;
    color: #fff;
    width: 14%; }
  .p_table-color td.colored {
    background-color: #e7ffee; }

@media (min-width: 768px) {
  .kikaku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (min-width: 768px) {
  .kikaku .title4 {
    width: 50%; } }
@media (min-width: 768px) {
  .kikaku .zu1 {
    width: 30%; } }

@media (min-width: 768px) {
  .zu2Box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: flex-start; } }
@media (min-width: 768px) {
  .zu2Box .zu2 {
    width: 30%; } }
@media (min-width: 768px) {
  .zu2Box p {
    width: 65%; } }
@media (max-width: 768px) {
  .zu2Box p {
    margin-top: 15px; } }

/**************
会社案内
**************/
.table-s1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .table-s1 th {
    padding: 12px 20px;
    border: 1px #ccc solid;
    background: #f3f3f3;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .table-s1 th {
        width: 200px; } }
    @media (max-width: 768px) {
      .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: 1px #ccc solid;
    background: #FFF; }
    @media (max-width: 768px) {
      .table-s1 td {
        padding: 5px 0;
        display: block;
        border: 0;
        width: 100%; } }

.history {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.history th {
  padding: 12px 0;
  vertical-align: top;
  width: 60px;
  color: #666;
  font-weight: normal;
  text-align: left;
  border-bottom: 2px #ccc solid; }
  @media (max-width: 768px) {
    .history th {
      width: 100%;
      display: block;
      border-bottom: 0;
      font-size: 14px;
      padding: 10px 0 0; } }

.history td {
  padding: 12px 0;
  vertical-align: top;
  border-bottom: 1px #ccc solid; }
  @media (max-width: 768px) {
    .history td {
      display: block;
      width: 100%;
      padding: 0 0 10px;
      font-size: 14px; } }

.gmap {
  width: 100%; }
  .gmap iframe {
    width: 100%; }
    @media (min-width: 768px) {
      .gmap iframe {
        height: 500px; } }
    @media (max-width: 768px) {
      .gmap iframe {
        height: 400px; } }

.map_under {
  margin-top: 15px;
  font-size: 1.7rem; }
  @media (max-width: 768px) {
    .map_under {
      font-size: 1.5rem; } }
  .map_under i {
    color: #094;
    margin-right: 5px; }

.access .sq1 {
  font-size: 2rem; }
  .access .sq1::before {
    width: 15px;
    height: 15px;
    top: 10px; }

/**************
お問い合わせ
**************/
.contactHalf {
  box-sizing: border-box;
  width: 100%; }
  @media (min-width: 768px) {
    .contactHalf {
      display: inline-flex;
      flex-wrap: wrap;
      align-items: flex-start;
      align-content: flex-start; } }
  @media (min-width: 768px) {
    .contactHalf .contactBbs {
      width: 50%;
      height: 400px;
      display: table; } }
  @media (max-width: 768px) {
    .contactHalf .contactBbs {
      padding: 20px 5% 30px; } }
  .contactHalf .contactBbs:nth-child(even) {
    background-color: #f3f3f3; }
  .contactHalf .contactBbs .inner {
    text-align: center; }
    @media (min-width: 768px) {
      .contactHalf .contactBbs .inner {
        display: table-cell;
        vertical-align: middle; } }
    .contactHalf .contactBbs .inner h3 {
      font-size: 2rem;
      font-style: italic;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .contactHalf .contactBbs .inner h3 {
          font-size: 1.8rem; } }
    .contactHalf .contactBbs .inner .cibac {
      width: 150px;
      background-color: #e7d648;
      border-radius: 20px;
      padding: 5px 0;
      margin: 0 auto 10px;
      font-size: 1.6rem; }
    .contactHalf .contactBbs .inner .contact_num {
      font-family: 'Roboto', sans-serif;
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: 0.03em;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .contactHalf .contactBbs .inner .contact_num {
          margin-bottom: 15px; } }

.contact_column .contact_wrap {
  max-width: 760px;
  margin: 0 auto;
  border: 1px #333 solid;
  padding: 30px 0;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .contact_column .contact_wrap {
      padding: 20px; } }
  @media (min-width: 768px) {
    .contact_column .contact_wrap p {
      text-align: center; } }
  @media (max-width: 768px) {
    .contact_column .contact_wrap p {
      font-size: 95%; } }
  .contact_column .contact_wrap p.tel_font {
    margin-bottom: 15px; }
    .contact_column .contact_wrap p.tel_font span {
      font-family: 'Roboto', sans-serif;
      font-size: 30px;
      font-weight: 700;
      display: block;
      color: blue;
      line-height: 1.3; }
      @media (max-width: 768px) {
        .contact_column .contact_wrap p.tel_font span {
          font-family: 'Roboto', sans-serif;
          font-size: 20px;
          font-weight: 700; } }
  .contact_column .contact_wrap .sq1 {
    margin-top: 30px;
    margin-bottom: 5px; }

.p-form-list {
  border-top: 1px solid #d3d3d3;
  margin: 0 auto;
  width: 100%; }

.p-form-list__item {
  border-bottom: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .p-form-list__item {
      display: block; } }

.p-form-list__header {
  -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-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 40px 18px 0;
  width: 32%; }
  @media (max-width: 768px) {
    .p-form-list__header {
      display: block;
      padding: 10px 0 0;
      width: 100%;
      text-align: left;
      -webkit-box-align: left;
      -webkit-align-items: left;
      -ms-flex-align: left;
      align-items: left; } }
  @media (max-width: 768px) {
    .p-form-list__header br {
      display: none; } }

.p-form-list__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6666666667; }
  @media (max-width: 768px) {
    .p-form-list__title {
      display: inline-block;
      margin-right: 10px; } }

.c-required {
  background: #e64949; }

.c-required, .c-optional {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 4px 11px;
  position: relative; }
  @media (max-width: 768px) {
    .c-required, .c-optional {
      padding: 0 7px 1px; } }

.p-form-list__content {
  font-size: 15px;
  line-height: 1.6666666667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0; }
  @media (max-width: 768px) {
    .p-form-list__content {
      padding: 10px 0 15px; } }

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

.p-form-list__content .c-input, .p-form-list__content .c-select, .p-form-list__content .c-textarea {
  max-width: 480px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .p-form-list__content .c-input, .p-form-list__content .c-select, .p-form-list__content .c-textarea {
      max-width: 95%; } }
  @media (max-width: 768px) {
    .p-form-list__content .c-input, .p-form-list__content .c-select, .p-form-list__content .c-textarea {
      max-width: 100%; } }

.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%; }

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

.c-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/common/bg-select.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 22px 10px;
  border-radius: 0;
  cursor: pointer;
  height: 40px;
  padding: 2px 10px; }

.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; }

.c-radio-list__item {
  margin: 0 0 5px 0; }
  @media (max-width: 768px) {
    .c-radio-list__item {
      text-align: left; } }

form#mailformpro .c-radio-list__item label {
  cursor: pointer;
  margin-right: 20px; }
  @media (max-width: 768px) {
    form#mailformpro .c-radio-list__item label {
      margin-right: 10px; } }

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

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

form#mailformpro label.mfp_checked {
  padding: 0;
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 0 transparent; }

form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: 0; }

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

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

.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
  padding: 18px 0;
  text-align: center;
  width: 280px;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .mfp_element_submit, .mfp_element_reset, .mfp_element_button {
      transition: all 0.3s ease 0s; } }
  @media (max-width: 768px) {
    .mfp_element_submit, .mfp_element_reset, .mfp_element_button {
      width: 48%;
      padding: 15px 0; } }

.mfp_element_submit {
  border: 2px #0022b1 solid;
  color: #0022b1;
  background-color: #fff; }

.mfp_element_submit:hover {
  background-color: #dfe5ff; }

.mfp_element_reset {
  border: 2px #777 solid;
  color: #777;
  background-color: #fff; }

.mfp_element_reset:hover {
  background-color: #eee; }

.privacy {
  margin-top: 80px; }

.list-s1 {
  margin-left: 15px; }
  .list-s1 li {
    list-style: disc; }

div.mfp_ok {
  max-width: 17px;
  margin-top: 5px; }

.section_box {
  padding-bottom: 30px; }

@media (min-width: 768px) {
  .f_right {
    float: right;
    margin-left: 20px; } }
@media (max-width: 768px) {
  .f_right {
    margin: 0 auto 15px; } }

@media (max-width: 768px) {
  .overflowBox {
    overflow-x: auto; } }

.sitemap {
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 20px; }

.sitemap a {
  padding-left: 18px; }

.sitemap a i {
  display: inline-block;
  margin-left: 3px; }

.sitemap a:hover,
.arrow5:hover {
  padding-left: 15px;
  color: #888; }

.underconst {
  max-width: 600px;
  padding: 50px;
  box-sizing: border-box;
  color: #fff;
  margin: 50px auto;
  background-color: #89c997;
  text-align: center; }
  .underconst .en_title {
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    font-weight: 700; }

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

@media (min-width: 768px) {
  .leftColumn {
    width: 72%;
    float: left; } }

@media (min-width: 768px) {
  .rightColumn {
    width: 22%;
    float: right; } }

.side_title {
  background-color: #094;
  padding: 15px;
  color: #fff; }

.side-list {
  box-sizing: border-box;
  border: 1px #ccc solid; }
  .side-list a {
    display: block;
    padding: 15px 0 15px 25px;
    position: relative; }
    .side-list a:not(:last-child) {
      border-bottom: 1px #ccc dashed; }
    .side-list a i {
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -7px; }

.nankou-images {
  display: grid;
  grid-template-columns: 63.4% 1fr;
  grid-gap: 5px; }
  .nankou-images .nankou-image01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2; }
  .nankou-images .nankou-image02 {
    grid-row: 1 / 2;
    grid-column: 2 / 3; }
  .nankou-images .nankou-image03 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    overflow: hidden; }

.caption {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 3px; }

.borderBox {
  padding: 20px;
  border: 2px #ddd solid;
  background-color: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .borderBox {
      padding: 30px 40px; } }
  .borderBox-yellow {
    border: 3px #dfd200 solid; }
  .borderBox .yellow_cap {
    position: absolute;
    top: -15px;
    left: 30px; }

@media (min-width: 768px) {
  .box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: flex-start; } }
@media (min-width: 768px) {
  .box-2 .bg-gray {
    width: 48%; } }

.bg-gray {
  box-sizing: border-box;
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 5px; }

.f_table {
  width: 100%; }
  .f_table th {
    padding: 6px 10px;
    border: 1px #ccc solid;
    background-color: #d2f0f7; }
  .f_table td {
    padding: 10px;
    border: 1px #ccc solid;
    background-color: #fff; }

.uncer {
  padding-top: 140px;
  margin-top: -140px; }

.fact_section {
  padding-bottom: 80px; }
  .fact_section:last-of-type {
    padding-bottom: 0; }
  @media (max-width: 768px) {
    .fact_section {
      padding-bottom: 40px; } }

.kounan_flow01 {
  display: block;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .kounan_flow01 {
      max-width: 640px; } }

.kounan_flow02 {
  display: block;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .kounan_flow02 {
      max-width: 400px; } }

.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; }

.confirmation {
  text-align: center;
  background-color: #ffe3e4;
  color: red;
  padding: 30px; }

.contact_table {
  width: 100%;
  margin: 30px auto; }

.contact_table th {
  padding: 12px 20px;
  width: 30%;
  border: 2px #DDD solid;
  background: #f3f3f3;
  vertical-align: middle;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .contact_table th {
      min-width: 220px; } }

.contact_table th .hissu_cell {
  position: relative; }

.hissu {
  background: #269ADD;
  color: #FFF;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 5px;
  line-height: 1;
  font-size: 12px; }

.contact_table th .hissu {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 5px; }

.contact_table td {
  padding: 12px 20px;
  border: 2px #DDD solid;
  background: #FFF; }

.goyouken .radio {
  width: 45%;
  display: inline-block; }

.btns .btn {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: 51px;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding-top: 18px;
  margin: 0 5px 20px; }
  @media (max-width: 768px) {
    .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; }

@media (min-width: 768px) {
  .productContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: flex-start; } }

.leftTit {
  width: 200px;
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #094;
  color: #fff;
  font-family: 'akrobat', serif;
  font-size: 3rem;
  font-weight: 700;
  opacity: 0;
  animation: fadeIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards; }
  @media (max-width: 768px) {
    .leftTit {
      width: 150px;
      height: 90px;
      margin: 0 auto 20px; } }

.rightCont {
  opacity: 0;
  animation: fadeIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s forwards; }
  @media (min-width: 768px) {
    .rightCont {
      width: calc(100% - 250px); } }
  .rightCont-tit {
    font-size: 120%;
    margin-bottom: 20px;
    color: #094; }

.movie_link {
  display: block;
  text-align: center;
  margin-top: 15px; }

.ichikawa-link {
    position: fixed;
    z-index: 9999;
    width: 100px;
    text-decoration: none;
    text-align: center;
    right: 2px;
    bottom: 50px;
}

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